aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-28Added default.jats template.John MacFarlane1-0/+193
2017-03-26default.ms template: move header-includes and .1C up.John MacFarlane1-5/+5
2017-03-26Ms writer: Hyperlink table of contents and other improvements.John MacFarlane1-1/+11
2017-03-26Ms writer: Use @ instead of | for inline math delimiter.John MacFarlane1-1/+1
2017-03-26Ms writer: Support external links.John MacFarlane1-0/+4
2017-03-25Ms writer: Implement header identifiers and internal links.John MacFarlane1-1/+0
2017-03-25Ms writer: use light gray for strikeout.John MacFarlane1-0/+2
2017-03-25Ms writer: improved pdf metadata.John MacFarlane1-1/+2
2017-03-25ms template: beginnings of support for PDF metadata.John MacFarlane1-0/+4
2017-03-25Ms template: don't include www macros.John MacFarlane1-1/+0
2017-03-24Ms writer: Use indented paragraphs after first in section.John MacFarlane1-1/+1
2017-03-24default.ms: Add settings for document variables like width.John MacFarlane1-2/+29
2017-03-24Use www.tmac in default.ms.John MacFarlane1-0/+1
2017-03-24Ms writer: support --toc, date, abstract.John MacFarlane1-0/+12
2017-03-24Ms writer: Use custom .HRULE macro for horizontal rule.John MacFarlane1-10/+14
2017-03-23Ms writer: Super/subscript support.John MacFarlane1-0/+10