diff options
| author | John MacFarlane <[email protected]> | 2022-10-10 09:34:40 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-10-10 09:34:40 -0700 |
| commit | e1e07cce65a0bb007da934245e74be1b1c8a0f6e (patch) | |
| tree | 8b54ef872c08bc05d056771a360e8d77692ea958 | |
| parent | 44827c1161b21895498b397a1b498e0da0eb3b6f (diff) | |
MANUAL.txt: add note about MathJax fonts to `--embed-resources`.
| -rw-r--r-- | MANUAL.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 53a0dc18d..166315b88 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -974,7 +974,8 @@ header when requesting a document from a URL: `data-external="1"` will be left alone; the documents they link to will not be incorporated in the document. Limitation: resources that are loaded dynamically through - JavaScript cannot be incorporated; as a result, some + JavaScript cannot be incorporated; as a result, fonts may + be missing when `--mathjax` is used, and some advanced features (e.g. zoom or speaker notes) may not work in an offline "self-contained" `reveal.js` slide show. |
