blob: b1c060a4ffd5ccfb9d0f850d643104cfce2320c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
%% This is a test file for LaTeX/Unicode-Math for both LuaLaTeX and XeLaTeX
\documentclass[12pt,a4paper]{article}
\usepackage{amstext}
\usepackage{fontspec}
\setromanfont[Ligatures=TeX]{TeX Gyre Termes}
\usepackage{unicode-math}
\setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{TeX Gyre Termes Math}
\begin{document}
\input math-test.tex
\end{document}
|