aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2012-11-04Removed epub-coverimage.html template.John MacFarlane2-32/+0
Also removed TOC stuff from epub-titlepage.html.
2012-11-04EPUB templates: Added css, highlighting-css, quotes variables.John MacFarlane3-2/+39
Removed hardcoded link to stylesheet.css. Instead, the EPUB writer now sets the css variable to stylesheet.css.
2012-11-04EPUB page template: Add epub (ops) namespace.John MacFarlane1-1/+1
2012-11-02EPUB templates: Use html5 doctype if epub3.John MacFarlane3-3/+3
2012-11-02Use pagetitle in title element for epub templates.John MacFarlane3-2/+3
2012-11-02Removed unnecessary if around pagetitle.John MacFarlane6-6/+6
2012-10-11epub-page template: removed separate h1 $title$.John MacFarlane1-7/+0
The title is now presumed to be the h1 that begins the body (if there is one).
2012-09-16LaTeX, beamer templates: Don't require 'float' package.John MacFarlane2-2/+0
AS far as I can see, it isn't needed by anything pandoc does.
2012-09-16Beamer, LaTeX templates: removed enumerate package.John MacFarlane2-12/+0
2012-09-15LaTeX, beamer: Use longtable instead of ctable.John MacFarlane2-2/+2
2012-09-08Merge pull request #16 from adityam/masterJohn MacFarlane1-1/+1
papersize variable for ConTeXt template
2012-09-08Merge pull request #15 from akerbos/patch-1John MacFarlane1-1/+1
papersize variable in the LaTeX template
2012-09-05papersize variable for ConTeXt templateAditya Mahajan1-1/+1
Controls the `papersize` in ConTeXt template. Any valid argument of `\setuppapersize[...]` descirbed on the [ConTeXt wiki][wiki] works. [wiki]: http://wiki.contextgarden.net/PaperSetup
2012-09-04papersize variable in the LaTeX templateRaphael1-1/+1
Adds a variable `papersize` in the LaTeX template which controls, surprise, paper size. Possible values are those the chosen `documentclass` allows.
2012-08-25Beamer template: In section pages, don't print "Section" and number.John MacFarlane1-4/+17
Similarly for parts and subsections. Reason: this is not properly internationalized, and for consistency with other slide formats. Closes #566.
2012-08-12Fixed titleblock in markdown, plain templates.John MacFarlane2-6/+2
Now it is just a single string. Previously separate title, author, and date variables were used, but this didn't allow different kinds of title blocks.
2012-07-22Resize pictures that are wider than \linewidth solution from: ↵chrisersen1-0/+10
http://tex.stackexchange.com/a/6077
2012-06-08LaTeX template: Separate `urlcolor` and `linkcolor` variables.John MacFarlane1-2/+2
2012-06-05LaTeX template: use ifxetex, ifluatex instead of iftex.John MacFarlane1-9/+8
iftex is not in debian.
2012-06-05Removed extra blank line.John MacFarlane1-1/+0
2012-06-05LaTeX: Use blank \date{} if no date specified.John MacFarlane1-4/+0
This way we don't get a date unless a date is explicitly specified.
2012-06-05Use iftex instead of ifluatex, ifxetex. Simplified template.John MacFarlane1-28/+17
2012-06-05LaTeX: Use fontenc [T1] and lmodern fonts.John MacFarlane1-0/+2
This gives better behavior for accented characters.
2012-06-05LaTeX: Make TOC links black.John MacFarlane1-1/+3