summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/unicode-math/testfiles/umtest502a.ltx
blob: b1c897c069c9224fe9c8a3d122e6cc00b6c76e5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\input{umtest-preamble}
\usepackage{unicode-math}
\setmathfont{STIXGeneral}
\setmathfont
    [range={\mathit,\mathsfit,\mathscr}]
    {STIXGeneral-Italic}
\setmathfont
    [range={\mathbfup,\mathbffrak,
        \mathbfsfup}]
    {STIXGeneral-Bold}
\setmathfont
    [range={\mathbfit,\mathbfsfit,\mathbfscr}]
    {STIXGeneral-BoldItalic}
\begin{document}
\[\mathit{A}\mathup{A}
  \mathsfup{A}\mathsfit{A}\]
\[\mathscr{A}\mathfrak{A}\mathbb{A}\]
\[\mathbfup{A}\mathbfit{A}
  \mathbfsfup{A}\mathbfsfit{A}\]
\[\mathbfscr{A}\mathbffrak{A}\]
\end{document}