summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/unicode-math/testfiles/X503a.ltx
blob: 1ec7ff2e738115c217ca28df543f4fb19b7e66b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\input{umtest-preamble}
\usepackage{unicode-math}
\begin{document}
\setmathfont{XITS Math}
\[
  \mathscr{\LATINtext}
\]
\[
  \mathcal{\LATINtext}
\]
\setmathfont[range={\mathcal,\mathbfcal},StylisticSet=1]{XITS Math}
\[
  \mathscr{\LATINtext}
\]
\[
  \mathcal{\LATINtext}
\]
\footnotesize
\[
  \mathbfcal{\LATINtext}
\]
\end{document}