summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/unicode-math/unicode-math-testsuite.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/unicode-math/unicode-math-testsuite.ltx')
-rw-r--r--Master/texmf-dist/source/latex/unicode-math/unicode-math-testsuite.ltx14
1 files changed, 11 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/unicode-math/unicode-math-testsuite.ltx b/Master/texmf-dist/source/latex/unicode-math/unicode-math-testsuite.ltx
index bbee8ecfde1..4c3afd702cb 100644
--- a/Master/texmf-dist/source/latex/unicode-math/unicode-math-testsuite.ltx
+++ b/Master/texmf-dist/source/latex/unicode-math/unicode-math-testsuite.ltx
@@ -1,9 +1,11 @@
\documentclass{article}
\usepackage{xltxtra,fancyvrb,geometry,calc}
+\usepackage[multidot]{grffile}
\geometry{margin=2cm,a4paper}
\setmainfont{TeX Gyre Pagella}
\setmonofont{Consolas}
+\def\prefix{}
\newcommand\inserttest[1]{%
\subsection{Test #1}
\begin{minipage}{0.5\textwidth}
@@ -13,7 +15,7 @@
\begin{minipage}{8cm+4pt}
\fboxsep=1pt
\fboxrule=1pt
- \fbox{\includegraphics[width=8cm]{testfiles/#1.safe.pdf}}
+ \fbox{\includegraphics[width=8cm]{testfiles/#1\prefix.safe.pdf}}
\end{minipage}
}
@@ -33,12 +35,18 @@ As well as being good minimal examples, these tests are useful to ensure that ne
When the test suite is run, the new output is compared pixel by pixel with that shown here and warnings produced if the outputs are not identical.
\end{minipage}
-\section{\XeLaTeX\ test files}
+\section{Test files for both engines}
-\input{testfiles/umtest-suite-X.tex}
+\def\prefix{-L}
+\input{testfiles/umtest-suite-F.tex}
+\def\prefix{}
\section{Lua\LaTeX\ test files}
\input{testfiles/umtest-suite-L.tex}
+\section{\XeLaTeX\ test files}
+
+\input{testfiles/umtest-suite-X.tex}
+
\end{document} \ No newline at end of file