aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-12-23Added 'paper' after $papersize$ variable in latex template.John MacFarlane1-1/+1
Thus you can say `papersize: a4` and the latex will contain `a4paper`. This change may break some existing workflows; if you currently specify `a4paper`, you'll get `a4paperpaper` which is meaningless. However, the change seems worth it, as it will make the `papersize` variable work uniformly across ConTeXt, LaTeX, and html->pdf via wkhtmltopdf.
2015-12-19Merge pull request #169 from twsh/beamer-includesJohn MacFarlane1-3/+3
Moved header-includes to before setting of title etc.
2015-12-19Merge pull request #175 from twsh/thanksJohn MacFarlane1-1/+1
Added option for thanks to default.latex
2015-12-19Merge pull request #172 from twsh/parskipJohn MacFarlane1-0/+4
Use parskip.sty when the 'indent' option isn't set
2015-12-19Merge pull request #167 from twsh/themesJohn MacFarlane1-18/+18
Moved themes after fonts
2015-12-19Merge pull request #152 from twsh/biblatex-optionsJohn MacFarlane2-2/+4
Biblatex options
2015-12-19Merge pull request #174 from twsh/section-titlesJohn MacFarlane1-2/+2
Section titles
2015-12-16Make loading parskip.sty conditional on its availabilityThomas Hodgson1-0/+5
2015-12-15Use biblio-style when setting biblatex optionsThomas Hodgson2-2/+4
2015-12-15Added biblatex optionsThomas Hodgson1-1/+1
2015-12-15Added biblatex optionsThomas Hodgson1-1/+1
2015-12-15Added option for thanksThomas Hodgson1-1/+1
2015-12-15Add an option to set title pages for sectionsThomas Hodgson1-2/+2
2015-12-10Use parskip.sty when the 'indent' option isn't setThomas Hodgson1-2/+1
2015-12-10Moved header-includes to before setting of title etc.Thomas Hodgson1-3/+3
This matches default.latex
2015-12-08Moved themes after fontsThomas Hodgson1-18/+18
If themes are loaded after fonts then they can override fonts. Otherwise, what the themes set will be overridden by the fallback loading of lmodern.sty.
2015-12-03Merge pull request #164 from adunning/patch-2John MacFarlane1-0/+2
Make \euro conditional in Beamer for XeTeX/LuaTeX.
2015-12-03Make \euro conditional in Beamer for XeTeX/LuaTeX.Andrew Dunning1-0/+2
Implements the change made for LaTeX in <https://github.com/jgm/pandoc-templates/commit/e45a3fac77e5bd876b20a6b8a0dcbf54f5aa12ab>.
2015-12-03Merge pull request #162 from adunning/patch-3John MacFarlane1-0/+2
Make \euro conditional for XeTeX/LuaTeX.
2015-12-03Merge pull request #161 from adunning/patch-2John MacFarlane1-0/+2
Make color option change dependent on colorlinks.
2015-12-03Merge pull request #163 from vlm/patch-1John MacFarlane1-2/+2
Make sure disabling hyphenation actually works.
2015-12-01Make sure disabling hyphenation actually works.Lev Walkin1-2/+2
For some reason, `.nh` does not work if specified _prior to_ `.TH`. If `.nh` is below `.TH`, hyphenation is properly disabled.
2015-11-30Make \euro conditional for XeTeX/LuaTeX.Andrew Dunning1-0/+2
Mirrors behaviour for pdfTeX.
2015-11-30Make color option change dependent on colorlinks.Andrew Dunning1-0/+2
The color options are only used for setting the link colour; it is otherwise redundant (someone wanting to add colour to other parts of the document will likely have more complex needs).
2015-11-20Merge pull request #157 from ousia/patch-1John MacFarlane1-7/+9
font loading with simplefonts
2015-11-20Merge pull request #156 from adunning/patch-1John MacFarlane1-19/+16
Revert use of \setuphead for ConTeXt title block.
2015-11-20latex: Moved definitions of subparagraph, header-includes.John MacFarlane1-16/+15
`header-includes` now occurs before setting of title, author, etc. This allows you to include a definition of `\subtitle`, for example, before `\subtitle` is called. Redefining of `\paragraph` and `\subparagraph` now occurs before `header-includes` rather than after.
2015-11-20latex: Use \subtitle command for subtitle, and give fallback defn.John MacFarlane1-1/+5
The fallback definition is a no-op. In a class that does not define `\subtitle`, the `subtitle` will not appear. This changes earlier behavior, which was to add the subtitle to the title. This had bad results with page headers etc.
2015-11-20latex template: Removed setting of 'subject' from subtitle.John MacFarlane1-3/+0
Subtitle isn't always subject. Also, subtitle can contain formatting, so we'd need a plain text version as with title. Easier to remove.
2015-11-20Revert "Merge pull request #158 from xoolive/pr-title"John MacFarlane1-1/+1
This reverts commit edf101400a07fd099910fd52c5c55d83855b4c38, reversing changes made to ff9ebaa31ae31401e236574e81c2e75609adc727.
2015-11-20Merge pull request #158 from xoolive/pr-titleJohn MacFarlane1-1/+1
Issue for title.meta when subtitle is set
2015-11-20Issue for title.meta when subtitle is setXavier Olive1-1/+1
2015-11-19font loading with simplefontsPablo Rodríguez1-7/+9
simplefonts is required, since ConTeXt stable from TeX Live 2015 seems to have problem with some typefaces when not used.
2015-11-17Revert use of \setuphead for ConTeXt title block.Andrew Dunning1-19/+16
Thanks to Rik Kabel on pandoc-discuss.
2015-11-17beamer template: added 'navigation' variable.John MacFarlane1-0/+1
Valid values are empty (default), frame, vertical, horizontal.
2015-11-15Merge pull request #151 from vsivsi/masterJohn MacFarlane1-2/+2
reveal.js - Fix broken parallaxBackgroundHorizontal and parallaxBackgroundVertical support.
2015-11-15Removed quotes from around values inserted for parallaxBackgroundHorizontal ↵Vaughn Iverson1-2/+2
and parallaxBackgroundVertical. These values should be integers, not strings
2015-11-14opendocument template: Add "automatic-styles" tag.John MacFarlane1-1/+3
This allows more customization. See jgm/pandoc#2520.
2015-11-12Merge pull request #141 from adunning/keywordsJohn MacFarlane3-46/+68
ConTeXt/LaTeX/Beamer clean-up
2015-11-09Provide separate `linkcontrastcolor` in ConTeXt.Andrew Dunning1-1/+1
2015-11-09Rename ConTeXt `style` to `linkstyle`.Andrew Dunning1-1/+1
Not necessary to write `normal` to prevent links from rendering as bold.
2015-11-09Make LaTeX/ConTeXt link colour optional.Andrew Dunning2-9/+13
Prevents a conflict when base text is not black. This makes the `hidelinks` option redundant.
2015-10-30Beamer template: added code to prevent slide breaks inside paragraphs.John MacFarlane1-0/+4
This will matter, in pracitce, only when `allowframebreaks` is used. It is especially helpful for bibliography slides. Closes #2442. Thanks to Nick Bart for the solution.
2015-10-29Beamer template: fix incompatibility of section slides with natbib.John MacFarlane1-3/+9
Natbib (and presumably biblatex) bibliography commands create their own section. Since these are in frame environments, we have an incompatibility with the `\AtBeginSection` macro which creates a special frame when a new section occurs. (We can't have a frame inside another frame.) This change disables `\AtBeginSection` inside bibliography slides. This supersedes #145. See discussion tehre.
2015-10-25Merge pull request #144 from adunning/html-keywordsJohn MacFarlane6-12/+51
Add keywords to HTML templates; realign.
2015-10-25Merge pull request #143 from adunning/patch-1John MacFarlane1-37/+107
Update dzslides template from source.
2015-10-25Merge pull request #142 from adunning/asciidocJohn MacFarlane1-4/+13
Fix author, date in AsciiDoc; add keywords, abstract.
2015-10-23Always use $for$ to allow multiple options in LaTeX/ConTeXt/Beamer.Andrew Dunning3-38/+56
Also makes minor improvements to spacing. Adds indenting option to ConTeXt and multiple header/footer texts.
2015-10-22Realign HTML templates.Andrew Dunning5-12/+33
Add lang, dir, quotes where not included previously; always make display of author and date conditional.
2015-10-22Add keywords to HTML templates.Andrew Dunning6-0/+18