aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-03-15 10:49:36 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-03-15 10:49:36 -0700
commitf29e67e16113564c3720a96eedd944a2a71c217f (patch)
tree6d622c217700da830b9f316f7b1682a9931da3ed /README
parent783cfdc0eb7c8452c783bbb9caafc846d5ecd7e7 (diff)
downloadpandoc-f29e67e16113564c3720a96eedd944a2a71c217f.tar.gz
LaTeX template tweaks:
- allow geometry variable to be repeated for multiple options - use mainfont instead of romanfont
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 11 insertions, 1 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`