Age | Commit message (Expand) | Author | Files | Lines |
2015-11-12 | LaTeX writer: set `colorlinks`... | John MacFarlane | 1 | -1/+4 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 |
2015-11-01 | LaTeX writer: properly handle footnotes in captions. | John MacFarlane | 1 | -15/+18 |
2015-11-01 | LaTeX writer: avoid footnotes in list of figures. | John MacFarlane | 1 | -1/+14 |
2015-10-28 | LaTeX writer: add `\protect` to `\hyperlink`. | John MacFarlane | 1 | -1/+1 |
2015-10-27 | LaTeX writer: Use `\hypertarget` and `\hyperlink` for links. | John MacFarlane | 1 | -17/+9 |
2015-10-26 | Added de-CH-1901, fixed el-polyton | nickbart1980 | 1 | -2/+3 |
2015-10-25 | LaTeX writer: \textarabic fix | mb21 | 1 | -1/+1 |
2015-10-18 | LaTeX and ConTeXt writers: support lang attribute on divs and spans | mb21 | 1 | -16/+83 |
2015-10-17 | Consider header files when determining whether to use csquotes. | Andreas Lööw | 1 | -2/+7 |
2015-10-15 | Support all frame attributes in Beamer. | John MacFarlane | 1 | -2/+5 |
2015-10-13 | LaTeX writer: add `\protect` to `\hyperdef` in inline context. | John MacFarlane | 1 | -1/+1 |
2015-10-11 | Percent-encode more special characters in URLs. | John MacFarlane | 1 | -5/+5 |
2015-10-07 | Change variable to polyglossia-lang.name and .options | mb21 | 1 | -20/+36 |
2015-09-26 | Merge pull request #2419 from mb21/bidi | John MacFarlane | 1 | -4/+16 |
2015-09-26 | Support bidirectional text output with XeLaTeX, ConTeXt and HTML | mb21 | 1 | -4/+16 |
2015-09-26 | Removed unneeded import. | John MacFarlane | 1 | -1/+0 |
2015-09-25 | Correctly recognize book documentclass in metadata. | John MacFarlane | 1 | -1/+1 |
2015-08-20 | `lang` variable is now in BCP47 format | mb21 | 1 | -8/+140 |
2015-08-07 | Updated readers, writers and README for link attribute | mb21 | 1 | -6/+6 |
2015-08-07 | Updated readers and writers for new image attribute parameter. | John MacFarlane | 1 | -7/+28 |
2015-07-16 | Removed unneeded import. | John MacFarlane | 1 | -2/+1 |
2015-07-16 | LaTeX writer: Fixed detection of 'chapters' from template. | John MacFarlane | 1 | -3/+11 |
2015-05-27 | LaTeX/beamer: added `setotherlanguages` in polyglossia. | John MacFarlane | 1 | -3/+7 |
2015-05-27 | LaTeX writer: Make `mainlang` work when `lang` is in metadata. | John MacFarlane | 1 | -2/+3 |
2015-05-13 | Beamer: mark slide as `[fragile]` if header has `fragile` class. | John MacFarlane | 1 | -2/+3 |
2015-05-02 | LaTeX writer: Add a `\label` in `\hyperdef` for Div, Span. | John MacFarlane | 1 | -2/+4 |
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 1 | -2/+2 |
2015-04-17 | Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jldu... | John MacFarlane | 1 | -3/+3 |
2015-02-25 | LaTeX writer: recognize book documentclass if set in metadata. | John MacFarlane | 1 | -8/+10 |
2015-02-20 | LaTeX Writer: Don't use listings in headers | Matthew Pickering | 1 | -3/+4 |
2015-02-04 | Append newline to the LineBreak of various writers | Tim Lin | 1 | -1/+1 |
2015-02-01 | LaTeX writer: Don't escape $ in URL. Closes #1913. | John MacFarlane | 1 | -1/+1 |
2015-01-05 | ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha... | Mark Wright | 1 | -1/+1 |
2014-12-15 | LaTeX writer: Handle consecutive linebreaks. | John MacFarlane | 1 | -2/+10 |
2014-12-15 | LaTeX writer: better handling of display math in simple tables. | John MacFarlane | 1 | -1/+7 |
2014-12-15 | Improved texorpdfstring patch #1148. | John MacFarlane | 1 | -3/+6 |
2014-12-15 | Merge branch 'use-texorpdfstring' of https://github.com/wilx/pandoc into wilx... | John MacFarlane | 1 | -1/+4 |
2014-10-15 | Escape spaces. Fixes jgm/pandoc#1694. | Bjorn Buckwalter | 1 | -1/+3 |
2014-09-09 | LaTeX writer: Protect graphics in headers. | Jesse Rosenthal | 1 | -6/+15 |
2014-09-01 | LaTeX writer: Avoid using reserved characters as \lstinline delimiters. | John MacFarlane | 1 | -1/+3 |
2014-09-01 | LaTeX writer: Use a declaration for tight lists | Jose Luis Duran | 1 | -3/+3 |
2014-08-31 | LaTeX writer: Put `~` before header in item text. | Jesse Rosenthal | 1 | -2/+12 |
2014-08-29 | Merge pull request #1574 from jlduran/latex-horizontal-rule | John MacFarlane | 1 | -1/+1 |
2014-08-29 | LaTeX writer: Add `\strut` to fix multiline tables | Jose Luis Duran | 1 | -1/+2 |
2014-08-28 | LaTeX writer: Make Horizontal Rules more flexible | Jose Luis Duran | 1 | -1/+1 |
2014-08-28 | LaTeX writer: Fix tables | Jose Luis Duran | 1 | -4/+11 |
2014-08-12 | Merge pull request #1527 from mpickering/juicypixels | John MacFarlane | 1 | -2/+2 |
2014-08-13 | LaTeX Writer: Added missing closing braces to hyperdef commands | Matthew Pickering | 1 | -2/+2 |