summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/unicode-math/testfiles/F-mathversion.ltx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-18 22:29:36 +0000
committerKarl Berry <karl@freefriends.org>2011-09-18 22:29:36 +0000
commit793be33975bf8f6986bb6435f2039c7c34ac3c15 (patch)
tree873887f99fef55a52edf3614dd48ec340b1515e6 /Master/texmf-dist/source/latex/unicode-math/testfiles/F-mathversion.ltx
parent4c7c93512d5ad99119fc38035815ba54a17605a5 (diff)
unicode-math 0.6 (18sep11)
git-svn-id: svn://tug.org/texlive/trunk@24003 c570f23f-e606-0410-a88d-b1316a301751
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