diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/unicode-math/testfiles/umtest502a.ltx')
-rw-r--r-- | Master/texmf-dist/source/latex/unicode-math/testfiles/umtest502a.ltx | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/unicode-math/testfiles/umtest502a.ltx b/Master/texmf-dist/source/latex/unicode-math/testfiles/umtest502a.ltx new file mode 100644 index 00000000000..b1c897c069c --- /dev/null +++ b/Master/texmf-dist/source/latex/unicode-math/testfiles/umtest502a.ltx @@ -0,0 +1,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}
\ No newline at end of file |