Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb1664-2015.lvt
blob80e12ff6c4fcbdc191c740059dbd3df74006ef67
1 % \iffalse meta-comment
3 % Copyright (C) 1995 by Chris Rowley and 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 #1664.
16 % tabbing environment: \poptabs interferes with lists
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 \documentclass[12pt]{article}
23 \START
25 % Declare the format used on the original run, as printed by
26 % LaTeX.
28 \FORMAT{LaTeX2e<1995/12/01>}
30 % Article document style for this test. We need to have a
31 % minimal font setup, for the last few tests, otherwise we
32 % could have done this with no documentclass.
34 \CLASS[12pt]{article}
36 \AUTHOR{Klaus Georg Barthelmann}
38 \OMIT
40 \begin{document}
42 \showoutput
43 \scrollmode
45 \TIMO
47 \begin{itemize}
48 \item Look at the following tabbing environment:
49       \begin{tabbing}
50          \pushtabs
51          \qquad\=\kill
52          some text\+
53       \\ some text %%% \-
54       \\ \poptabs
55          \qquad\=\kill
56          some text\+
57       \\ some text %%% \-
58       \end{tabbing}
59 \end{itemize}
60 \end{document}