Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2014-07-08 | Added `type="text/css"` to link tags in epub3 template. | John MacFarlane | 1 | -1/+1 | |
2014-06-28 | Merge pull request #65 from claremacrae/dokuwiki | John MacFarlane | 1 | -0/+13 | |
Merge in template file for Dokuwiki support | |||||
2014-06-28 | Merge remote-tracking branch 'jgm/master' into dokuwiki | Clare Macrae | 9 | -59/+139 | |
2014-06-18 | Added default.haddock. | John MacFarlane | 1 | -0/+1 | |
2014-06-09 | Fixed subtitle in latex template. | John MacFarlane | 1 | -2/+1 | |
See jgm/pandoc#1327. | |||||
2014-06-09 | LaTeX template: fix subtitles. | John MacFarlane | 1 | -4/+2 | |
The old code really requires scrartcl from koma-script. Closes #1327. | |||||
2014-06-01 | LaTeX/Beamer templates: Remove conditionalization around date. | John MacFarlane | 2 | -4/+0 | |
This restores the old behavior, where no date was printed if no date was specified. If the `\date` command is removed entirely, standard document classes will print today's date. Closes #1321. Partially reverts fc5229df167aa61cdbcf14ce24581b36bb0a5b90. See #61. | |||||
2014-05-06 | latex template: Added linestretch variable that loads setspace. | John MacFarlane | 1 | -0/+4 | |
2014-05-06 | latex template: Added fontfamily variable. | John MacFarlane | 1 | -0/+4 | |
Thanks to tlvince for the patch. Closes #50. | |||||
2014-05-06 | latex template: conditionalize author and date. | John MacFarlane | 1 | -0/+4 | |
Thanks to ivoanjo for the patch. Closes #61. | |||||
2014-05-06 | Load upquote after fontenc in latex template. | John MacFarlane | 2 | -2/+3 | |
2014-05-06 | Merge pull request #60 from yihui/patch-1 | John MacFarlane | 1 | -1/+1 | |
upquote must be used after fontenc | |||||
2014-05-06 | upquote must be used after fontenc | Yihui Xie | 1 | -1/+1 | |
otherwise single quotes in verbatim environments will be in trouble; see an example at http://stackoverflow.com/a/12852815/559676 | |||||
2014-04-30 | Merge pull request #58 from yihui/master | John MacFarlane | 2 | -22/+11 | |
Use \setkeys{Gin}{} to set appropriate defaults for \includegraphics | |||||
2014-04-11 | Use \setkeys{Gin}{} to set appropriate defaults for \includegraphics, ↵ | Yihui Xie | 2 | -22/+11 | |
instead of entirely redefining this command. Note we also consider the height of images; if an image is too high, 0.8\textheight will be used for beamer slides, and \textheight is used for articles (see http://tex.stackexchange.com/q/11954/9128). If the user has explicitly provided the width/height options in \includegraphics[], our defaults will be overwritten, and this approach is better than the check `\@ifnextchar[` after \includegraphics because the latter approach simply gives up everything once it sees [, whereas \setkeys{Gin} can keep the good defaults unless they are explicitly overwritten in []. closes #30, closes #28, and closes #26 | |||||
2014-04-11 | Revert "LaTeX template: Allow bibliography to be used in place of ↵ | John MacFarlane | 1 | -7/+2 | |
biblio-files." This reverts commit 5f8d7968fe7c3d8da3363b7e3ff1a11914c081ae. I'll use a different approach, setting the biblio-files variable in the LaTeX writer. This will also work for beamer. See #42. | |||||
2014-04-11 | LaTeX template: Allow bibliography to be used in place of biblio-files. | John MacFarlane | 1 | -2/+7 | |
Closes #43. Thanks to nougad. | |||||
2014-04-11 | Merge pull request #44 from aaronwolen/beamer-captions | John MacFarlane | 1 | -0/+3 | |
Beamer template: Consistent styles for figure and table captions | |||||
2014-04-11 | Fix issue #52: set max width and height of images in default.beamer | Garrick Aden-Buie | 1 | -17/+8 | |
2014-04-05 | reveal.js template: Fix PDF print function. | John MacFarlane | 1 | -4/+13 | |
See pandoc issue #1220. | |||||
2014-04-04 | DocBook template: Use authorgroup. | John MacFarlane | 1 | -3/+7 | |
2014-04-04 | Added caption package to beamer template. | John MacFarlane | 1 | -0/+1 | |
Closes #1200. | |||||
2014-03-19 | Merge pull request #54 from KarolS/master | John MacFarlane | 1 | -0/+10 | |
Improving Unicode support in the Beamer template | |||||
2014-03-04 | Merge pull request #46 from mb21/master | John MacFarlane | 1 | -0/+43 | |
InDesign ICML template | |||||
2014-02-28 | InDesign ICML template | mb21 | 1 | -0/+43 | |
2014-02-26 | Backported changes from default.latex to default.beamer in order to improve ↵ | KarolS | 1 | -0/+10 | |
Unicode support | |||||
2014-02-20 | default.latex: include fontenc only if pdflatex engine is used. | John MacFarlane | 1 | -1/+1 | |
See pandoc #1164. | |||||
2014-02-12 | Moved $include-after$ to the closing </body> | Alexander Belyaev | 1 | -3/+4 | |
See https://groups.google.com/forum/#!topic/pandoc-discuss/Fbfh8IIcVds |