From ddb47ef6e82b99c6c5a4c71dac6e92ff48e1eb9e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 6 May 2014 09:55:43 -0700 Subject: [PATCH] Added fontfamily variable to latex template. (tlvince) --- README | 2 ++ data/templates | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index f2189ac96..c5e5aec25 100644 --- a/README +++ b/README @@ -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 index fc5229df1..04e59d4df 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit fc5229df167aa61cdbcf14ce24581b36bb0a5b90 +Subproject commit 04e59d4df89bedfecea159efdf34cc2e6d56a409