Open main menu

Changes

correcting Greek visuals
We can have documents in which we use typefaces that lack some characters or a whole character range. In that case, font fallbacks can be defined.
The example shows how to get Greek characters for TeX Gyre Pagella(I know they don’t fit well together, but I rely on system fonts):
<context mode="mkiv" source="yes">
\setupbodyfontenvironment[default][em=italic]
\usemodule[simplefonts]
\setmainfontfallback[GentiumDejaVu Serif][range={greekandcoptic, greekextended},
force=yes]
\setmainfont[TeX Gyre Pagella]
139

edits