Typo
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb2583.lvt
blob39f1f73c153e3ea39954a116243315482df24e6f
1 % \iffalse meta-comment
3 % Copyright (C) 1997 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 #2583.
16 % Labels displayed too far on the left in an itemize or enumerate environment
17 % within a theorem environment (class slides).
19 % Input the test macros for LaTeX2e
20 \input{test2e}
21 \RequirePackage[2014/05/01]{latexrelease}
22 \documentclass{slides}
24 \AUTHOR{pletat@informatik.hu-berlin.de (Henrik Pletat)}
26 % Declare the format used on the original run, as printed by
27 % LaTeX.
29 \FORMAT{LaTeX2e<1997/06/01>}
31 % Article document style for this test. We need to have a
32 % minimal font setup, for the last few tests, otherwise we
33 % could have done this with no documentclass.
35 \CLASS{slides}
37 \showoutput
39 \PACKAGE[T1]{fontenc}
41 \usepackage[T1]{fontenc}
43 \START
45 \newtheorem{df}{Definition}
47 \begin{document}
49 \begin{df}
50 Some stuff to be defined.
51 \begin{itemize}
52 \item some stuff
53 \end{itemize}
54 \begin{enumerate}
55 \item some great stuff
56 \end{enumerate}
57 \end{df}
60 \end{document}