aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-08-16Indicate that the templates are duel licensed, GPLv2+ and BSD3.John MacFarlane1-0/+37
Closes #13.
2014-08-12epub3: Put title page in section w epub:type titlepage.John MacFarlane1-4/+6
2014-07-20Added `lot` and `lof` variables to latex template.John MacFarlane1-0/+6
lof = list of figures. lot = list of tables.
2014-07-08Added `type="text/css"` to link tags in epub3 template.John MacFarlane1-1/+1
2014-06-28Merge pull request #65 from claremacrae/dokuwikiJohn MacFarlane1-0/+13
Merge in template file for Dokuwiki support
2014-06-28Merge remote-tracking branch 'jgm/master' into dokuwikiClare Macrae9-59/+139
2014-06-18Added default.haddock.John MacFarlane1-0/+1
2014-06-09Fixed subtitle in latex template.John MacFarlane1-2/+1
See jgm/pandoc#1327.
2014-06-09LaTeX template: fix subtitles.John MacFarlane1-4/+2
The old code really requires scrartcl from koma-script. Closes #1327.
2014-06-01LaTeX/Beamer templates: Remove conditionalization around date.John MacFarlane2-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-06latex template: Added linestretch variable that loads setspace.John MacFarlane1-0/+4
2014-05-06latex template: Added fontfamily variable.John MacFarlane1-0/+4
Thanks to tlvince for the patch. Closes #50.
2014-05-06latex template: conditionalize author and date.John MacFarlane1-0/+4
Thanks to ivoanjo for the patch. Closes #61.
2014-05-06Load upquote after fontenc in latex template.John MacFarlane2-2/+3
2014-05-06Merge pull request #60 from yihui/patch-1John MacFarlane1-1/+1
upquote must be used after fontenc
2014-05-06upquote must be used after fontencYihui Xie1-1/+1
otherwise single quotes in verbatim environments will be in trouble; see an example at http://stackoverflow.com/a/12852815/559676
2014-04-30Merge pull request #58 from yihui/masterJohn MacFarlane2-22/+11
Use \setkeys{Gin}{} to set appropriate defaults for \includegraphics
2014-04-11Use \setkeys{Gin}{} to set appropriate defaults for \includegraphics, ↵Yihui Xie2-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-11Revert "LaTeX template: Allow bibliography to be used in place of ↵John MacFarlane1-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-11LaTeX template: Allow bibliography to be used in place of biblio-files.John MacFarlane1-2/+7
Closes #43. Thanks to nougad.
2014-04-11Merge pull request #44 from aaronwolen/beamer-captionsJohn MacFarlane1-0/+3
Beamer template: Consistent styles for figure and table captions
2014-04-11Fix issue #52: set max width and height of images in default.beamerGarrick Aden-Buie1-17/+8
2014-04-05reveal.js template: Fix PDF print function.John MacFarlane1-4/+13
See pandoc issue #1220.
2014-04-04DocBook template: Use authorgroup.John MacFarlane1-3/+7
2014-04-04Added caption package to beamer template.John MacFarlane1-0/+1
Closes #1200.
2014-03-19Merge pull request #54 from KarolS/masterJohn MacFarlane1-0/+10
Improving Unicode support in the Beamer template
2014-03-04Merge pull request #46 from mb21/masterJohn MacFarlane1-0/+43
InDesign ICML template
2014-02-28InDesign ICML templatemb211-0/+43
2014-02-26Backported changes from default.latex to default.beamer in order to improve ↵KarolS1-0/+10
Unicode support
2014-02-20default.latex: include fontenc only if pdflatex engine is used.John MacFarlane1-1/+1
See pandoc #1164.
2014-02-12Moved $include-after$ to the closing </body>Alexander Belyaev1-3/+4
See https://groups.google.com/forum/#!topic/pandoc-discuss/Fbfh8IIcVds
2013-12-13Merge pull request #49 from lionandoil/masterJohn MacFarlane1-1/+4
Fixing default.beamer includegraphics redefinition to allow custom options
2013-12-13Fixing default.beamer includegraphics redefinition to allow custom optionsKevin1-1/+4
2013-12-11latex template: Put header includes after title.John MacFarlane1-3/+3
Closes pandoc#908.
2013-12-11Added abstract variable in latex template.John MacFarlane1-0/+5
2013-12-09Merge pull request #48 from lionandoil/masterJohn MacFarlane1-1/+1
Beamer template: add booktabs package
2013-12-09Beamer template: add booktabs packageKevin1-1/+1
2013-12-03Merge pull request #47 from jlduran/booktabsJohn MacFarlane1-1/+1
LaTeX template: Add booktabs package
2013-12-02LaTeX template: Add booktabs packageJose Luis Duran1-1/+1
2013-11-30ConTeXt template: Setup up defaults for floats.John MacFarlane1-1/+2
This allows the user to adjust the figure and table placement and numbering globally.
2013-11-22ConTeXt template: setup captions with no numbering.John MacFarlane1-0/+2
See pandoc #1067.
2013-10-23Beamer template: Consistent styles for figure and table captionsaaronwolen1-0/+3
2013-10-21Beamer template: put slide around bibliography with natbib or biblatex.John MacFarlane1-1/+5
2013-09-24opendocument: Replaced fontface variable with actual declaration.John MacFarlane1-1/+3
2013-09-24Merge pull request #41 from wilx/masterJohn MacFarlane1-0/+1
default.opendocument: Add $font-face-decls$ field.
2013-09-25default.opendocument: Add $font-face-decls$ field.Václav Zeman1-0/+1
2013-09-07Merge pull request #38 from ErikEvenson/pr/html5-meta-scaleJohn MacFarlane1-0/+1
Adds meta tag to allow scaling by the user.
2013-09-07Adds meta tag to allow scaling by the user. This makes things friendlier ↵Erik Evenson1-0/+1
for smaller screen sizes.
2013-08-11opendocument template: fixed office:version.John MacFarlane1-2/+2
2013-08-06Merge pull request #36 from logc/masterJohn MacFarlane1-0/+3
default.beamer: Add font theme option