diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-11-03 12:42:36 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-11-03 12:42:36 -0700 |
commit | db8ff174e5c648ff765d54785367a34f5ee20efe (patch) | |
tree | 38fade3aea537b2fdb4da64c18a5d8bff631eeb3 | |
parent | 0a0da14f358f42e92d45c101b3b91c73005ba3b1 (diff) | |
download | pandoc-db8ff174e5c648ff765d54785367a34f5ee20efe.tar.gz |
Document romanfont, romanfontoptions.
-rw-r--r-- | MANUAL.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 9700e3d9b..abe1f3913 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1524,13 +1524,13 @@ LaTeX variables are used when [creating a PDF]. `fontfamily` set to [`mathpazo`] provides Palatino with old-style figures and true small caps; may be repeated for multiple options -`mainfont`, `sansfont`, `monofont`, `mathfont`, `CJKmainfont` +`mainfont`, `romanfont`, `sansfont`, `monofont`, `mathfont`, `CJKmainfont` : font families for use with `xelatex` or `lualatex`: take the name of any system font, using the [`fontspec`] package. Note that if `CJKmainfont` is used, the [`xecjk`] package must be available. -`mainfontoptions`, `sansfontoptions`, `monofontoptions`, `mathfontoptions`, `CJKoptions` +`mainfontoptions`, `romanfontoptions`, `sansfontoptions`, `monofontoptions`, `mathfontoptions`, `CJKoptions` : options to use with `mainfont`, `sansfont`, `monofont`, `mathfont`, `CJKmainfont` in `xelatex` and `lualatex`. Allow for any choices available through [`fontspec`], such as the OpenType features |