From d508c554f760e1840fd77ceb8e6ed2b504b3fde4 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 6 May 2014 10:48:31 -0700 Subject: LaTeX template: Added linestretch variable. Documented this and fontfamily. --- README | 9 ++++++++- data/templates | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README b/README index c5e5aec25..7ea1146f4 100644 --- a/README +++ b/README @@ -790,8 +790,15 @@ 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 +`linestretch` +: adjusts line spacing (requires the `setspace` package) `fontfamily` -: font package to use for LaTeX documents (with pdflatex) +: font package to use for LaTeX documents (with pdflatex): + TeXLive has `bookman` (Bookman), `utopia` or `fourier` (Utopia), + `fouriernc` (New Century Schoolbook), `times` or `txfonts` (Times), + `mathpazo` or `pxfonts` or `mathpple` (Palatino), + `libertine` (Linux Libertine), `arev` (Arev Sans), + and the default `lmodern`, among others. `mainfont`, `sansfont`, `monofont`, `mathfont` : fonts for LaTeX documents (works only with xelatex and lualatex) diff --git a/data/templates b/data/templates index 04e59d4df..620e8fe5e 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit 04e59d4df89bedfecea159efdf34cc2e6d56a409 +Subproject commit 620e8fe5e1ed1a1a4a2243587f3063ccfe745673 -- cgit v1.2.3