Replies: 1 comment
-
|
The If a font isn't found then OpTeX prints warning only (no error) and reverts to non Unicode fonts loaded internally in the format. The diacritical marks and many special characters doesn't work well in this case. These fonts are intended only for testing of developed macros and behaves similarly like fonts in classical Plain TeX by D. Knuth. If the and OpTeX reverts to classical non-Unicode math setting (like in Plain TeX). Many features don't work in this case, see These aspects are not documented in detail because we assume that Unicode fonts for text and math are available in the TeX distribution and users need not t solve these problems. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to fix the current OpTex package on Guix by replacing
luatexwithluahbtex- and it seems to be working now (seems to build documents just fine when paired withtexlive-scheme-minimal).I was wondering if I should also include
texlive-lm-mathas a dependency? Or do I removetexlive-lmand make it optional/flexible for the users to pick their font of choice (that is, they will have to addtexlive-lmandtexlive-lm-mathto the Guix manifest)?Beta Was this translation helpful? Give feedback.
All reactions