summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/unicode-math/testfiles/F-mathversion.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/unicode-math/testfiles/F-mathversion.ltx')
-rw-r--r--Master/texmf-dist/source/latex/unicode-math/testfiles/F-mathversion.ltx13
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/unicode-math/testfiles/F-mathversion.ltx b/Master/texmf-dist/source/latex/unicode-math/testfiles/F-mathversion.ltx
new file mode 100644
index 00000000000..7fe40976ebe
--- /dev/null
+++ b/Master/texmf-dist/source/latex/unicode-math/testfiles/F-mathversion.ltx
@@ -0,0 +1,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} \ No newline at end of file