summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/unicode-math/testfiles/umtest033a.ltx
blob: 7bc54cf0655b62ee5cb9252a8dd543db54ed9042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\input{umtest-preamble}
\usepackage{unicode-math}
\begin{document}
\setmathfont[math-style=TeX]{Free Serif}
\[ıȷ\quad 𝚤𝚥\]
\[\mathup{ıȷ}\quad \mathup{𝚤𝚥}\]
\[\mathit{ıȷ}\quad \mathit{𝚤𝚥}\]
\setmathfont[math-style=upright]{Free Serif}
\[ıȷ\quad 𝚤𝚥\]
\[\mathup{ıȷ}\quad \mathup{𝚤𝚥}\]
\[\mathit{ıȷ}\quad \mathit{𝚤𝚥}\]
\end{document}