aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)AuthorFilesLines
2017-10-25pandoc.lua: define default list attributesAlbert Krewinkel1-1/+2
2017-10-17pandoc.lua: destructure attr for Link and ImageAlbert Krewinkel1-2/+2
2017-10-05pandoc.lua: throw better error when pipe command failsAlbert Krewinkel1-3/+3
2017-10-03Merge pull request #3951 from greut/patch-1John MacFarlane1-1/+1
2017-10-03pandoc.lua: use wrapper funciton for pipe commandAlbert Krewinkel1-0/+23
2017-10-03Load Google Font using HTTPS by defaultYoan Blanc1-1/+1
2017-10-03Lua.PandocModule: promote addFunction to top levelAlbert Krewinkel1-1/+1
2017-09-12Move 'tables in footnotes' fix out of beamer part of default.latex.John MacFarlane1-2/+3
2017-09-11Support for PDF generation via `weasyprint` and `prince` (#3909)Mauro Bieg1-2/+2
2017-09-08Write euro symbol directly in LaTeXAndrew Dunning1-6/+1
2017-09-08Removed old beamer template.John MacFarlane1-285/+0
2017-09-08Use starred versions of xcolor namesAndrew Dunning1-1/+1
2017-09-08Merge branch 'master' into patch-1Andrew Dunning2-11/+11
2017-09-07LaTeX template: load polyglossia after header-includes.John MacFarlane1-9/+9
2017-09-07Merge pull request #3885 from tarleb/lua-module-docsJohn MacFarlane1-2/+2
2017-09-07Use xcolor for colorlinks optionAndrew Dunning1-2/+5
2017-08-31data/pandoc.lua: fix typos in documentationAlbert Krewinkel1-2/+2
2017-08-26Combine LaTeX/Beamer templatesAndrew Dunning1-1/+97
2017-08-25Allow setting Japanese fonts when using LuaLaTeX (#3873)Václav Haisman1-0/+13
2017-08-22Text.Pandoc.Lua: support Inline and Block catch-allsAlbert Krewinkel1-1/+2
2017-08-21Small improvement to #3855 - move lang attribute up.John MacFarlane1-4/+4
2017-08-21docbook5 template: use lang and subtitle variables (#3855)Jens Getreu1-1/+7
2017-08-21data/pandoc.lua: fix documentationAlbert Krewinkel1-3/+4
2017-08-21data/pandoc.lua: Include Pandoc, Meta in implicit filtersAlbert Krewinkel1-1/+6
2017-08-14Implement multicolumn support for slide formats.John MacFarlane7-0/+7
2017-08-14Fix hyperref options clash (#3847)Andrew Dunning1-5/+7
2017-08-12Added Listing to Term.John MacFarlane1-0/+1
2017-08-12Added new translations.John MacFarlane46-24/+920
2017-08-12Change to yaml for translation files.John MacFarlane3-0/+0
2017-08-11Added de.trans.John MacFarlane1-0/+19
2017-08-11Added support for translations (localization) (see #3559).John MacFarlane2-0/+38
2017-06-29data/pandoc.lua: regularize constructors.John MacFarlane1-11/+10
2017-06-28LaTeX template: added `natbiboptions` variable.John MacFarlane1-1/+1
2017-06-27data/pandoc.lua: add accessors to Table elementsAlbert Krewinkel1-1/+2
2017-06-27Removed redundant element from data/docx/word/numbering.xml.John MacFarlane1-2/+3
2017-06-26Support `--toc` in `opendocument`/`odt`.John MacFarlane1-0/+129
2017-06-26Use `table-of-contents` for contents of toc, make `toc` a boolean.John MacFarlane11-11/+11
2017-06-20latex template: fix typo in fix for notes in tables.John MacFarlane1-1/+1
2017-06-19Added Vimwiki reader (#3705).Yuchen Pei1-0/+82
2017-06-18Use revealjs's math plugin for mathjax.John MacFarlane1-2/+11
2017-06-05Added aspectratio variable to beamer template (#3723).Václav Haisman1-1/+1
2017-05-25Docx writer: Use Table rather than "Table Normal" for table style.John MacFarlane1-2/+3
2017-05-18modified template.latex to fix XeLaTex being used with tables (#3661)lwolfsonkin1-14/+15
2017-05-18Docx writer: Change FigureWithCaption to CaptionedFigure (#3658)Ian1-2/+2
2017-05-18Lua module: allow omitting Attr in element constructorsAlbert Krewinkel1-19/+21
2017-05-09LaTeX: Load `parskip` before `hyperref`. (#3654)Václav Haisman1-9/+9
2017-05-08Fix links inside captions in LaTeX output with links-as-notes.Václav Haisman1-1/+1
2017-05-06ConTeXt template: improved font handling.John MacFarlane1-14/+11
2017-04-30Lua filter: fall-back to global filters when none is returnedAlbert Krewinkel1-1/+1
2017-04-30Lua module: simplify Attributes, rename to AttrAlbert Krewinkel1-59/+26