aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-30Lua module: make Header argument order consistentAlbert Krewinkel1-2/+2
2017-04-30Lua module: add example for usage of `read`Albert Krewinkel1-1/+11
2017-04-29LaTeX writer: Fix problem with escaping in lstinline.John MacFarlane2-0/+2
2017-04-26Lua module: provide simple `read` format parserAlbert Krewinkel1-0/+14
2017-04-26Lua filter: allow natural access to meta elementsAlbert Krewinkel1-13/+18
2017-04-25HTML line block: Use class instead of style attribute.John MacFarlane8-0/+8
2017-04-15Lua module: provide accessors to element propertiesAlbert Krewinkel1-39/+109
2017-04-15Lua filter: use Attributes constructor for AttrsAlbert Krewinkel1-16/+50
2017-04-15Lua module: fix doc generation, reorder codeAlbert Krewinkel1-69/+60
2017-04-15Lua module: provide builder functions for math and quotedAlbert Krewinkel1-4/+42
2017-04-14Lua filter: use lua strings for nullary constructorsAlbert Krewinkel1-44/+22
2017-04-14Push blocks via lua constructors and constantsAlbert Krewinkel1-41/+234
2017-04-13Use lua constructors to push meta valuesAlbert Krewinkel1-0/+42
2017-04-13Improve lua module documentationAlbert Krewinkel1-140/+315
2017-04-12Lua module: provide multi-param Inline constructorsAlbert Krewinkel1-4/+160
2017-04-11Lua filter: use custom StackValue Inline instanceAlbert Krewinkel1-4/+0
2017-04-04Ms writer improvements:John MacFarlane1-4/+4
2017-04-04Small fixes to ms template.John MacFarlane1-6/+6
2017-04-01Added data/default.theme to repository.John MacFarlane1-0/+177
2017-04-01Ms writer: added syntax highlighting.John MacFarlane1-0/+4
2017-03-31JATS template: always include `<back>` element even if empty.John MacFarlane1-2/+2
2017-03-31JATS writer: put references in `<back>`.John MacFarlane1-0/+7
2017-03-30jats template: added xml-stylesheet variable.John MacFarlane1-0/+3
2017-03-30Automatically include URI-encoded jats.csl for jats output.John MacFarlane1-0/+208