Template updates.
Beamer: added `innertheme`, `outertheme` variables. LaTeX: added `mainfontoptions`, `sansfontoptions`, `monofontoptions`, `mathfontoptions`, `fontfamilyoptions`.
This commit is contained in:
parent
747a7a4cf8
commit
6d0e586b2d
2 changed files with 9 additions and 5 deletions
12
README
12
README
|
@ -1022,16 +1022,20 @@ as `title`, `author`, and `date`) as well as the following:
|
|||
`libertine` (Linux Libertine), `arev` (Arev Sans),
|
||||
and the default `lmodern`, among others.
|
||||
|
||||
`fontfamilyoptions`
|
||||
: options to use with `fontfamily`.
|
||||
|
||||
`mainfont`, `sansfont`, `monofont`, `mathfont`, `CJKmainfont`
|
||||
: fonts for LaTeX documents (works only with xelatex
|
||||
and lualatex). Note that if `CJKmainfont` is used,
|
||||
the `xeCJK` package must be available.
|
||||
|
||||
`colortheme`
|
||||
: colortheme for LaTeX beamer documents
|
||||
`mainfontoptions`, `sansfontoptions`, `monofontoptions`, `mathfontoptions`
|
||||
: options to use with `mainfont`, `sansfont`, `monofont`,
|
||||
`mathfont` in xelatex and lualatex.
|
||||
|
||||
`fonttheme`
|
||||
: fonttheme for LaTeX beamer documents
|
||||
`colortheme`, `fonttheme`, `innertheme`, `outertheme`
|
||||
: themes for LaTeX beamer documents
|
||||
|
||||
`linkcolor`
|
||||
: color for internal links in LaTeX documents (`red`, `green`,
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2f5f539605782f41b0059c46b2ba0a5dfc723540
|
||||
Subproject commit 229ec44bb6ae116d5cf613bba0486f3757f9cd0d
|
Loading…
Reference in a new issue