diff options
author | John MacFarlane <jgm@berkeley.edu> | 2012-03-15 14:39:03 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-03-15 14:39:03 -0700 |
commit | 13eebc6cfbb5a3a72fd54af549d3aea7d54a3991 (patch) | |
tree | 11f1645fe2f39b0b5b66b86aeeafcaf948f57aca /README | |
parent | 68503311cc92434f3763a92bbf38c7a85cd96948 (diff) | |
download | pandoc-13eebc6cfbb5a3a72fd54af549d3aea7d54a3991.tar.gz |
Added mathfont variable to latex template.
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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` |