Typo
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb1388.lvt
bloba46df917a40e9f611c76adcc039d2bc4da2199f4
1 % Test file for LaTeX2e PR/1388
2 % give warning for multible biblabels
4 \documentclass{article}
6 % Input the test macros for latex 2e
7 \input{test2e}
9 \AUTHOR{Frank Mittelbach}
11 % Declare the format used on the original run, as printed by
12 % LaTeX.
14 \FORMAT{LaTeX2e<1995/06/01>}
17 % Everything before this is ignored by the test system.
18 \START
20 \begin{document}
22 foo
24 \begin{thebibliography}{1}
25 \bibitem{x} bar
26 \bibitem{x} baz
27 \end{thebibliography}
29 \end{document}