aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2013-08-05default.beamer: Add font theme optionLuis Osa1-0/+3
Add font theme option to choose one of the sets of structural fonts that come predefined with Beamer.
2013-07-20LaTeX template: Added `biblio-style` variable.John MacFarlane1-1/+1
2013-07-17LaTeX/Beamer templates: Add classoption variable.John MacFarlane2-2/+2
This is intended for class options like `oneside`; it may be repeated with different options.
2013-07-04default.latex: Use tex-ansi mapping for monofont.John MacFarlane1-1/+1
This ensures that straight quotes appear as straight, rather than being treated as curly. See pandoc#889.
2013-06-27man template: removed `description`, added `header`, `footer`.John MacFarlane1-1/+1
Added quotes where needed.
2013-06-24Merge pull request #31 from aaronwolen/masterJohn MacFarlane1-0/+1
Provide a variable to define citation color
2013-06-22Added #TITLE: to title in org template.John MacFarlane1-1/+1
Previously the writer inserted this.
2013-06-22OPML template: Use 'for' in author.John MacFarlane1-1/+1
2013-06-21Added subtitle to html and latex formats.John MacFarlane11-0/+33
2013-06-18Add citecolor variableAaron Wolen1-0/+1
2013-06-01Merge pull request #29 from abakst/patch-1John MacFarlane1-1/+1
Add class attribute to title slide section tag
2013-05-31Add class attribute to title slide section tagAlexander Bakst1-1/+1
It would be useful to have a class attribute for the title slide's section tag. For example, this is useful for setting a background image unique to the title slide.
2013-05-07default.beamer: Added comment to graphics section.John MacFarlane1-0/+4
2013-05-07default.latex: Use \ScaleIfNeeded w/ nicer def instead of \maxwidth.John MacFarlane1-3/+8
2013-05-07default.latex: Redefine includegraphics to allow custom options.John MacFarlane1-3/+7
Thanks to Bernhard Weichel. Now, literal \includegraphics commands with square-bracketed options will work properly. When no options are given, a default option limits images to the text width.
2013-05-01Fixed errors introduced in last revealjs template update.John MacFarlane1-3/+3
2013-04-30revealjs template: use remotes by default, set defaults from query hash.John MacFarlane1-6/+5
2013-04-25LaTeX template: Changes to make mathfont work with xelatex.John MacFarlane1-2/+4
We need the mathspec library, not just fontspec, for this. We also need to set options for setmathfont.
2013-04-15Docbook template: Use docbook 5.5. Closes #25.John MacFarlane1-2/+2
2013-03-25Slidy template: use slidy.js rather than .js.gz.John MacFarlane1-1/+1
2013-03-24revealjs template - include pdf css stylesheet by default.John MacFarlane1-6/+1
2013-03-23New version of default.revealjs.John MacFarlane2-103/+101
Also note rename: .reveal_js -> .revealjs.
2013-03-22Added reveal.js template.John MacFarlane1-0/+103
(From a patch by jamiefolson.)
2013-03-20Added default.opml.John MacFarlane1-0/+11
2013-03-03Provide \Oldincludegraphics in beamer like in LaTeXBenjamin Bannier1-1/+2
In the old solution there was no way to use a LaTeX image where only the height was used to scale the image -- the width was always implicitly set as well leading to wrong aspect ratios. Provide a command \Oldincludegraphics which does just what \includegraphics would do in the LaTeX template. That we the same input markup could be used for beamer and LaTeX templates.
2013-02-27Merge pull request #19 from dfc/masterJohn MacFarlane1-2/+2
Change latex template to load microtype after loading fonts
2013-02-26Load microtype after fonts.Douglas F. Calvert1-2/+2
Microtype needs to know what fonts are in use and it is suggested that it is aded after loading fonts.
2013-02-20Minor spacing tweak in context template.John MacFarlane1-1/+1
2013-02-20Canonical way to set TOC depthAditya Mahajan1-1/+5
Use `\placecontent` instead of `\placelist` as `\placecontent` is easier to configure.
2013-02-19ConTeXt writer: Removed `\placecontent`.John MacFarlane1-1/+0
This produced a duplicate toc, in conjunction with `\placelist`.
2013-02-18LaTeX template: set secnumdepth to 5 if `--number-sections` specified.John MacFarlane1-0/+1
This yields behavior equivalent to the other writers, numbering level 4 and 5 headers too.
2013-02-03beamer: added lines to fix table captions with longtable.John MacFarlane1-0/+4
Thanks to Joost Kremers.
2013-01-21LaTeX template: Don't use monospace font for URLs.John MacFarlane1-0/+1
2013-01-19Added conditional import of upquote package.John MacFarlane1-0/+2
This fixes straight quotes in verbatim.
2013-01-15HTML5 template: Made quote styles fit on one line.John MacFarlane1-3/+1
2013-01-15HTML template: Add quotes styles if 'quotes'.John MacFarlane1-0/+3
2013-01-05Added missing toc variable to default.rtf.John MacFarlane1-0/+3
2013-01-05Added \placelist to context writer.John MacFarlane1-0/+1
This selects TOC depth.
2013-01-05toc-level -> toc-depth.John MacFarlane2-2/+2
2013-01-05Added toc and toc-level to rst template.John MacFarlane1-0/+1
2013-01-05Added tocdepth to latex template.John MacFarlane1-0/+1
2013-01-04Added css to preserve space in <code> tags.John MacFarlane6-0/+6
Thanks to Dirk Laurie.
2012-11-04EPUB templates: UTF-8, lang variable, meta tags.John MacFarlane2-4/+9
2012-11-04Split epub-page.html into default.epub and default.epub3.John MacFarlane2-5/+34
2012-11-04Incorporated titlepage stuff into epub-page.html.John MacFarlane1-0/+10
2012-11-04Removed epub-titlepage.html.John MacFarlane1-29/+0