From 9e836d16facbb934b2b116478ad57f5321f9d01b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 26 Feb 2023 15:04:35 -0800 Subject: [PATCH] Document CJKsansfont, CJKmonofont. --- MANUAL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANUAL.txt b/MANUAL.txt index 23a5cd6a1..552cad146 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -2909,7 +2909,7 @@ Pandoc uses these variables when [creating a PDF] with a LaTeX engine. 12pt. To use another size, set `documentclass` to one of the [KOMA-Script] classes, such as `scrartcl` or `scrbook`. -`mainfont`, `sansfont`, `monofont`, `mathfont`, `CJKmainfont` +`mainfont`, `sansfont`, `monofont`, `mathfont`, `CJKmainfont`, `CJKsansfont`, `CJKmonofont` : font families for use with `xelatex` or `lualatex`: take the name of any system font, using the [`fontspec`] package. `CJKmainfont` uses the [`xecjk`] package.