summaryrefslogtreecommitdiff
path: root/data
Commit message (Expand)AuthorAge
* data/pandoc.lua: drop function pandoc.global_filterAlbert Krewinkel2017-12-29
* data/pandoc.lua: fix documentation for global_filterAlbert Krewinkel2017-12-29
* Fixed some doc comments in data/pandoc.lua.John MacFarlane2017-12-28
* data/sample.lua: use `next` instead of for loopAlbert Krewinkel2017-12-27
* Removed extra comment.John MacFarlane2017-12-27
* Revert "data/sample.lua: Fixed problem with definition lists."John MacFarlane2017-12-27
* data/sample.lua: fixed problem with tables.John MacFarlane2017-12-27
* data/sample.lua: Fixed problem with definition lists.John MacFarlane2017-12-27
* Updated reference.docx.John MacFarlane2017-12-26
* HTML writer: Use br elements in line blocks...John MacFarlane2017-12-26
* data/init.lua: load pandoc.utils by defaultAlbert Krewinkel2017-12-23
* Lua modules: added pandoc.utils moduleAlbert Krewinkel2017-12-21
* Removed default.theme data file.John MacFarlane2017-12-21
* Lua modules: turn pipe, read into full Haskell functionsAlbert Krewinkel2017-12-20
* pandoc.lua: re-add missing MetaMap functionAlbert Krewinkel2017-12-19
* Update latex template to work with recent versions of beamer.John MacFarlane2017-12-13
* Added support for LaTeX pagestyle variable (#4135)Thomas Hodgson2017-12-11
* Add default pptx data for Powerpoint writer.Jesse Rosenthal2017-12-11
* Lua filters: use script to initialize the interpreterAlbert Krewinkel2017-12-06
* Lua filters: refactor lua module handlingAlbert Krewinkel2017-12-02
* reveal.js template: add title-slide identifier to title slide.John MacFarlane2017-12-04
* Include default CSS for 'underline' class in HTML-based templates.John MacFarlane2017-12-03
* revealjs template: added a necessary escape.John MacFarlane2017-12-01
* reveal.js template: include tex2jax configuration.John MacFarlane2017-12-01
* pandoc.lua: set metatable on List MetaValuesAlbert Krewinkel2017-12-01
* Lua/StackInstances: push Pandoc and Meta via constructorAlbert Krewinkel2017-12-01
* List.lua: add missing fixes as discussed in #4099Albert Krewinkel2017-12-01
* List.lua: add _VERSION to module, drop unused varAlbert Krewinkel2017-11-29
* Add basic lua List module (#4099)Albert Krewinkel2017-11-28
* data/pandoc.lua: enable table-like behavior of attributes (#4080)Albert Krewinkel2017-11-20
* LaTeX template: include natbib/biblatex after polyglossia.John MacFarlane2017-11-14
* Fixed URIs in jats.csl.John MacFarlane2017-11-11
* Removed etc. from abbreviations file.John MacFarlane2017-11-09
* Added a few abbreviations and sorted the list. (#3984)Wandmalfarbe2017-11-03
* Improved support for columns in HTML.John MacFarlane2017-11-02
* HTML Writer: consistently use dashed class-namesmb212017-10-31
* pandoc.lua: define default list attributesAlbert Krewinkel2017-10-25
* pandoc.lua: destructure attr for Link and ImageAlbert Krewinkel2017-10-17
* pandoc.lua: throw better error when pipe command failsAlbert Krewinkel2017-10-05
* Merge pull request #3951 from greut/patch-1John MacFarlane2017-10-03
|\
| * Load Google Font using HTTPS by defaultYoan Blanc2017-10-03
* | pandoc.lua: use wrapper funciton for pipe commandAlbert Krewinkel2017-10-03
* | Lua.PandocModule: promote addFunction to top levelAlbert Krewinkel2017-10-03
|/
* Move 'tables in footnotes' fix out of beamer part of default.latex.John MacFarlane2017-09-12
* Support for PDF generation via `weasyprint` and `prince` (#3909)Mauro Bieg2017-09-11
* Write euro symbol directly in LaTeXAndrew Dunning2017-09-08
* Removed old beamer template.John MacFarlane2017-09-08
* Use starred versions of xcolor namesAndrew Dunning2017-09-08
* Merge branch 'master' into patch-1Andrew Dunning2017-09-08
|\
| * LaTeX template: load polyglossia after header-includes.John MacFarlane2017-09-07