18 lines
372 B
TeX
18 lines
372 B
TeX
|
%% 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 Bonum}
|
||
|
\usepackage{unicode-math}
|
||
|
|
||
|
\setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{TeX Gyre Bonum Math}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\input math-test.tex
|
||
|
|
||
|
\end{document}
|
||
|
|