Age | Commit message (Expand) | Author | Files | Lines |
2017-02-17 | Added warnings for non-rendered blocks to some writers. | John MacFarlane | 1 | -36/+51 |
2017-02-05 | Handle language in inline code with --listings. | John MacFarlane | 1 | -4/+9 |
2017-01-28 | LaTeX writer: export writeBeamer. | John MacFarlane | 1 | -25/+50 |
2017-01-25 | Removed writerHighlight; made writerHighlightStyle a Maybe. | John MacFarlane | 1 | -7/+12 |
2017-01-25 | Revert "Added page breaks into Pandoc." | John MacFarlane | 1 | -1/+0 |
2017-01-25 | Removed writerIgnoreNotes. | John MacFarlane | 1 | -4/+0 |
2017-01-25 | Removed writerTeXLigatures. | John MacFarlane | 1 | -3/+3 |
2017-01-25 | Convert all writers to use PandocMonad. | Jesse Rosenthal | 1 | -2/+3 |
2017-01-25 | Adds support for pagebreaks (when it makes sense) | Hubert Plociniczak | 1 | -0/+1 |
2016-12-23 | Updates to use skylighting rather than highlighting-kate. | John MacFarlane | 1 | -2/+2 |
2016-12-16 | LaTeX writer: allow tables with empty cells to count as "plain." | John MacFarlane | 1 | -0/+1 |
2016-12-04 | LaTeX writer: Fix unnumbered headers when used with `--top-level` | Albert Krewinkel | 1 | -1/+1 |
2016-11-30 | Options: Removed writerStandalone, made writerTemplate a Maybe. | John MacFarlane | 1 | -4/+4 |
2016-11-27 | Refactor top-level division selection (#3261) | Albert Krewinkel | 1 | -9/+12 |
2016-11-26 | [Tex] Remove invalid inlines in sections (#3218) | hubertp-lshift | 1 | -4/+6 |
2016-11-26 | Allow to overwrite top-level division type heuristics (#3258) | Albert Krewinkel | 1 | -2/+5 |
2016-11-24 | LaTeX writer: use `\autocites*` when "suppress-author" citation used. | John MacFarlane | 1 | -2/+3 |
2016-11-20 | LaTeX writer: ensure that simple tables have simple cells. | John MacFarlane | 1 | -1/+8 |
2016-10-19 | Add option for top-level division type | Albert Krewinkel | 1 | -18/+20 |
2016-09-06 | Add --parts command line option to LaTeX writer. | Oliver Matthews | 1 | -10/+17 |
2016-10-13 | Add support for the LineBlock element to writers | Albert Krewinkel | 1 | -0/+2 |
2016-09-28 | Merge pull request #3093 from wilx/master-figure-placement | John MacFarlane | 1 | -1/+1 |
2016-09-20 | LaTeX writer: change braced backtick to \textasciigrave{} | Jesse Rosenthal | 1 | -1/+1 |
2016-09-19 | LaTeX writer: enclose backtick in `{}` in verbatim | Jesse Rosenthal | 1 | -0/+1 |
2016-08-29 | LaTeX: Do not set [htbp] figure placement options. | Vaclav Zeman | 1 | -1/+1 |
2016-08-27 | Translate NARROW NO-BREAK SPACE into LaTeX. | Vaclav Zeman | 1 | -0/+1 |
2016-08-06 | LaTeX writer: don't use * for unnumbered paragraph, subparagraph. | John MacFarlane | 1 | -2/+2 |
2016-07-03 | Allow 'standout' as a beamer frame option. | John MacFarlane | 1 | -1/+1 |
2016-07-01 | LaTeX writer: don't URI-escape image source. | John MacFarlane | 1 | -1/+1 |
2016-05-31 | brazilian -> brazil for polyglossia. | John MacFarlane | 1 | -1/+3 |
2016-05-17 | LaTeX writer: Don't escape underscore in labels. | John MacFarlane | 1 | -1/+1 |
2016-05-11 | Retake on strut with \minipage inside tables | Jose Luis Duran | 1 | -2/+2 |
2016-05-09 | Avoid lazy foldl in LaTeX writer. | John MacFarlane | 1 | -4/+5 |
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 |