Added fontfamily variable to latex template. (tlvince)
This commit is contained in:
parent
250537532a
commit
ddb47ef6e8
2 changed files with 3 additions and 1 deletions
2
README
2
README
|
@ -790,6 +790,8 @@ as `title`, `author`, and `date`) as well as the following:
|
||||||
`geometry`
|
`geometry`
|
||||||
: options for LaTeX `geometry` class, e.g. `margin=1in`;
|
: options for LaTeX `geometry` class, e.g. `margin=1in`;
|
||||||
may be repeated for multiple options
|
may be repeated for multiple options
|
||||||
|
`fontfamily`
|
||||||
|
: font package to use for LaTeX documents (with pdflatex)
|
||||||
`mainfont`, `sansfont`, `monofont`, `mathfont`
|
`mainfont`, `sansfont`, `monofont`, `mathfont`
|
||||||
: fonts for LaTeX documents (works only with xelatex
|
: fonts for LaTeX documents (works only with xelatex
|
||||||
and lualatex)
|
and lualatex)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit fc5229df167aa61cdbcf14ce24581b36bb0a5b90
|
Subproject commit 04e59d4df89bedfecea159efdf34cc2e6d56a409
|
Loading…
Reference in a new issue