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 | |
| parent | 68503311cc92434f3763a92bbf38c7a85cd96948 (diff) | |
| download | pandoc-13eebc6cfbb5a3a72fd54af549d3aea7d54a3991.tar.gz | |
Added mathfont variable to latex template.
| -rw-r--r-- | README | 10 | ||||
| m--------- | templates | 10 |
2 files changed, 7 insertions, 13 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` diff --git a/templates b/templates -Subproject 329c356da62f3a39625bce62516fc55312f2a45 +Subproject 0aa45c20bc2bcca999aa3e74eda9e4c2c329f00 |
