LaTeX template: Added linestretch variable.

Documented this and fontfamily.
This commit is contained in:
John MacFarlane
2014-05-06 10:48:31 -07:00
parent ddb47ef6e8
commit d508c554f7
2 changed files with 9 additions and 2 deletions
+8 -1
View File
@@ -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)