summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/unicode-math/testfiles/F-over-under.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-over-under.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-over-under.ltx')
-rw-r--r--Master/texmf-dist/source/latex/unicode-math/testfiles/F-over-under.ltx15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/unicode-math/testfiles/F-over-under.ltx b/Master/texmf-dist/source/latex/unicode-math/testfiles/F-over-under.ltx
new file mode 100644
index 00000000000..2d67a983321
--- /dev/null
+++ b/Master/texmf-dist/source/latex/unicode-math/testfiles/F-over-under.ltx
@@ -0,0 +1,15 @@
+\input{umtest-preamble}
+\usepackage{unicode-math}
+\setmathfont{xits-math.otf}
+\begin{document}
+\[
+\overbrace{a+b+c+d}^{e/f/g/h}
+\overbracket{a+b+c+d}^{e/f/g/h}
+\overparen{a+b+c+d}^{e/f/g/h}
+\]
+\[
+\underbrace{a+b+c+d}_{e/f/g/h}
+\underbracket{a+b+c+d}_{e/f/g/h}
+\underparen{a+b+c+d}_{e/f/g/h}
+\]
+\end{document}