aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README12
m---------templates10
2 files changed, 16 insertions, 6 deletions
diff --git a/README b/README
index 73e7aaceb..61266faf9 100644
--- a/README
+++ b/README
@@ -678,7 +678,17 @@ depending on the output format, but include:
`documentclass`
: document class for LaTeX documents
`geometry`
-: options for LaTeX `geometry` class, e.g. `margin=1in`
+: options for LaTeX `geometry` class, e.g. `margin=1in`;
+ may be repeated for multiple options
+`mainfont`
+: main font for LaTeX documents (works only with xelatex
+ and lualatex)
+`sansfont`
+: sans-serif font for LaTeX documents (works only with
+ xelatex and lualatex)
+`monofont`
+: monospaced font for LaTeX documents (works only with
+ xelatex and lualatex)
`theme`
: theme for LaTeX beamer documents
`colortheme`
diff --git a/templates b/templates
-Subproject efd4ae929da56e09d829963c13d979d95c62a33
+Subproject 329c356da62f3a39625bce62516fc55312f2a45