blob: 3181d7b8f7942e5578809d2f6f906c550d9b6a90 (
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/171
%
% The fix is related to the fact that primes use the `mathactive'
% section of the unicode-math code, which is now controlled by
% the parsing range feature (as it always should have been).
\input{umtest-preamble}
\usepackage{unicode-math}
\setmathfont[Colour=FF0000]{xits-math.otf}
\setmathfont
[range=\mathop,Colour=0000FF]
{xits-math.otf}
\begin{document}
\[ f(x) = \int f'(x) dx \]
\end{document}
|