diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-12-19 18:29:55 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-19 18:50:45 -0800 |
commit | 28b2d86b2113c0b03c480dbd7e6fbad1d4a1053f (patch) | |
tree | 6421834270c73748cb74b5d17ac3b5bc9c4ede9b /README | |
parent | 9333814254917b2063a65d9e08c2a288a282405d (diff) | |
download | pandoc-28b2d86b2113c0b03c480dbd7e6fbad1d4a1053f.tar.gz |
LaTeX/Beamer template changes (Thomas Hodgson):
* Added `thanks` variable
* Use `parskip.sty` when `indent` isn't set (fall
back to using `setlength` as before if `parskip.sty`
isn't available).
* Use `biblio-style` with biblatex.
* Added `biblatexoptions` variable.
* Added `section-titles` variable (defaults to true)
to enable/suppress section title pages in beamer
slide shows.
* Moved beamer themes after fonts, so that themes can
change fonts. (Previously the fonts set were being
clobbered by lmodern.sty.)
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1138,6 +1138,10 @@ including all [reveal.js configuration options]. (default is `empty` for no navigation symbols; other valid values are `frame`, `vertical`, and `horizontal`). +`section-titles` +: enables on "title pages" for new sections in `beamer` + documents (default = true). + [reveal.js configuration options]: https://github.com/hakimel/reveal.js#configuration Variables for LaTeX @@ -1208,6 +1212,9 @@ LaTeX variables are used when [creating a PDF]. : disables default behavior of LaTeX template that redefines (sub)paragraphs as sections, changing the appearance of nested headings in some classes +`thanks` +: specifies contents of acknowledgments footnote after document title. + `toc` : include table of contents (can also be set using `--toc/--table-of-contents`) @@ -1221,7 +1228,11 @@ LaTeX variables are used when [creating a PDF]. : bibliography to use for resolving references `biblio-style` -: bibliography style, when used with `--natbib` +: bibliography style, when used with `--natbib` and + `--biblatex`. + +`biblatex-options` +: list of options for biblatex. [`article`]: https://ctan.org/pkg/article [`report`]: https://ctan.org/pkg/report |