Age | Commit message (Expand) | Author | Files | Lines |
2016-05-01 | LaTeX writer: use {} around options containing special chars. | John MacFarlane | 1 | -4/+9 |
2016-04-27 | Revert "LaTeX writer: Add `\strut` to fix multiline tables" | John MacFarlane | 1 | -2/+1 |
2016-04-26 | Merge pull request #2735 from mb21/patch-1 | John MacFarlane | 1 | -1/+1 |
2016-04-26 | Merge pull request #2829 from adunning/patch-1 | John MacFarlane | 1 | -7/+17 |
2016-04-26 | LaTeX writer: ignore --incremental unless -t beamer. | John MacFarlane | 1 | -1/+2 |
2016-04-01 | LaTeX writer: Add missing languages. | Andrew Dunning | 1 | -7/+17 |
2016-03-30 | Recognize `la-x-classic` as Classical Latin. | Andrew Dunning | 1 | -0/+2 |
2016-03-25 | Removed two superfluous lines. | John MacFarlane | 1 | -2/+0 |
2016-03-24 | LaTeX writer: better positioning for hypertarget in figures. | John MacFarlane | 1 | -16/+23 |
2016-03-24 | LaTeX writer: Fixed position of label in figures. | John MacFarlane | 1 | -3/+3 |
2016-03-20 | LaTeX Writer: fix polyglossia to babel env mapping | Mauro Bieg | 1 | -1/+1 |
2016-03-19 | Merge pull request #2637 from mb21/latex-figure-label | John MacFarlane | 1 | -19/+24 |
2016-03-18 | LaTeX writer: Avoid double toprule in headerless table with caption. | John MacFarlane | 1 | -7/+10 |
2016-02-18 | LaTeX writer: clean up options parser. | Jesse Rosenthal | 1 | -3/+4 |
2016-02-18 | LaTeX writer: treat memoir template with `article` opt as article | Jesse Rosenthal | 1 | -6/+21 |
2016-01-20 | LaTeX writer: Allow more flexible table alignment | Henrik Tramberend | 1 | -1/+1 |
2016-01-10 | LaTeX writer: figure label | mb21 | 1 | -19/+24 |
2016-01-09 | LaTeX writer: restore old treatment of Span. | John MacFarlane | 1 | -17/+15 |
2015-12-22 | LaTeX writer: create defaults for geometry using margin-left etc. | John MacFarlane | 1 | -1/+10 |
2015-12-19 | LaTeX/Beamer template changes (Thomas Hodgson): | John MacFarlane | 1 | -0/+1 |
2015-12-19 | Added needed import of FromJSON. | John MacFarlane | 1 | -1/+1 |
2015-12-19 | Fix language code for Czech (cs not cz) | John MacFarlane | 1 | -1/+1 |
2015-12-19 | Merge branch 'master' of https://github.com/AndreasLoow/pandoc into AndreasLo... | John MacFarlane | 1 | -1/+6 |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 1 | -1/+8 |
2015-11-23 | Beamer writer: mark frame as fragile when it contains verbatim. | John MacFarlane | 1 | -5/+1 |
2015-11-19 | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb... | John MacFarlane | 1 | -12/+35 |
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 |