blob: f3cdfe89a3d5da46f87bb59b95990acee714d8a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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}
|