Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-18 | Custom font families | Vladislav Turbanov | 1 | -0/+3 | |
Adding ability to define custom font families. Needed for correct polyglossia operation with Cyrillic fonts and perhaps can find some other usages. Example usage in YAML metadata: ``` fontfamilies: - name: \cyrillicfont font: Liberation Serif - name: \cyrillicfonttt options: Scale=MatchLowercase font: Liberation Mono ``` | |||||
2016-05-01 | Merge pull request #197 from bcdevices/feature/docbook5 | John MacFarlane | 1 | -0/+30 | |
Add docbook5 template | |||||
2016-04-30 | Add docbook5 template | Ivo Clarysse | 1 | -0/+30 | |
2016-03-19 | Merge pull request #79 from josefs/master | John MacFarlane | 1 | -0/+3 | |
Add $institute to the latex template | |||||
2016-03-19 | Merge pull request #186 from frasertweedale/fix/beamer-institute | John MacFarlane | 1 | -0/+3 | |
add $institute$ to beamer template | |||||
2016-02-18 | add $institute$ to beamer template | Fraser Tweedale | 1 | -0/+3 | |
2016-01-21 | Merge pull request #179 from c-forster/teiwriter | John MacFarlane | 1 | -0/+39 | |
Template for a TEI Writer. | |||||
2016-01-21 | Initial TEI template. | csforste | 5 | -0/+59 | |
2016-01-01 | Merge pull request #155 from adunning/html-abstract | John MacFarlane | 4 | -0/+20 | |
Add TOC to HTML slides where missing. | |||||
2015-12-23 | Added 'paper' after $papersize$ variable in latex template. | John MacFarlane | 1 | -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-20 | Add TOC to slides where missing. | Andrew Dunning | 4 | -0/+20 | |
2015-12-19 | Merge pull request #169 from twsh/beamer-includes | John MacFarlane | 1 | -3/+3 | |
Moved header-includes to before setting of title etc. | |||||
2015-12-19 | Merge pull request #175 from twsh/thanks | John MacFarlane | 1 | -1/+1 | |
Added option for thanks to default.latex | |||||
2015-12-19 | Merge pull request #172 from twsh/parskip | John MacFarlane | 1 | -0/+4 | |
Use parskip.sty when the 'indent' option isn't set | |||||
2015-12-19 | Merge pull request #167 from twsh/themes | John MacFarlane | 1 | -18/+18 | |
Moved themes after fonts | |||||
2015-12-19 | Merge pull request #152 from twsh/biblatex-options | John MacFarlane | 2 | -2/+4 | |
Biblatex options | |||||
2015-12-19 | Merge pull request #174 from twsh/section-titles | John MacFarlane | 1 | -2/+2 | |
Section titles | |||||
2015-12-16 | Make loading parskip.sty conditional on its availability | Thomas Hodgson | 1 | -0/+5 | |
2015-12-15 | Use biblio-style when setting biblatex options | Thomas Hodgson | 2 | -2/+4 | |
2015-12-15 | Added biblatex options | Thomas Hodgson | 1 | -1/+1 | |
2015-12-15 | Added biblatex options | Thomas Hodgson | 1 | -1/+1 | |
2015-12-15 | Added option for thanks | Thomas Hodgson | 1 | -1/+1 | |
2015-12-15 | Add an option to set title pages for sections | Thomas Hodgson | 1 | -2/+2 | |
2015-12-10 | Use parskip.sty when the 'indent' option isn't set | Thomas Hodgson | 1 | -2/+1 | |
2015-12-10 | Moved header-includes to before setting of title etc. | Thomas Hodgson | 1 | -3/+3 | |
This matches default.latex | |||||
2015-12-08 | Moved themes after fonts | Thomas Hodgson | 1 | -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-03 | Merge pull request #164 from adunning/patch-2 | John MacFarlane | 1 | -0/+2 | |
Make \euro conditional in Beamer for XeTeX/LuaTeX. | |||||
2015-12-03 | Make \euro conditional in Beamer for XeTeX/LuaTeX. | Andrew Dunning | 1 | -0/+2 | |
Implements the change made for LaTeX in <https://github.com/jgm/pandoc-templates/commit/e45a3fac77e5bd876b20a6b8a0dcbf54f5aa12ab>. | |||||
2015-12-03 | Merge pull request #162 from adunning/patch-3 | John MacFarlane | 1 | -0/+2 | |
Make \euro conditional for XeTeX/LuaTeX. | |||||
2015-12-03 | Merge pull request #161 from adunning/patch-2 | John MacFarlane | 1 | -0/+2 | |
Make color option change dependent on colorlinks. | |||||
2015-12-03 | Merge pull request #163 from vlm/patch-1 | John MacFarlane | 1 | -2/+2 | |
Make sure disabling hyphenation actually works. | |||||
2015-12-01 | Make sure disabling hyphenation actually works. | Lev Walkin | 1 | -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-30 | Make \euro conditional for XeTeX/LuaTeX. | Andrew Dunning | 1 | -0/+2 | |
Mirrors behaviour for pdfTeX. | |||||
2015-11-30 | Make color option change dependent on colorlinks. | Andrew Dunning | 1 | -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-20 | Merge pull request #157 from ousia/patch-1 | John MacFarlane | 1 | -7/+9 | |
font loading with simplefonts | |||||
2015-11-20 | Merge pull request #156 from adunning/patch-1 | John MacFarlane | 1 | -19/+16 | |
Revert use of \setuphead for ConTeXt title block. | |||||
2015-11-20 | latex: Moved definitions of subparagraph, header-includes. | John MacFarlane | 1 | -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-20 | latex: Use \subtitle command for subtitle, and give fallback defn. | John MacFarlane | 1 | -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-20 | latex template: Removed setting of 'subject' from subtitle. | John MacFarlane | 1 | -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-20 | Revert "Merge pull request #158 from xoolive/pr-title" | John MacFarlane | 1 | -1/+1 | |
This reverts commit edf101400a07fd099910fd52c5c55d83855b4c38, reversing changes made to ff9ebaa31ae31401e236574e81c2e75609adc727. | |||||
2015-11-20 | Merge pull request #158 from xoolive/pr-title | John MacFarlane | 1 | -1/+1 | |
Issue for title.meta when subtitle is set | |||||
2015-11-20 | Issue for title.meta when subtitle is set | Xavier Olive | 1 | -1/+1 | |
2015-11-19 | font loading with simplefonts | Pablo Rodríguez | 1 | -7/+9 | |
simplefonts is required, since ConTeXt stable from TeX Live 2015 seems to have problem with some typefaces when not used. | |||||
2015-11-17 | Revert use of \setuphead for ConTeXt title block. | Andrew Dunning | 1 | -19/+16 | |
Thanks to Rik Kabel on pandoc-discuss. | |||||
2015-11-17 | beamer template: added 'navigation' variable. | John MacFarlane | 1 | -0/+1 | |
Valid values are empty (default), frame, vertical, horizontal. | |||||
2015-11-15 | Merge pull request #151 from vsivsi/master | John MacFarlane | 1 | -2/+2 | |
reveal.js - Fix broken parallaxBackgroundHorizontal and parallaxBackgroundVertical support. | |||||
2015-11-15 | Removed quotes from around values inserted for parallaxBackgroundHorizontal ↵ | Vaughn Iverson | 1 | -2/+2 | |
and parallaxBackgroundVertical. These values should be integers, not strings | |||||
2015-11-14 | opendocument template: Add "automatic-styles" tag. | John MacFarlane | 1 | -1/+3 | |
This allows more customization. See jgm/pandoc#2520. | |||||
2015-11-12 | Merge pull request #141 from adunning/keywords | John MacFarlane | 3 | -46/+68 | |
ConTeXt/LaTeX/Beamer clean-up | |||||
2015-11-09 | Provide separate `linkcontrastcolor` in ConTeXt. | Andrew Dunning | 1 | -1/+1 | |