summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/unicode-math/testfiles/X502b.ltx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-06-30 22:36:26 +0000
committerKarl Berry <karl@freefriends.org>2014-06-30 22:36:26 +0000
commit96269d837dc550d7b3276e44afcfc7a4b42b5259 (patch)
treeca32177b0e84c7f5070bb04e53f2e19d67eb8806 /Master/texmf-dist/source/latex/unicode-math/testfiles/X502b.ltx
parente7e2042fdd29c3b51aead77e94b84713768c238a (diff)
unicode-math (29jun14)
git-svn-id: svn://tug.org/texlive/trunk@34490 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/unicode-math/testfiles/X502b.ltx')
-rw-r--r--Master/texmf-dist/source/latex/unicode-math/testfiles/X502b.ltx20
1 files changed, 0 insertions, 20 deletions
diff --git a/Master/texmf-dist/source/latex/unicode-math/testfiles/X502b.ltx b/Master/texmf-dist/source/latex/unicode-math/testfiles/X502b.ltx
deleted file mode 100644
index bcc6473e823..00000000000
--- a/Master/texmf-dist/source/latex/unicode-math/testfiles/X502b.ltx
+++ /dev/null
@@ -1,20 +0,0 @@
-\input{umtest-preamble}
-\usepackage{unicode-math}
-\setmathfont{XITS Math}
-\begin{document}
-Default:
-\[
-(a+b)^2 = \sqrt{c+d}
-\]
-\setmathfont[range={\mathup}]{Linux Libertine}
-\setmathfont[range={\mathit}]{Linux Libertine Italic}
-Example of a non-math OpenType font:
-\[
-(a+b)^2 = \sqrt{c+d}
-\]
-With symbols:
-\setmathfont[range={`\+,`\=,`\(,`\)}]{Linux Libertine}
-\[
-(a+b)^2 = \sqrt{c+d}
-\]
-\end{document}