Beamer template: Added fonttheme variable.
This commit is contained in:
parent
52c5cdb04e
commit
208a9e076d
2 changed files with 4 additions and 4 deletions
6
README
6
README
|
@ -761,7 +761,7 @@ as `title`, `author`, and `date`) as well as the following:
|
|||
`revealjs-url`
|
||||
: base URL for reveal.js documents (defaults to `reveal.js`)
|
||||
`theme`
|
||||
: reveal.js theme
|
||||
: reveal.js or LaTeX beamer theme
|
||||
`transition`
|
||||
: reveal.js transition
|
||||
`fontsize`
|
||||
|
@ -777,10 +777,10 @@ as `title`, `author`, and `date`) as well as the following:
|
|||
`mainfont`, `sansfont`, `monofont`, `mathfont`
|
||||
: fonts for LaTeX documents (works only with xelatex
|
||||
and lualatex)
|
||||
`theme`
|
||||
: theme for LaTeX beamer documents
|
||||
`colortheme`
|
||||
: colortheme for LaTeX beamer documents
|
||||
`fonttheme`
|
||||
: fonttheme for LaTeX beamer documents
|
||||
`linkcolor`
|
||||
: color for internal links in LaTeX documents (`red`, `green`,
|
||||
`magenta`, `cyan`, `blue`, `black`)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 120bed772b4a235a0d17ea4560a682e23ac293ac
|
||||
Subproject commit c27f59c010b0468f01b710cdf3a3c04a450a03e7
|
Loading…
Reference in a new issue