diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2024-01-19 17:49:04 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2024-01-19 17:49:04 -0800 |
| commit | 40f84c841c7aa4691fb223e0e6eb50a76a75a6b1 (patch) | |
| tree | 4941601f8b748e5cc8c794af2aac646819b9aa78 | |
| parent | 0110f5905325e7c0420ee706413feab162493dad (diff) | |
Document font fallback variables.
| -rw-r--r-- | MANUAL.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 2c15b1c77..ba3df7954 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -2938,6 +2938,17 @@ Pandoc uses these variables when [creating a PDF] with a LaTeX engine. - Numbers=Proportional ... +`mainfontfallback`, `sansfontfallback`, `monofontfallback` +: fonts to try if a glyph isn't found in `mainfont`, `sansfont`, or `monofont` + respectively. These can be lists. The font name must be followed by a colon + and optionally a set of options, for example: + + mainfontfallback: + - "FreeSans:" + - "NotoColorEmoji:mode=harf" + + Font fallbacks currently only work with `--pdf-engine=lualatex`. + `babelfonts` : a map of Babel language names (e.g. `chinese`) to the font to be used with the language: |
