summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-10-03 17:01:01 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-10-03 17:01:01 -0700
commit6d0e586b2d5f71bbbfccb9978329e6fadfb85b7b (patch)
tree7033a54790e1c4aca0acf22dd6ccd28d8c518f36
parent747a7a4cf8b589e93300bce3071bd0fa0d07a36d (diff)
Template updates.
Beamer: added `innertheme`, `outertheme` variables. LaTeX: added `mainfontoptions`, `sansfontoptions`, `monofontoptions`, `mathfontoptions`, `fontfamilyoptions`.
-rw-r--r--README12
m---------data/templates14
2 files changed, 15 insertions, 11 deletions
diff --git a/README b/README
index e5812bda6..9da70db5c 100644
--- a/README
+++ b/README
@@ -1022,16 +1022,20 @@ as `title`, `author`, and `date`) as well as the following:
`libertine` (Linux Libertine), `arev` (Arev Sans),
and the default `lmodern`, among others.
+`fontfamilyoptions`
+: options to use with `fontfamily`.
+
`mainfont`, `sansfont`, `monofont`, `mathfont`, `CJKmainfont`
: fonts for LaTeX documents (works only with xelatex
and lualatex). Note that if `CJKmainfont` is used,
the `xeCJK` package must be available.
-`colortheme`
-: colortheme for LaTeX beamer documents
+`mainfontoptions`, `sansfontoptions`, `monofontoptions`, `mathfontoptions`
+: options to use with `mainfont`, `sansfont`, `monofont`,
+ `mathfont` in xelatex and lualatex.
-`fonttheme`
-: fonttheme for LaTeX beamer documents
+`colortheme`, `fonttheme`, `innertheme`, `outertheme`
+: themes for LaTeX beamer documents
`linkcolor`
: color for internal links in LaTeX documents (`red`, `green`,
diff --git a/data/templates b/data/templates
-Subproject 2f5f539605782f41b0059c46b2ba0a5dfc72354
+Subproject 229ec44bb6ae116d5cf613bba0486f3757f9cd0