diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-13 23:32:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-13 23:32:08 +0000 |
commit | 8c01e7e9bb109cc006bac6234088ef1c55a7d072 (patch) | |
tree | 6d178cec11a53580e36daffd12b0a1b36cc42459 /Master/texmf-dist/source/latex/unicode-math/unicode-math-testsuite.ltx | |
parent | ab5d6cd04710c0e8333450c51d13797d8d72aff0 (diff) |
unicode-math 0.5d (13feb11)
git-svn-id: svn://tug.org/texlive/trunk@21391 c570f23f-e606-0410-a88d-b1316a301751
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.ltx | 14 |
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 |