diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-10-03 17:01:01 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-10-03 17:01:01 -0700 |
commit | 6d0e586b2d5f71bbbfccb9978329e6fadfb85b7b (patch) | |
tree | 7033a54790e1c4aca0acf22dd6ccd28d8c518f36 /README | |
parent | 747a7a4cf8b589e93300bce3071bd0fa0d07a36d (diff) | |
download | pandoc-6d0e586b2d5f71bbbfccb9978329e6fadfb85b7b.tar.gz |
Template updates.
Beamer: added `innertheme`, `outertheme` variables.
LaTeX: added `mainfontoptions`, `sansfontoptions`,
`monofontoptions`, `mathfontoptions`, `fontfamilyoptions`.
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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`, |