Typo
[latex2e.git] / latex2e-20151001 / base / testfiles-disabled / tlb2215.lvt
blob018b327bebb070fe92b534da6eed4e17f34d883a
1 % \iffalse meta-comment
3 % Copyright (C) 1996 Rainer Schoepf.
4 % All rights reserved.
5
6 % This file is part of the validate package.
7
8 % IMPORTANT NOTICE:
9
10 % You are not allowed to change this file.  In case of error
11 % write to the email address mentioned in the file readme.val.
12
13 % \fi
15 % Test file for LaTeX2e bug report #2215:
16 % Spurious space after \eqref when using showkeys.sty together with amsmath.
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 \AUTHOR{Anthony Stone}
23 \CLASS[12pt]{article}
25 \PACKAGE[tbtags]{amsmath}
26 \PACKAGE{showkeys}
28 \showoutput
30 \documentclass[12pt]{article}
31 \usepackage[tbtags]{amsmath}
32 \usepackage{showkeys}
33 \begin{document}
34 \section{Beginning}
35 A simple equation:
36 \begin{equation}
37 x=y
38 \label{eq:xy}
39 \end{equation}
40 and a reference to it: \eqref{eq:xy}.
41 \end{document}