summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-05-06 10:48:31 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-05-06 10:48:31 -0700
commitd508c554f760e1840fd77ceb8e6ed2b504b3fde4 (patch)
tree1672db5af3f61b56a6edc27a44277d97559421df /README
parentddb47ef6e82b99c6c5a4c71dac6e92ff48e1eb9e (diff)
LaTeX template: Added linestretch variable.
Documented this and fontfamily.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 8 insertions, 1 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)