summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/dejavu-math/test-lualatex-dejavu_math.tex
blob: b3a28b10f983328985b91fb4b6f297f258bcb73f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%% 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]{DejaVu Serif}
\usepackage{unicode-math}

\setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{DejaVu Math}

\begin{document}

\input math-test.tex

\end{document}