diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-06-13 09:37:03 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-06-13 09:37:03 -0700 |
commit | 320228777dd75f0f31a132c3107417e385f940f2 (patch) | |
tree | 539cd56995ba23875dadfeaddbe75d8b6272c116 /README | |
parent | 602130259d880b64b41cc2ae380ff37512e7ca43 (diff) | |
download | pandoc-320228777dd75f0f31a132c3107417e385f940f2.tar.gz |
Document CJKmainfont.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -971,9 +971,10 @@ as `title`, `author`, and `date`) as well as the following: `libertine` (Linux Libertine), `arev` (Arev Sans), and the default `lmodern`, among others. -`mainfont`, `sansfont`, `monofont`, `mathfont` +`mainfont`, `sansfont`, `monofont`, `mathfont`, `CJKmainfont` : fonts for LaTeX documents (works only with xelatex - and lualatex) + and lualatex). Note that if `CJKmainfont` is used, + the `xeCJK` package must be available. `colortheme` : colortheme for LaTeX beamer documents |