LaTeX template tweaks:
- allow geometry variable to be repeated for multiple options - use mainfont instead of romanfont
This commit is contained in:
parent
783cfdc0eb
commit
f29e67e161
2 changed files with 12 additions and 2 deletions
12
README
12
README
|
@ -678,7 +678,17 @@ depending on the output format, but include:
|
||||||
`documentclass`
|
`documentclass`
|
||||||
: document class for LaTeX documents
|
: document class for LaTeX documents
|
||||||
`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
|
||||||
|
`mainfont`
|
||||||
|
: main font for LaTeX documents (works only with xelatex
|
||||||
|
and lualatex)
|
||||||
|
`sansfont`
|
||||||
|
: sans-serif font for LaTeX documents (works only with
|
||||||
|
xelatex and lualatex)
|
||||||
|
`monofont`
|
||||||
|
: monospaced font for LaTeX documents (works only with
|
||||||
|
xelatex and lualatex)
|
||||||
`theme`
|
`theme`
|
||||||
: theme for LaTeX beamer documents
|
: theme for LaTeX beamer documents
|
||||||
`colortheme`
|
`colortheme`
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit efd4ae929da56e09d829963c13d979d95c62a33f
|
Subproject commit 329c356da62f3a39625bce62516fc55312f2a453
|
Loading…
Reference in a new issue