blob: c2f2e6490470fa6e87d5ceb6ca6a5c76a3016318 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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]{TeX Gyre Termes}
\usepackage{unicode-math}
% \setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{TG Pagella Math}
\setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{TG Termes 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}
|