Age | Commit message (Expand) | Author | Files | Lines |
2019-10-09 | Options.WriterOptions: Change type of writerVariables to Context Text. | John MacFarlane | 1 | -3/+5 |
2019-09-18 | LaTeX writer: use `\hspace{0pt}` for 0-width space U+200B. | John MacFarlane | 1 | -0/+1 |
2019-09-08 | Replace Element and makeHierarchical with makeSections. | John MacFarlane | 1 | -152/+131 |
2019-09-02 | LaTeX writer: use `cslreferences` environment for csl bibliographies. | John MacFarlane | 1 | -3/+18 |
2019-09-02 | LaTeX writer: strip off `{}` around locator for biblatex/natbib output. | John MacFarlane | 1 | -1/+7 |
2019-08-25 | Use new doctemplates, doclayout. | John MacFarlane | 1 | -55/+66 |
2019-08-14 | Add thin space when needed in LaTeX quote ligatures. | John MacFarlane | 1 | -4/+9 |
2019-07-28 | Use doctemplates 0.3, change type of writerTemplate. | John MacFarlane | 1 | -44/+15 |
2019-07-20 | LaTeX writer: fix line breaks at start of paragraph. | John MacFarlane | 1 | -9/+9 |
2019-06-11 | LaTeX writer: Don't highlight code in headings. | John MacFarlane | 1 | -3/+4 |
2019-06-10 | LaTeX writer: Use mbox to get proper behavior inside `\sout`. | John MacFarlane | 1 | -6/+6 |
2019-06-07 | LaTeX writer: Include inline code attributes with `--listings`. | John MacFarlane | 1 | -4/+12 |
2019-05-05 | LaTeX writer: don't produce columns environment unless beamer. | John MacFarlane | 1 | -2/+2 |
2019-05-01 | Fix footnote in image caption. | John MacFarlane | 1 | -10/+16 |
2019-04-05 | More fixes to beamer table footnotes. | John MacFarlane | 1 | -14/+19 |
2019-04-05 | LaTeX writer: rename stInMinipage -> stExternalNotes | John MacFarlane | 1 | -13/+14 |
2019-04-05 | Make footnotes work properly in beamer tables. | John MacFarlane | 1 | -0/+6 |
2019-03-29 | LaTeX writer: Avoid inadvertently creating ?` or !` ligatures. | John MacFarlane | 1 | -0/+8 |
2019-03-22 | LaTeX writer: Fix footnotes in table caption and cells. | John MacFarlane | 1 | -13/+11 |
2019-03-18 | Improved fix to #5340 and added test. | John MacFarlane | 1 | -2/+2 |
2019-03-18 | Improve autolink detection in LaTeX reader. | John MacFarlane | 1 | -2/+2 |
2019-03-04 | LaTeX writer: Add classes for frontmatter support (#5353) | Andrew Dunning | 1 | -2/+2 |
2019-03-04 | LaTeX writer/template: better handling of front/main/backmatter. | John MacFarlane | 1 | -26/+29 |
2019-03-01 | LaTeX(Beamer) writer: include contents under headers < slidelevel. | John MacFarlane | 1 | -1/+8 |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -18/+0 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -2/+2 |
2019-02-01 | LaTeX writer: use right fold for escapeString. | John MacFarlane | 1 | -15/+13 |
2019-02-01 | LaTeX writer: code simplification in escaping. | John MacFarlane | 1 | -20/+21 |
2019-02-01 | LaTeX writer: avoid `{}` after control sequences when escaping. | John MacFarlane | 1 | -26/+36 |
2019-01-25 | LaTeX writer: add `#` special characeters for listings. | John MacFarlane | 1 | -1/+1 |
2019-01-10 | Make raw content marked `beamer` work in `beamer` output. | John MacFarlane | 1 | -14/+18 |
2019-01-09 | Beamer writer: avoid duplicated `fragile` property in some cases. | John MacFarlane | 1 | -1/+3 |
2019-01-02 | Implement task lists (#5139) | Mauro Bieg | 1 | -2/+14 |
2018-12-31 | Replace read with safeRead (#5186) | Mauro Bieg | 1 | -5/+7 |
2018-11-19 | For bibliography match Div with id 'refs', not class 'references'. | John MacFarlane | 1 | -2/+2 |
2018-11-12 | LaTeX writer: don't emit `[<+->]` unless beamer output, | John MacFarlane | 1 | -2/+3 |
2018-11-01 | LaTeX writer: remove unused local bind | Alexander Krotov | 1 | -1/+1 |
2018-10-31 | LaTeX writer: add newline if math ends in a comment. | John MacFarlane | 1 | -2/+12 |
2018-10-08 | LaTeX writer with `--listings`: don't pass through org-babel attributes. | John MacFarlane | 1 | -1/+4 |
2018-10-08 | LaTeX writer: with `--biblatex`, use `\autocite` when possible. | John MacFarlane | 1 | -13/+21 |
2018-09-30 | Implement `--ascii` (`writerPreferAscii`) in writers, not App. | John MacFarlane | 1 | -39/+105 |
2018-09-29 | LaTeX writer: Fix description lists contining highlighted code. | John MacFarlane | 1 | -2/+4 |
2018-09-22 | LaTeX writer: fix a use of `last` that might take empty list. | John MacFarlane | 1 | -3/+3 |
2018-08-16 | LaTeX writer/template: be sensitive to `filecolor` variable. | John MacFarlane | 1 | -1/+2 |
2018-06-12 | Beamer: Allow "noframenumbering" option (#4696) | Raymond Ehlers | 1 | -1/+2 |
2018-06-07 | LaTeX writer: properly handle footnotes in table captions. | John MacFarlane | 1 | -17/+22 |
2018-06-07 | beamer output: fix single digit column percentage (#4691) | Mauro Bieg | 1 | -1/+1 |
2018-04-26 | LaTeX writer: Update \lstinline delimiters. (#4369) | Tim Parenti | 1 | -1/+1 |
2018-04-16 | Beamer writer: don't use format specifier for default ordered lists. | John MacFarlane | 1 | -0/+1 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |