blob: 6b61f8ae14ce05b0bd47b1946543c3c5f6341447 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
\input{umtest-preamble}
\usepackage{unicode-math}
\setmathfont[Colour=FF0000]{xits-math.otf}
\begin{document}
\ExplSyntaxOn
[$\l_um_mathstyle_tl$]\
[$\mathrm{\l_um_mathstyle_tl}$]\
[$\mathup{\l_um_mathstyle_tl}$]\
[$\mathit{\l_um_mathstyle_tl}$]
[$\mathbf{\l_um_mathstyle_tl}$]\
[$\mathbfit{\l_um_mathstyle_tl}$]\
[$\mathbfup{\l_um_mathstyle_tl}$]
[$\mathsf{\l_um_mathstyle_tl}$]\
[$\mathsfit{\l_um_mathstyle_tl}$]\
[$\mathsfup{\l_um_mathstyle_tl}$]
[$\mathbfsf{\l_um_mathstyle_tl}$]\
[$\mathbfsfit{\l_um_mathstyle_tl}$]\
[$\mathbfsfup{\l_um_mathstyle_tl}$]
\end{document}
|