Age | Commit message (Expand) | Author | Files | Lines |
2017-09-12 | Move 'tables in footnotes' fix out of beamer part of default.latex. | John MacFarlane | 1 | -2/+3 |
2017-09-11 | Support for PDF generation via `weasyprint` and `prince` (#3909) | Mauro Bieg | 1 | -2/+2 |
2017-09-08 | Write euro symbol directly in LaTeX | Andrew Dunning | 1 | -6/+1 |
2017-09-08 | Removed old beamer template. | John MacFarlane | 1 | -285/+0 |
2017-09-08 | Use starred versions of xcolor names | Andrew Dunning | 1 | -1/+1 |
2017-09-08 | Merge branch 'master' into patch-1 | Andrew Dunning | 2 | -11/+11 |
2017-09-07 | LaTeX template: load polyglossia after header-includes. | John MacFarlane | 1 | -9/+9 |
2017-09-07 | Merge pull request #3885 from tarleb/lua-module-docs | John MacFarlane | 1 | -2/+2 |
2017-09-07 | Use xcolor for colorlinks option | Andrew Dunning | 1 | -2/+5 |
2017-08-31 | data/pandoc.lua: fix typos in documentation | Albert Krewinkel | 1 | -2/+2 |
2017-08-26 | Combine LaTeX/Beamer templates | Andrew Dunning | 1 | -1/+97 |
2017-08-25 | Allow setting Japanese fonts when using LuaLaTeX (#3873) | Václav Haisman | 1 | -0/+13 |
2017-08-22 | Text.Pandoc.Lua: support Inline and Block catch-alls | Albert Krewinkel | 1 | -1/+2 |
2017-08-21 | Small improvement to #3855 - move lang attribute up. | John MacFarlane | 1 | -4/+4 |
2017-08-21 | docbook5 template: use lang and subtitle variables (#3855) | Jens Getreu | 1 | -1/+7 |
2017-08-21 | data/pandoc.lua: fix documentation | Albert Krewinkel | 1 | -3/+4 |
2017-08-21 | data/pandoc.lua: Include Pandoc, Meta in implicit filters | Albert Krewinkel | 1 | -1/+6 |
2017-08-14 | Implement multicolumn support for slide formats. | John MacFarlane | 7 | -0/+7 |
2017-08-14 | Fix hyperref options clash (#3847) | Andrew Dunning | 1 | -5/+7 |
2017-08-12 | Added Listing to Term. | John MacFarlane | 1 | -0/+1 |
2017-08-12 | Added new translations. | John MacFarlane | 46 | -24/+920 |
2017-08-12 | Change to yaml for translation files. | John MacFarlane | 3 | -0/+0 |
2017-08-11 | Added de.trans. | John MacFarlane | 1 | -0/+19 |
2017-08-11 | Added support for translations (localization) (see #3559). | John MacFarlane | 2 | -0/+38 |
2017-06-29 | data/pandoc.lua: regularize constructors. | John MacFarlane | 1 | -11/+10 |
2017-06-28 | LaTeX template: added `natbiboptions` variable. | John MacFarlane | 1 | -1/+1 |
2017-06-27 | data/pandoc.lua: add accessors to Table elements | Albert Krewinkel | 1 | -1/+2 |
2017-06-27 | Removed redundant element from data/docx/word/numbering.xml. | John MacFarlane | 1 | -2/+3 |
2017-06-26 | Support `--toc` in `opendocument`/`odt`. | John MacFarlane | 1 | -0/+129 |
2017-06-26 | Use `table-of-contents` for contents of toc, make `toc` a boolean. | John MacFarlane | 11 | -11/+11 |
2017-06-20 | latex template: fix typo in fix for notes in tables. | John MacFarlane | 1 | -1/+1 |
2017-06-19 | Added Vimwiki reader (#3705). | Yuchen Pei | 1 | -0/+82 |
2017-06-18 | Use revealjs's math plugin for mathjax. | John MacFarlane | 1 | -2/+11 |
2017-06-05 | Added aspectratio variable to beamer template (#3723). | Václav Haisman | 1 | -1/+1 |
2017-05-25 | Docx writer: Use Table rather than "Table Normal" for table style. | John MacFarlane | 1 | -2/+3 |
2017-05-18 | modified template.latex to fix XeLaTex being used with tables (#3661) | lwolfsonkin | 1 | -14/+15 |
2017-05-18 | Docx writer: Change FigureWithCaption to CaptionedFigure (#3658) | Ian | 1 | -2/+2 |
2017-05-18 | Lua module: allow omitting Attr in element constructors | Albert Krewinkel | 1 | -19/+21 |
2017-05-09 | LaTeX: Load `parskip` before `hyperref`. (#3654) | Václav Haisman | 1 | -9/+9 |
2017-05-08 | Fix links inside captions in LaTeX output with links-as-notes. | Václav Haisman | 1 | -1/+1 |
2017-05-06 | ConTeXt template: improved font handling. | John MacFarlane | 1 | -14/+11 |
2017-04-30 | Lua filter: fall-back to global filters when none is returned | Albert Krewinkel | 1 | -1/+1 |
2017-04-30 | Lua module: simplify Attributes, rename to Attr | Albert Krewinkel | 1 | -59/+26 |
2017-04-30 | Lua module: make Header argument order consistent | Albert Krewinkel | 1 | -2/+2 |
2017-04-30 | Lua module: add example for usage of `read` | Albert Krewinkel | 1 | -1/+11 |
2017-04-29 | LaTeX writer: Fix problem with escaping in lstinline. | John MacFarlane | 2 | -0/+2 |
2017-04-26 | Lua module: provide simple `read` format parser | Albert Krewinkel | 1 | -0/+14 |
2017-04-26 | Lua filter: allow natural access to meta elements | Albert Krewinkel | 1 | -13/+18 |
2017-04-25 | HTML line block: Use class instead of style attribute. | John MacFarlane | 8 | -0/+8 |
2017-04-15 | Lua module: provide accessors to element properties | Albert Krewinkel | 1 | -39/+109 |