Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2013-12-13 | Merge pull request #49 from lionandoil/master | John MacFarlane | 1 | -1/+4 | |
Fixing default.beamer includegraphics redefinition to allow custom options | |||||
2013-12-13 | Fixing default.beamer includegraphics redefinition to allow custom options | Kevin | 1 | -1/+4 | |
2013-12-11 | latex template: Put header includes after title. | John MacFarlane | 1 | -3/+3 | |
Closes pandoc#908. | |||||
2013-12-11 | Added abstract variable in latex template. | John MacFarlane | 1 | -0/+5 | |
2013-12-09 | Merge pull request #48 from lionandoil/master | John MacFarlane | 1 | -1/+1 | |
Beamer template: add booktabs package | |||||
2013-12-09 | Beamer template: add booktabs package | Kevin | 1 | -1/+1 | |
2013-12-03 | Merge pull request #47 from jlduran/booktabs | John MacFarlane | 1 | -1/+1 | |
LaTeX template: Add booktabs package | |||||
2013-12-02 | LaTeX template: Add booktabs package | Jose Luis Duran | 1 | -1/+1 | |
2013-11-30 | ConTeXt template: Setup up defaults for floats. | John MacFarlane | 1 | -1/+2 | |
This allows the user to adjust the figure and table placement and numbering globally. | |||||
2013-11-22 | ConTeXt template: setup captions with no numbering. | John MacFarlane | 1 | -0/+2 | |
See pandoc #1067. | |||||
2013-10-23 | Beamer template: Consistent styles for figure and table captions | aaronwolen | 1 | -0/+3 | |
2013-10-21 | Beamer template: put slide around bibliography with natbib or biblatex. | John MacFarlane | 1 | -1/+5 | |
2013-09-24 | opendocument: Replaced fontface variable with actual declaration. | John MacFarlane | 1 | -1/+3 | |
2013-09-24 | Merge pull request #41 from wilx/master | John MacFarlane | 1 | -0/+1 | |
default.opendocument: Add $font-face-decls$ field. | |||||
2013-09-25 | default.opendocument: Add $font-face-decls$ field. | Václav Zeman | 1 | -0/+1 | |
2013-09-07 | Merge pull request #38 from ErikEvenson/pr/html5-meta-scale | John MacFarlane | 1 | -0/+1 | |
Adds meta tag to allow scaling by the user. | |||||
2013-09-07 | Adds meta tag to allow scaling by the user. This makes things friendlier ↵ | Erik Evenson | 1 | -0/+1 | |
for smaller screen sizes. | |||||
2013-08-11 | opendocument template: fixed office:version. | John MacFarlane | 1 | -2/+2 | |
2013-08-06 | Merge pull request #36 from logc/master | John MacFarlane | 1 | -0/+3 | |
default.beamer: Add font theme option |