summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/unicode-math/testfiles/X503a.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/unicode-math/testfiles/X503a.ltx')
-rw-r--r--Master/texmf-dist/source/latex/unicode-math/testfiles/X503a.ltx22
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/unicode-math/testfiles/X503a.ltx b/Master/texmf-dist/source/latex/unicode-math/testfiles/X503a.ltx
new file mode 100644
index 00000000000..1ec7ff2e738
--- /dev/null
+++ b/Master/texmf-dist/source/latex/unicode-math/testfiles/X503a.ltx
@@ -0,0 +1,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}