Added mathfont variable to latex template.
This commit is contained in:
parent
68503311cc
commit
13eebc6cfb
2 changed files with 3 additions and 9 deletions
10
README
10
README
|
@ -680,15 +680,9 @@ depending on the output format, but include:
|
|||
`geometry`
|
||||
: 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
|
||||
`mainfont`, `sansfont`, `monofont`, `mathfont`
|
||||
: fonts 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 for LaTeX beamer documents
|
||||
`colortheme`
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 329c356da62f3a39625bce62516fc55312f2a453
|
||||
Subproject commit 0aa45c20bc2bcca999aa3e74eda9e4c2c329f008
|
Loading…
Add table
Reference in a new issue