aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-09-28Merge pull request #212 from greut/notes-serverJohn MacFarlane1-0/+4
Addition of notes-server option.
2016-09-28Added a comment.John MacFarlane1-0/+1
2016-09-28Merge pull request #215 from wilx/master-figure-placementJohn MacFarlane1-0/+5
LaTeX: Set figure placement defaults.
2016-09-25Use p tag for subtitle, author, date in epub, revealjs, slidy.John MacFarlane4-10/+10
2016-09-25Merge pull request #218 from tarleb/html5-semantical-headerJohn MacFarlane1-3/+3
Put only one heading element in top-level header
2016-09-23Put only one heading element in top-level headerAlbert Krewinkel1-3/+3
Every heading element semantically creates a new section. Three consecutive heading elements, e.g. `<h1></h1>`, `<h2></h2>`, `<h3></h3>`, are semantically equivallent to a section with two nested subsections. This is not the intended meaning of subtitle, author, and date, making plain `<p>` elements the better choice. This is one of the W3C's [common idioms]. This change is the result of discussions on issue jgm/pandoc#3119. [common idioms]: https://www.w3.org/TR/html5/common-idioms.html#common-idioms Fixes: jgm/pandoc#3119
2016-09-23Merge pull request #216 from artemklevtsov/patch-1John MacFarlane1-0/+3
Custom font families for beamer template
2016-09-14Custom font families for beamerArtem Klevtsov1-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-08-29LaTeX: Set figure placement defaults.Vaclav Haisman1-0/+5
This restores Pandoc's defaults after applicaiton of changes in https://github.com/jgm/pandoc/pull/3093.
2016-08-12Addition of notes-server option.Yoan Blanc1-0/+4
Enable to run the slides on various hosts and still control it from a master point of view. https://github.com/hakimel/reveal.js#server-side-speaker-notes
2016-08-11Merge pull request #211 from cagix/beamer-themeJohn MacFarlane1-1/+1
Support themeoptions for beamer themes
2016-08-06Merge pull request #210 from cagix/fix_beamerarticleJohn MacFarlane1-0/+3
Load "beamerarticle" first (if needed)
2016-08-05Support options for beamer themesCarsten Gips1-1/+1
see https://github.com/jgm/pandoc-templates/issues/206#issuecomment-236158334
2016-08-04Load "beamerarticle" first (if needed)Carsten Gips1-0/+3
The beamerarticle package needs to be loaded directly after the documentclass declaration. Loading it later (e.g. using the -H option) leads to several errors due to package dependencies. This patch also introduces a new variable "beamerarticle" to activate the beamerarticle package.
2016-07-20Restore space between paragraphs in beamer template.John MacFarlane1-0/+2
Closes #207. I believe these lines were removed in error. @adunning if you think otherwise, please comment here.
2016-07-18Merge pull request #205 from twsh/masterJohn MacFarlane1-0/+1
Added `\institute`
2016-07-14Added `\institute`Thomas Hodgson1-0/+1
Fixes https://github.com/jgm/pandoc-templates/issues/204 by adding a dummy `\institute` command.
2016-07-01Merge pull request #203 from twsh/masterJohn MacFarlane2-4/+2
Pass $biblatexoptions$ directly to biblatex
2016-07-01Pass $biblatexoptions$ directly to biblatexThomas Hodgson1-2/+1
Addresses https://github.com/jgm/pandoc-templates/issues/201
2016-07-01Pass $biblatexoptions$ directly to biblatexThomas Hodgson1-2/+1
Addresses https://github.com/jgm/pandoc-templates/issues/201
2016-06-30Merge pull request #202 from alexivkin/masterJohn MacFarlane1-0/+16
ZimWiki template
2016-06-29ZimWiki templateAlex1-0/+16
2016-06-25Added secnumdepth variable to LaTeX template.John MacFarlane1-1/+1
2016-06-07Fix for obscure hyperref/xelatex issue.John MacFarlane1-2/+2
Here's a minimal case: \documentclass[]{article} \usepackage{hyperref} \begin{document} \section{\%á} \end{document} Without this change, this fails on the second invocation of xelatex. See https://tex.stackexchange.com/questions/313266/and-non-ascii-characters-in-headings This affects inputs this like # %á with pdf output via xelatex.
2016-05-19Merge pull request #198 from vladipus/patch-1John MacFarlane1-0/+3
Custom font families
2016-05-18Custom font familiesVladislav Turbanov1-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-01Merge pull request #197 from bcdevices/feature/docbook5John MacFarlane1-0/+30
Add docbook5 template
2016-04-30Add docbook5 templateIvo Clarysse1-0/+30
2016-03-19Merge pull request #79 from josefs/masterJohn MacFarlane1-0/+3
Add $institute to the latex template
2016-03-19Merge pull request #186 from frasertweedale/fix/beamer-instituteJohn MacFarlane1-0/+3
add $institute$ to beamer template
2016-02-18add $institute$ to beamer templateFraser Tweedale1-0/+3
2016-01-21Merge pull request #179 from c-forster/teiwriterJohn MacFarlane1-0/+39
Template for a TEI Writer.
2016-01-21Initial TEI template.csforste5-0/+59
2016-01-01Merge pull request #155 from adunning/html-abstractJohn MacFarlane4-0/+20
Add TOC to HTML slides where missing.
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-20Add TOC to slides where missing.Andrew Dunning4-0/+20
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