Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-02 | Support for Asian languages, CJKmainfont label | Xavier Olive | 1 | -0/+4 | |
Works only with xelatex. This is not a big deal since when it hits on a utf8 unknown char (say Asian script), pandoc suggests to switch to the xelatex engine. | |||||
2015-06-02 | Added default.commonmark template. | John MacFarlane | 1 | -0/+21 | |
2015-05-27 | LaTeX template: move hyperref before polyglossia. | John MacFarlane | 1 | -17/+17 | |
This avoids a warning: “Package bidi Error: Oops! you have loaded package hyperref after bidi package. Please load package hyperref before bidi package, and then try to run xelatex on your document again.” Closes #96. | |||||
2015-05-27 | LaTeX, beamer: add setotherlanguages to polyglossia. | John MacFarlane | 2 | -0/+2 | |
2015-05-27 | Revealjs: Allow center to be set to false. Closes #93. | John MacFarlane | 1 | -1/+1 | |
2015-05-27 | Use polyglossia with xelatex in beamer. Closes #85. | John MacFarlane | 1 | -1/+6 | |
2015-05-27 | Merge pull request #90 from Kaixhin/master | John MacFarlane | 1 | -1/+1 | |
Add option for ToC color | |||||
2015-05-27 | Merge pull request #97 from emwap/beamer_tightlist | John MacFarlane | 1 | -0/+2 | |
Provide the \tightlist command | |||||
2015-05-27 | Provide the \tightlist command | Anders Persson | 1 | -0/+2 | |
Just as it is provided the default.latex template. Pandoc-1.14 expexts this command. | |||||
2015-05-11 | Beamer, LaTeX templates: Use `bibliography` instead of `biblio-files`. | John MacFarlane | 2 | -10/+10 | |
Also use `\addbibresource` instead of `\bibliography` for biblatex. See jgm/pandoc#1661. | |||||
2015-05-03 | Merge pull request #95 from lierdakil/fix-paragraph-undefined | John MacFarlane | 1 | -0/+4 | |
Fix paragraph undefined problem | |||||
2015-05-03 | Fix paragraph undefined problem | Nikolay Yakimov | 1 | -0/+4 | |
2015-05-02 | latex template: use providecommand for tightlist. | John MacFarlane | 1 | -1/+1 | |
This avoids a conflict when the memoir class is used. Closes #94. | |||||
2015-04-17 | LaTeX template: Added `\tightlist` definition. | John MacFarlane | 1 | -0/+2 | |
See jgm/pandoc#1571. | |||||
2015-04-17 | Merge pull request #92 from lierdakil/patch-1 | John MacFarlane | 1 | -0/+6 | |
Redefine (sub)paragraphs in default LaTeX template | |||||
2015-04-17 | Redefine (sub)paragraphs in default LaTeX template | Nikolay Yakimov | 1 | -0/+6 | |
This should make those behave more like sections, as per https://github.com/jgm/pandoc/issues/1658 | |||||
2015-04-13 | LaTeX: include grffile when including graphics. | John MacFarlane | 1 | -1/+1 | |
This allows filenames with spaces etc. See jgm/pandoc#2074. | |||||
2015-04-12 | OpenDocument: use text:p instead of text:h for title. | John MacFarlane | 1 | -1/+1 | |
Using text:h causes problems with numbering. See jgm/pandoc#2059. | |||||
2015-04-07 | rst template: Added conditional role definition for raw-latex. | John MacFarlane | 1 | -0/+6 | |
2015-04-07 | epub, epub3: added header-includes, include-before, include-after. | John MacFarlane | 2 | -0/+18 | |
Closes jgm/pandoc#1987. | |||||
2015-04-07 | reveal.js template: move custom css after theme. | John MacFarlane | 1 | -3/+3 | |
This allows custom css to modify themes, instead of being replaced by themes. Closes #91. | |||||
2015-04-01 | Add option for ToC color | Kaixhin | 1 | -1/+1 | |
2015-03-31 | Merge pull request #89 from onlyjob/reveal.js | John MacFarlane | 1 | -4/+6 | |
reveal.js: add new configurable options and comments: | |||||
2015-04-01 | reveal.js: add new configurable options and comments: | Dmitry Smirnov | 1 | -4/+6 | |
* Made option "center" configurable. * Added new options "maxScale" and "slideNumber". * Added comments to existing options. Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org> | |||||
2015-02-16 | Fixed some cosmetic spacing issues in reveal.js template. | John MacFarlane | 1 | -21/+21 | |
2015-02-16 | reveal.js template: Fixed link to theme. | John MacFarlane | 1 | -4/+0 | |
2015-01-31 | Merge pull request #81 from aaron0browne/issue-80 | John MacFarlane | 1 | -0/+5 | |
Fix revealjs theme functionality | |||||
2015-01-31 | Fix revealjs theme functionality | Aaron Browne | 1 | -0/+5 | |
Use up-to-date theme as link convention for revealjs. Leave old theme as config option just in case. Match current revealjs behavior of defaulting to "black" theme. Fixes #80 Signed-off-by: Aaron Browne <aaron0browne@gmail.com> | |||||
2015-01-20 | Merge pull request #78 from EoinTravers/patch-1 | John MacFarlane | 1 | -2/+2 | |
Link to non-minified reveal.js JS and CSS files | |||||
2015-01-19 | Link to non-minified reveal.js JS and CSS files | Eoin Travers | 1 | -2/+2 | |
`reveal.js` no longer ships with /css/reveal.min.css or /js/reveal.min.js, so template should refer to non-minified original files. | |||||
2014-12-28 | Merge pull request #76 from ousia/master | John MacFarlane | 2 | -2/+2 | |
YAML rights containing blank lines should be wrapped in a <div> (not <p>) | |||||
2014-12-28 | replace <p class="rights"> with <div class="rights"> (fixes #75) | Pablo Rodríguez | 2 | -2/+2 | |
2014-11-17 | epub templates: insert id="cover" in body of cover page. | John MacFarlane | 2 | -2/+2 | |
We check for the coverpage variable. | |||||
2014-11-17 | Revert "epub, epub3: Added id="cover" to body of titlepage." | John MacFarlane | 2 | -8/+3 | |
This reverts commit 63443da4501728332a6624a1d1b769ef9183436b. | |||||
2014-11-17 | Revert "Removed extra body tag from epub3 template." | John MacFarlane | 2 | -0/+3 | |
This reverts commit 7ff2baf592ee4627da0ad1e5cec60e6be3de5785. | |||||
2014-11-16 | Removed extra body tag from epub3 template. | John MacFarlane | 2 | -3/+0 | |
2014-11-16 | epub, epub3: Added id="cover" to body of titlepage. | John MacFarlane | 2 | -3/+8 | |
Closes jgm/pandoc#1758. | |||||
2014-09-27 | LaTeX template: Add shorthands=off to babel options. | John MacFarlane | 1 | -1/+1 | |
This prevents special bindings of characters like " in Spanish. | |||||
2014-09-26 | Merge pull request #70 from bluebirch/master | John MacFarlane | 1 | -8/+8 | |
Fix polyglossia/biblatex problem with xelatex | |||||
2014-09-25 | Revert "Use biblatex-chicago instead of biblatex." | Stefan Björk | 1 | -1/+1 | |
This reverts commit a0ea58bc2ed43a09f6c349ad20a0b1ee2791a75b. | |||||
2014-09-24 | Use biblatex-chicago instead of biblatex. | Stefan Björk | 1 | -1/+1 | |
2014-09-24 | Fixed typo. | Stefan Björk | 1 | -1/+0 | |
2014-09-24 | Moved polyglossia/babel definitions to before biblatex; otherwise biblatex ↵ | Stefan Björk | 1 | -8/+9 | |
fails with xetex. | |||||
2014-09-09 | Added \VerbatimFootnotes if there is verbatim in notes. | John MacFarlane | 1 | -0/+1 | |
See http://tex.stackexchange.com/questions/203/how-to-obtain-verbatim-text-in-a-footnote Closes jgm/pandoc#1616. | |||||
2014-08-31 | EPUB, EPUB3 templates: Handle structured metadata on titlepage. | John MacFarlane | 2 | -7/+37 | |
Previously we just expected 'title', 'subtitle', 'author', 'date'. Now we still support those, but also support the format recommended for epub metadata in the pandoc README: --- title: - type: main text: My Book - type: subtitle text: An investigation of metadata creator: - role: author text: John Smith - role: editor text: Sarah Jones identifier: - scheme: DOI text: doi:10.234234.234/33 publisher: My Press rights: (c) 2007 John Smith, CC BY-NC ... | |||||
2014-08-20 | latex template: disable protrusion for typewriter font. | John MacFarlane | 1 | -1/+4 | |
Closes #1549. Thanks to lemzwerg. | |||||
2014-08-17 | Typo: duel->dual. (#13) | John MacFarlane | 1 | -1/+1 | |
2014-08-16 | Indicate that the templates are duel licensed, GPLv2+ and BSD3. | John MacFarlane | 1 | -0/+37 | |
Closes #13. | |||||
2014-08-12 | epub3: Put title page in section w epub:type titlepage. | John MacFarlane | 1 | -4/+6 | |
2014-07-20 | Added `lot` and `lof` variables to latex template. | John MacFarlane | 1 | -0/+6 | |
lof = list of figures. lot = list of tables. |