From 28b2d86b2113c0b03c480dbd7e6fbad1d4a1053f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 19 Dec 2015 18:29:55 -0800 Subject: 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.) --- README | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 5bc6231e3..8e753003d 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3