diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-05-06 09:55:43 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-05-06 09:55:43 -0700 |
commit | ddb47ef6e82b99c6c5a4c71dac6e92ff48e1eb9e (patch) | |
tree | 3e6b4b1abdc8256a3b69119e81e89f189df745f5 | |
parent | 250537532aab29615c2f2061e465bfa5f0374781 (diff) | |
download | pandoc-ddb47ef6e82b99c6c5a4c71dac6e92ff48e1eb9e.tar.gz |
Added fontfamily variable to latex template. (tlvince)
-rw-r--r-- | README | 2 | ||||
m--------- | data/templates | 12 |
2 files changed, 8 insertions, 6 deletions
@@ -790,6 +790,8 @@ as `title`, `author`, and `date`) as well as the following: `geometry` : options for LaTeX `geometry` class, e.g. `margin=1in`; may be repeated for multiple options +`fontfamily` +: font package to use for LaTeX documents (with pdflatex) `mainfont`, `sansfont`, `monofont`, `mathfont` : fonts for LaTeX documents (works only with xelatex and lualatex) diff --git a/data/templates b/data/templates -Subproject fc5229df167aa61cdbcf14ce24581b36bb0a5b9 +Subproject 04e59d4df89bedfecea159efdf34cc2e6d56a40 |