Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-28 | Merge pull request #212 from greut/notes-server | John MacFarlane | 1 | -0/+4 | |
Addition of notes-server option. | |||||
2016-09-28 | Added a comment. | John MacFarlane | 1 | -0/+1 | |
2016-09-28 | Merge pull request #215 from wilx/master-figure-placement | John MacFarlane | 1 | -0/+5 | |
LaTeX: Set figure placement defaults. | |||||
2016-09-25 | Use p tag for subtitle, author, date in epub, revealjs, slidy. | John MacFarlane | 4 | -10/+10 | |
2016-09-25 | Merge pull request #218 from tarleb/html5-semantical-header | John MacFarlane | 1 | -3/+3 | |
Put only one heading element in top-level header | |||||
2016-09-23 | Put only one heading element in top-level header | Albert Krewinkel | 1 | -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-23 | Merge pull request #216 from artemklevtsov/patch-1 | John MacFarlane | 1 | -0/+3 | |
Custom font families for beamer template | |||||
2016-09-14 | Custom font families for beamer | Artem Klevtsov | 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-08-29 | LaTeX: Set figure placement defaults. | Vaclav Haisman | 1 | -0/+5 | |
This restores Pandoc's defaults after applicaiton of changes in https://github.com/jgm/pandoc/pull/3093. | |||||
2016-08-12 | Addition of notes-server option. | Yoan Blanc | 1 | -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-11 | Merge pull request #211 from cagix/beamer-theme | John MacFarlane | 1 | -1/+1 | |
Support themeoptions for beamer themes | |||||
2016-08-06 | Merge pull request #210 from cagix/fix_beamerarticle | John MacFarlane | 1 | -0/+3 | |
Load "beamerarticle" first (if needed) | |||||
2016-08-05 | Support options for beamer themes | Carsten Gips | 1 | -1/+1 | |
see https://github.com/jgm/pandoc-templates/issues/206#issuecomment-236158334 | |||||
2016-08-04 | Load "beamerarticle" first (if needed) | Carsten Gips | 1 | -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-20 | Restore space between paragraphs in beamer template. | John MacFarlane | 1 | -0/+2 | |
Closes #207. I believe these lines were removed in error. @adunning if you think otherwise, please comment here. | |||||
2016-07-18 | Merge pull request #205 from twsh/master | John MacFarlane | 1 | -0/+1 | |
Added `\institute` | |||||
2016-07-14 | Added `\institute` | Thomas Hodgson | 1 | -0/+1 | |
Fixes https://github.com/jgm/pandoc-templates/issues/204 by adding a dummy `\institute` command. | |||||
2016-07-01 | Merge pull request #203 from twsh/master | John MacFarlane | 2 | -4/+2 | |
Pass $biblatexoptions$ directly to biblatex | |||||
2016-07-01 | Pass $biblatexoptions$ directly to biblatex | Thomas Hodgson | 1 | -2/+1 | |
Addresses https://github.com/jgm/pandoc-templates/issues/201 | |||||
2016-07-01 | Pass $biblatexoptions$ directly to biblatex | Thomas Hodgson | 1 | -2/+1 | |
Addresses https://github.com/jgm/pandoc-templates/issues/201 | |||||
2016-06-30 | Merge pull request #202 from alexivkin/master | John MacFarlane | 1 | -0/+16 | |
ZimWiki template | |||||
2016-06-29 | ZimWiki template | Alex | 1 | -0/+16 | |
2016-06-25 | Added secnumdepth variable to LaTeX template. | John MacFarlane | 1 | -1/+1 | |
2016-06-07 | Fix for obscure hyperref/xelatex issue. | John MacFarlane | 1 | -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-19 | Merge pull request #198 from vladipus/patch-1 | John MacFarlane | 1 | -0/+3 | |
Custom font families | |||||
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 |