summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/unicode-math/testfiles/umtest207a.ltx
blob: 0edbf0806bcb8ccdbacd2e8af9e679bbea272ec5 (plain)
1
2
3
4
5
6
7
8
9
10
\input{umtest-preamble}
\usepackage{amsmath}
\usepackage{unicode-math}
\setmathfont{Cambria Math}
\begin{document}
\unimathsetup{active-frac=normalsize}
\[ ¼ ½ ¾ ⅐ ⅑ ⅒ ⅓ ⅔ ⅕ ⅖ ⅗ ⅘ ⅙ ⅚ ⅛ ⅜ ⅝ ⅞ \]
\unimathsetup{active-frac=small}
\[ ¼ ½ ¾ ⅐ ⅑ ⅒ ⅓ ⅔ ⅕ ⅖ ⅗ ⅘ ⅙ ⅚ ⅛ ⅜ ⅝ ⅞ \]
\end{document}