summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/unicode-math/testfiles/umtest501e.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/unicode-math/testfiles/umtest501e.ltx')
-rw-r--r--Master/texmf-dist/source/latex/unicode-math/testfiles/umtest501e.ltx26
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/unicode-math/testfiles/umtest501e.ltx b/Master/texmf-dist/source/latex/unicode-math/testfiles/umtest501e.ltx
new file mode 100644
index 00000000000..b9470cd3618
--- /dev/null
+++ b/Master/texmf-dist/source/latex/unicode-math/testfiles/umtest501e.ltx
@@ -0,0 +1,26 @@
+\input{umtest-preamble}
+\usepackage{unicode-math}
+\setmathfont[
+ range={
+ \mathit/{latin}->\mathbfup ,
+ \mathit/{Latin}->\mathsfup
+ }
+ ]{Cambria Math}
+\setmathfont[
+ range={
+ \mathup/{Greek}->\mathbfup ,
+ \mathit/{greek}->\mathbfit
+ },
+ Colour=990000
+ ]{Cambria Math}
+\begin{document}
+\vspace*{-1cm}
+\[\LATINtext\]
+\[\latintext\]
+\[\mathit{\LATINtext}\]
+\[\mathit{\latintext}\]
+\[{\GREEKtext}\]
+\[{\greektext}\]
+\[\mathup{\GREEKtext}\]
+\[\mathit{\greektext}\]
+\end{document} \ No newline at end of file