Age | Commit message (Expand) | Author | Files | Lines |
2020-06-14 | Make polyglossia package options list-aware in the LaTeX template. (#6444) | Frederik Elwert | 1 | -2/+2 |
2020-05-21 | update template for reveal.js 4.0.0 (#6390) | Salim B | 1 | -28/+21 |
2020-05-18 | epub.css: wrap overlong lines in highlighted code blocks. | John MacFarlane | 1 | -0/+6 |
2020-05-18 | Use CSS in favor of <br> for display math (#6372) | Lila | 1 | -0/+3 |
2020-05-16 | Add abstract and subtitle to opendocument template. | John MacFarlane | 1 | -0/+6 |
2020-05-16 | ODT: clean up styles. | John MacFarlane | 1 | -11/+15 |
2020-05-07 | Update revealjs template with newly available options (#6347) | Jake Zimmerman | 1 | -0/+86 |
2020-04-28 | Support new Underline element in readers and writers (#6277) | Vaibhav Sagar | 1 | -1/+11 |
2020-04-15 | Lua: support new tables | Albert Krewinkel | 1 | -13/+14 |
2020-02-12 | Introduce new format variants for JATS (#6067) | Albert Krewinkel | 4 | -7/+106 |
2020-02-12 | sample.lua - fix error message. | John MacFarlane | 1 | -1/+1 |
2020-02-11 | sample.lua: Fix typo in descriptive comments (#6136) | Caleb Maclennan | 1 | -2/+1 |
2020-01-29 | LaTeX template: add space option to xeCJK with PassOptionsToPackage. | John MacFarlane | 1 | -1/+4 |
2020-01-11 | Lua: add methods `insert`, `remove`, and `sort` to pandoc.List | Albert Krewinkel | 1 | -0/+17 |
2020-01-11 | data/pandoc.List.lua: improve internal documentation | Albert Krewinkel | 1 | -29/+32 |
2020-01-11 | pandoc.List.lua: make `pandoc.List` a callable constructor | Albert Krewinkel | 1 | -18/+20 |
2019-12-30 | Update JATS dtd (#6020) | Arfon Smith | 1 | -4/+4 |
2019-12-27 | Allow framebreaks for beamer's TOC (#6012) | Heiko Schlittermann | 1 | -1/+1 |
2019-12-11 | ConTeXt template: Adjustments to title formatting (#5949) | Denis Maier | 1 | -4/+4 |
2019-12-11 | Add title-slide-attributes variable to reveal.js template. (#5981) | Frederik Elwert | 1 | -1/+1 |
2019-12-05 | Keep the \author{} command even if author is not specified (#5961) | Yihui Xie | 1 | -2/+0 |
2019-12-05 | HTML-based templates: Add CSS to suppress bullet on unordered task lists. | John MacFarlane | 1 | -0/+1 |
2019-12-03 | Move data/emoji.json to emoji.json, add to extra-source-files. | John MacFarlane | 1 | -10334/+0 |
2019-11-29 | Update default.context (#5946) | Denis Maier | 1 | -8/+6 |
2019-11-27 | Generate Emoji module with TH. | John MacFarlane | 1 | -0/+10334 |
2019-11-24 | Update man template to avoid bad wraps. | John MacFarlane | 1 | -1/+1 |
2019-11-23 | Add support for $toc-title$ to HTML (4 and 5) (#5930) | Alexandre Franke | 2 | -0/+6 |
2019-11-16 | Ms template: Use Palatino for default font. | John MacFarlane | 1 | -1/+1 |
2019-11-16 | Ms template: slightly wider default interparagraph space. | John MacFarlane | 1 | -1/+1 |
2019-11-16 | ms template: default to page numbers on bottom, no paragaraph indent. | John MacFarlane | 1 | -1/+4 |
2019-11-16 | ConTeXt template: add a saner default for page numbers. | John MacFarlane | 1 | -0/+2 |
2019-11-16 | Update default.context (#5875) | Denis Maier | 1 | -0/+16 |
2019-11-16 | Change styles in reference.docx. | John MacFarlane | 1 | -7/+6 |
2019-11-16 | Patch for fixing spacing problem on CJK language. (#5855) | jeongminkim-islab | 1 | -1/+1 |
2019-11-14 | Change reference.docx to use more normal block quotes. | John MacFarlane | 1 | -7/+1 |
2019-10-29 | Changes to build with new doctemplates/doclayout. | John MacFarlane | 1 | -1/+0 |
2019-10-29 | Remove include of grffile from default latex template. | John MacFarlane | 1 | -1/+1 |
2019-10-14 | Minor template & test changes for latest dev doctemplates. | John MacFarlane | 1 | -2/+2 |
2019-09-15 | Lua filters: allow passing of HTML-like tables instead of Attr (#5750) | Albert Krewinkel | 1 | -16/+75 |
2019-09-05 | Add CSS for hanging-indent div to epub.css. | John MacFarlane | 1 | -0/+1 |
2019-09-05 | Add div.hanging-indent CSS to HTML templates. | John MacFarlane | 1 | -0/+1 |
2019-09-05 | Add partial styles.html in HTML5 template. | John MacFarlane | 8 | -84/+18 |
2019-09-03 | Further mod to hanging indent code in latex template. | John MacFarlane | 1 | -2/+0 |
2019-09-03 | Slight improvements to hanging indent code in latex template. | John MacFarlane | 1 | -4/+7 |
2019-09-02 | LaTeX writer: use `cslreferences` environment for csl bibliographies. | John MacFarlane | 1 | -0/+7 |
2019-08-25 | Use new doctemplates, doclayout. | John MacFarlane | 2 | -6/+6 |
2019-07-28 | Update muse template to handle multiple authors better. | John MacFarlane | 1 | -1/+1 |
2019-07-23 | revealjs template: add navigationMode (#5657) | Mauro Bieg | 1 | -0/+4 |
2019-07-16 | Add option to include source files in ConTeXt PDFs (#5578) | Tristan Stenner | 1 | -0/+5 |
2019-07-15 | Customizable type of PDF/A for the ConTeXt writer (issue #5608) (#5610) | Karl Pettersson | 1 | -4/+5 |