summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/unicode-math/testfiles/F-over-under-2.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/unicode-math/testfiles/F-over-under-2.ltx')
-rw-r--r--Master/texmf-dist/source/latex/unicode-math/testfiles/F-over-under-2.ltx17
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/unicode-math/testfiles/F-over-under-2.ltx b/Master/texmf-dist/source/latex/unicode-math/testfiles/F-over-under-2.ltx
new file mode 100644
index 00000000000..f3cdfe89a3d
--- /dev/null
+++ b/Master/texmf-dist/source/latex/unicode-math/testfiles/F-over-under-2.ltx
@@ -0,0 +1,17 @@
+
+% see http://github.com/wspr/unicode-math/issues/212
+
+\input{umtest-preamble}
+\usepackage{unicode-math}
+\setmathfont[Colour=FF0000]{xits-math.otf}
+\setmathfont
+ [range={\mathop},Colour=0000FF]
+ {xits-math.otf}
+
+\begin{document}
+
+\[ \underbrace{\int x dx}_{xyz}
+\qquad
+\overbrace{\int x dx}^{xyz} \]
+
+\end{document}