summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/unicode-math/unicode-math-testsuite.ltx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-06-30 22:36:26 +0000
committerKarl Berry <karl@freefriends.org>2014-06-30 22:36:26 +0000
commit96269d837dc550d7b3276e44afcfc7a4b42b5259 (patch)
treeca32177b0e84c7f5070bb04e53f2e19d67eb8806 /Master/texmf-dist/source/latex/unicode-math/unicode-math-testsuite.ltx
parente7e2042fdd29c3b51aead77e94b84713768c238a (diff)
unicode-math (29jun14)
git-svn-id: svn://tug.org/texlive/trunk@34490 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.ltx53
1 files changed, 0 insertions, 53 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
deleted file mode 100644
index 0744cfbc4ec..00000000000
--- a/Master/texmf-dist/source/latex/unicode-math/unicode-math-testsuite.ltx
+++ /dev/null
@@ -1,53 +0,0 @@
-\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}
- \VerbatimInput{#1\prefix.ltx}
- \end{minipage}
- \hfill
- \begin{minipage}{8cm+4pt}
- \fboxsep=1pt
- \fboxrule=1pt
- \fbox{\includegraphics[width=8cm]{../testfiles/#1\prefix.safe.pdf}}
- \end{minipage}
-}
-
-\pagestyle{empty}
-\begin{document}
-\title{The \textsf{unicode-math} test suite}
-\author{Will Robertson}
-\date{Compiled: \today}
-\maketitle
-\thispagestyle{empty}
-
-\section{Preamble}
-
-\begin{minipage}{0.5\textwidth}
-The following pieces of output are generated from the code shown.
-As well as being good minimal examples, these tests are useful to ensure that new bugs don't affect old behaviour.
-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{Test files for both engines}
-
-Only the Lua\LaTeX\ output is shown; there will be (usually only) negligible differences between the outout between the two engines.
-
-\input{umtest-suite-F.tex}
-\def\prefix{}
-
-\section{Lua\LaTeX\ test files}
-
-\input{umtest-suite-L.tex}
-
-\section{\XeLaTeX\ test files}
-
-\input{umtest-suite-X.tex}
-
-\end{document} \ No newline at end of file