diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/lm-math/test-xelatex-lmodern_math.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/lm-math/test-xelatex-lmodern_math.tex | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/lm-math/test-xelatex-lmodern_math.tex b/Master/texmf-dist/doc/fonts/lm-math/test-xelatex-lmodern_math.tex new file mode 100644 index 00000000000..c5937b16b7e --- /dev/null +++ b/Master/texmf-dist/doc/fonts/lm-math/test-xelatex-lmodern_math.tex @@ -0,0 +1,22 @@ +\documentclass[12pt,a4paper]{article} + +\usepackage{amsmath}[2000/07/18] %% Displayed equations +\usepackage{amssymb}[2002/01/22] %% and additional symbols + +\usepackage{fontspec} +\setromanfont[Ligatures=TeX]{Latin Modern Math} +\usepackage{unicode-math} + +% \setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{TG Termes Math} +% \setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{TG Pagella Math} +% \setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{Asana Math} +% \setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{Cambria Math} +% \setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{XITS Math} +\setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{Latin Modern Math} + +\begin{document} + +\input math-test.tex + +\end{document} + |