LaTeX template: Fix <200c> character rendering (#8036)
Renamed `\textormath` to `\TextOrMath`.
This commit is contained in:
parent
ef69474a69
commit
b1990b0657
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ $if(zero-width-non-joiner)$
|
|||
\def\zerowidthnonjoiner{%
|
||||
% Prevent ligatures and adjust kerning, but still support hyphenating.
|
||||
\texorpdfstring{%
|
||||
\textormath{\nobreak\discretionary{-}{}{\kern.03em}%
|
||||
\TextOrMath{\nobreak\discretionary{-}{}{\kern.03em}%
|
||||
\ifvmode\else\nobreak\hskip\z@skip\fi}{}%
|
||||
}{}%
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue