summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/unicode-math/testfiles/F-mathversion.ltx
blob: 7fe40976ebe4e4463bc1760340d60e072da0de08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
\input{umtest-preamble}
\usepackage{unicode-math}
\setmathfont{xits-math.otf}
\setmathfont[version=bold,Colour=009900]{xits-math.otf}
\begin{document}
\[
(x+y)^{{z+c}^{a+b}}
\]
\mathversion{bold}
\[
(x+y)^{{z+c}^{a+b}}
\]
\end{document}