Re: Math Parameters Can Not Be Resolved From Libertinus Math.
Wolfgang Schuster <[email protected]>
| Newsgroups | gmane.comp.tex.context |
|---|---|
| Message-ID | <[email protected]> |
Am 14.04.2026 um 02:37 schrieb via ntg-context:
> It works though, but I need to handle Chinese and use \definefallbackfamily as shown below
> \definefallbackfamily [MF] [rm] [libertinusserif] [range={0x0000-0x0400,0x2018-0x201D},force=yes]
> \definefontfamily [MF] [rm] [sourcehanserifsc]
> [it={style:regular,features:{*,slanted}}, bf={style:regular,name:sourcehansans},]
> \definefontfamily [MF] [cg] [fzkaiz03s]
> \definefallbackfamily [MF] [ss] [libertinussans] [range={0x0000-0x0400},force=yes]
> \definefontfamily [MF] [ss] [sourcehansanssc]
> [it={style:regular,features:{*,slanted}}, bf={style:bold},]
>
> \definefontfamily [MF] [mm] [libertinusmath]
Use \definefontfamily to set the text font but \definetypeface to load
the existing typescript for the math font, this ensures all settings for
math are set.
\definetypeface [MF] [mm] [math] [libertinus]
Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : [email protected] / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________