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`
|
`revealjs-url`
|
||||||
: base URL for reveal.js documents (defaults to `reveal.js`)
|
: base URL for reveal.js documents (defaults to `reveal.js`)
|
||||||
`theme`
|
`theme`
|
||||||
: reveal.js theme
|
: reveal.js or LaTeX beamer theme
|
||||||
`transition`
|
`transition`
|
||||||
: reveal.js transition
|
: reveal.js transition
|
||||||
`fontsize`
|
`fontsize`
|
||||||
|
@ -777,10 +777,10 @@ as `title`, `author`, and `date`) as well as the following:
|
||||||
`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)
|
||||||
`theme`
|
|
||||||
: theme for LaTeX beamer documents
|
|
||||||
`colortheme`
|
`colortheme`
|
||||||
: colortheme for LaTeX beamer documents
|
: colortheme for LaTeX beamer documents
|
||||||
|
`fonttheme`
|
||||||
|
: fonttheme for LaTeX beamer documents
|
||||||
`linkcolor`
|
`linkcolor`
|
||||||
: color for internal links in LaTeX documents (`red`, `green`,
|
: color for internal links in LaTeX documents (`red`, `green`,
|
||||||
`magenta`, `cyan`, `blue`, `black`)
|
`magenta`, `cyan`, `blue`, `black`)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 120bed772b4a235a0d17ea4560a682e23ac293ac
|
Subproject commit c27f59c010b0468f01b710cdf3a3c04a450a03e7
|
Loading…
Add table
Reference in a new issue