aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)AuthorFilesLines
2019-03-03Update bash completion template.John MacFarlane1-1/+5
2019-03-01LaTeX template: Add \frontmatter, \mainmatter, \backmatter for book classes.John MacFarlane1-0/+9
2019-02-27Translations: reorder alphabetically (#5335)Mauro Bieg4-3/+2
2019-02-09Add titlepage class to section in epub3 template.John MacFarlane1-1/+1
2019-02-09Lua filters: load module `pandoc` before calling `init.lua` (#5287)Albert Krewinkel1-2/+0
2019-02-09Added support for the `subject` metadata variable to PDF. (#5289)Pascal Wagler1-0/+3
2019-02-09data/pandoc.lua: re-export all bundled modulesAlbert Krewinkel2-9/+11
2019-02-09Asciidoctor writer sets the stem attribute if it contains latexmathTG1-0/+3
2019-02-09Adds Asciidoctor sprcific writer and testsTG1-0/+38
2019-02-07data/pandoc.lua: re-export List and utils moduleAlbert Krewinkel1-0/+4
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-1/+1
2019-02-02HTML5 template: Add role with ARIA doc-toc for table of contents.John MacFarlane1-1/+1
2019-01-25LaTeX template: Set default listings language for lua, assembler.John MacFarlane1-0/+2
2019-01-23LaTeX template: Restrict `institute` to Beamer (#5219)Andrew Dunning1-3/+2
2019-01-22LaTeX template: Use `footnotehyper` if available (#5234)Andrew Dunning1-2/+3
2019-01-22LaTeX template: Respect `numbersections` for books (#5235)Andrew Dunning1-1/+1
2019-01-22LaTeX template: Fix subtitle spacing (#5244)Andrew Dunning1-1/+1
2019-01-16sample.lua: Add a missing '>'MichaWiedenmann1-1/+1
2019-01-13data/pandoc.lua: auto-fix nested constructor argumentsAlbert Krewinkel1-6/+18
2019-01-12LaTeX template: Simplify fontspec usage (#5218)Andrew Dunning1-9/+8
2019-01-11 LaTeX template: Render \subtitle (#5213)Andrew Dunning1-1/+9
2019-01-10LaTeX template: Prevent scaling of main font (#5212)Andrew Dunning1-10/+9
2019-01-08Add zoomKey config to default.revealjs.John MacFarlane1-0/+4
2019-01-03LaTeX Template: Improve package selections (#5193)John MacFarlane1-53/+76
2019-01-02LaTeX template: Require xcolorAndrew Dunning1-1/+1
2019-01-02EPUB writer: small fixes to nav.xhtml.John MacFarlane1-3/+4
2019-01-01LaTeX template: Supply missing forAndrew Dunning1-1/+1
2019-01-01LaTeX template: Use `bookmark` if availableAndrew Dunning1-1/+1
2019-01-01LaTeX template: ReindentAndrew Dunning1-46/+71
2019-01-01LaTeX template: Remove obsolete fixltx2e packageAndrew Dunning1-1/+0
2019-01-01LaTeX template: Load xurl if availableAndrew Dunning1-0/+1
2019-01-01LaTeX template: Load xcolor if availableAndrew Dunning1-3/+1
2019-01-01LaTeX Template: Use Babel for LuaTeXAndrew Dunning1-2/+2
2018-12-14Remove unnecessary type="text/css" on style and link for HTML5.John MacFarlane4-9/+9
2018-12-11template:latex: make @ letter before using it (#5145)Enno1-4/+7
2018-12-11Let KOMA document class handle parskip when applicable (#5143)Enno1-6/+7
2018-11-29sample.lua: add SingleQuoted, DoubleQuoted.John MacFarlane1-0/+8
2018-11-20Additional abbreviationsAndrew Dunning1-0/+29
2018-11-19Lua filters: test AST object equality via HaskellAlbert Krewinkel1-1/+4
2018-11-19Asciidoc template: add :lang: to title header is lang is set in metadata.John MacFarlane1-0/+3
2018-11-03LaTeX template: add variable romanfont (#4665)OvidiusCicero1-0/+3
2018-11-03AsciiDoc writer: use single-line section headers.John MacFarlane1-1/+1
2018-10-22Add viz. to abbreviations file (#5007)Nick Fleisher1-0/+1
2018-10-22revealjs: typo in the socket.io javascript plugin (#5006)Yoan Blanc1-1/+1
2018-10-20Lua filters: iterate over AST element fields when using `pairs`Albert Krewinkel1-0/+58
2018-10-15Lua pandoc module: ensure MetaList elements behave like ListsAlbert Krewinkel1-0/+3
2018-10-15Lua pandoc module: fix MetaList constructorAlbert Krewinkel1-1/+6
2018-10-14Custom writer: provide PANDOC_DOCUMENT instead of Setup functionAlbert Krewinkel1-23/+13
2018-10-13Custom writer: give full access to doc in optional Setup function (#4967)Albert Krewinkel1-3/+34
2018-10-13data/sample.lua: replace custom pipe function with pandoc.utils.pipeAlbert Krewinkel1-14/+3