Log changes
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb0446.lvt
blob8eff1747abe5ca97f2b0c85b6765205a34e2cf9f
1 % \iffalse meta-comment
3 % Copyright (C) 1994 by 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 #446.
16 % \nocite does not generate warnings for missing bibliography items.
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 % Declare the format used on the original run, as printed by
22 % LaTeX.
24 \FORMAT{LaTeX2e<1993/12/24>}
26 % Letter document class for this test.
28 \CLASS{article}
30 \documentclass{article}
32 \AUTHOR{Joachim Schrod}
34 \begin{document}
36 % Everything before this is ignored by the test system.
37 \START
39 \cite{key1}
40 \nocite{key2}
42 \begin{thebibliography}{99}
44 \bibitem{key1} L. User: {\it Some Text}.
46 \end{thebibliography}
49 \end{document}