Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb0557.lvt
blob557a30fc9f735240356f2aa6dd0caaa2f21f6e62
1 % Test file for LaTeX2e PR 557
3 % \nocite{*} should not produce a warning
5 \documentclass{article}
7 % Input the test macros for latex 2e
8 \input{test2e}
10 % Everything before this is ignored by the test system.
11 \START
13 \AUTHOR{Frank Mittelbach}
15 % Declare the format used on the original run, as printed by
16 % LaTeX.
18 \FORMAT{LaTeX2e<1994/06/01>}
20 \CLASS{article}
22 \OMIT
24 \begin{document}
26 \TIMO
28 \nocite{*}
29 \nocite{foo}
31 \end{document}