You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to specify a different hyphenation character to be used? Some languages do not use U+2010 Hyphen for hyphenation (see script-specific hyphenation characters in Unicode). Church Slavic uses _ (U+005F Low Line) for hyphenation.
In TeX this can be done at the font selection level, e.g. \newfontfamily\myfont[Script=Cyrillic,HyphenChar=_]{My Font}
The text was updated successfully, but these errors were encountered:
Is it possible to specify a different hyphenation character to be used? Some languages do not use U+2010 Hyphen for hyphenation (see script-specific hyphenation characters in Unicode). Church Slavic uses _ (U+005F Low Line) for hyphenation.
In TeX this can be done at the font selection level, e.g. \newfontfamily\myfont[Script=Cyrillic,HyphenChar=_]{My Font}
The text was updated successfully, but these errors were encountered: