aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-03-15 14:39:03 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-03-15 14:39:03 -0700
commit13eebc6cfbb5a3a72fd54af549d3aea7d54a3991 (patch)
tree11f1645fe2f39b0b5b66b86aeeafcaf948f57aca /README
parent68503311cc92434f3763a92bbf38c7a85cd96948 (diff)
downloadpandoc-13eebc6cfbb5a3a72fd54af549d3aea7d54a3991.tar.gz
Added mathfont variable to latex template.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 2 insertions, 8 deletions
diff --git a/README b/README
index 61266faf9..44f2f52ae 100644
--- a/README
+++ b/README
@@ -680,15 +680,9 @@ depending on the output format, but include:
`geometry`
: 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
+`mainfont`, `sansfont`, `monofont`, `mathfont`
+: fonts 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`