aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
2017-06-29data/pandoc.lua: regularize constructors.John MacFarlane
2017-06-28LaTeX template: added `natbiboptions` variable.John MacFarlane
2017-06-27data/pandoc.lua: add accessors to Table elementsAlbert Krewinkel
2017-06-27Removed redundant element from data/docx/word/numbering.xml.John MacFarlane
2017-06-26Support `--toc` in `opendocument`/`odt`.John MacFarlane
2017-06-26Use `table-of-contents` for contents of toc, make `toc` a boolean.John MacFarlane
2017-06-20latex template: fix typo in fix for notes in tables.John MacFarlane
2017-06-19Added Vimwiki reader (#3705).Yuchen Pei
2017-06-18Use revealjs's math plugin for mathjax.John MacFarlane
2017-06-05Added aspectratio variable to beamer template (#3723).Václav Haisman
2017-05-25Docx writer: Use Table rather than "Table Normal" for table style.John MacFarlane
2017-05-18modified template.latex to fix XeLaTex being used with tables (#3661)lwolfsonkin
2017-05-18Docx writer: Change FigureWithCaption to CaptionedFigure (#3658)Ian
2017-05-18Lua module: allow omitting Attr in element constructorsAlbert Krewinkel
2017-05-09LaTeX: Load `parskip` before `hyperref`. (#3654)Václav Haisman
2017-05-08Fix links inside captions in LaTeX output with links-as-notes.Václav Haisman
2017-05-06ConTeXt template: improved font handling.John MacFarlane
2017-04-30Lua filter: fall-back to global filters when none is returnedAlbert Krewinkel
2017-04-30Lua module: simplify Attributes, rename to AttrAlbert Krewinkel
2017-04-30Lua module: make Header argument order consistentAlbert Krewinkel
2017-04-30Lua module: add example for usage of `read`Albert Krewinkel
2017-04-29LaTeX writer: Fix problem with escaping in lstinline.John MacFarlane
2017-04-26Lua module: provide simple `read` format parserAlbert Krewinkel
2017-04-26Lua filter: allow natural access to meta elementsAlbert Krewinkel
2017-04-25HTML line block: Use class instead of style attribute.John MacFarlane
2017-04-15Lua module: provide accessors to element propertiesAlbert Krewinkel
2017-04-15Lua filter: use Attributes constructor for AttrsAlbert Krewinkel
2017-04-15Lua module: fix doc generation, reorder codeAlbert Krewinkel
2017-04-15Lua module: provide builder functions for math and quotedAlbert Krewinkel
2017-04-14Lua filter: use lua strings for nullary constructorsAlbert Krewinkel
2017-04-14Push blocks via lua constructors and constantsAlbert Krewinkel
2017-04-13Use lua constructors to push meta valuesAlbert Krewinkel
2017-04-13Improve lua module documentationAlbert Krewinkel
2017-04-12Lua module: provide multi-param Inline constructorsAlbert Krewinkel
2017-04-11Lua filter: use custom StackValue Inline instanceAlbert Krewinkel
2017-04-04Ms writer improvements:John MacFarlane
2017-04-04Small fixes to ms template.John MacFarlane
2017-04-01Added data/default.theme to repository.John MacFarlane
2017-04-01Ms writer: added syntax highlighting.John MacFarlane
2017-03-31JATS template: always include `<back>` element even if empty.John MacFarlane
2017-03-31JATS writer: put references in `<back>`.John MacFarlane
2017-03-30jats template: added xml-stylesheet variable.John MacFarlane
2017-03-30Automatically include URI-encoded jats.csl for jats output.John MacFarlane
2017-03-28Added default.jats template.John MacFarlane
2017-03-26default.ms template: move header-includes and .1C up.John MacFarlane
2017-03-26Ms writer: Hyperlink table of contents and other improvements.John MacFarlane
2017-03-26Ms writer: Use @ instead of | for inline math delimiter.John MacFarlane
2017-03-26Ms writer: Support external links.John MacFarlane
2017-03-25Ms writer: Implement header identifiers and internal links.John MacFarlane
2017-03-25Ms writer: use light gray for strikeout.John MacFarlane