Enable building TDS zip files
[latex2e.git] / base / testfiles / tlb0049.lvt
blobdeef7bc52a9bc0cfaaaa3418dce465bf0d0db755
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 #49.
16 % Verbatim in minipage produces an extra zero height line at the
17 % beginning.
19 \documentclass{article}
21 % Input the test macros for LaTeX2e
22 \input{test2e}
24 % Everything before this is ignored by the test system.
25 \START
27 \AUTHOR{Leslie Lamport}
29 % Declare the format used on the original run, as printed by
30 % LaTeX.
32 \FORMAT{LaTeX2e<1993/12/24>}
34 % Article document style for this test.
36 \CLASS{article}
38 % Document style options for this test
40 \showoutput
41 \scrollmode
43 \OMIT
45 \begin{document}
47 \TIMO
49 XXX%
50 \begin{minipage}[t]{125pt}
51    \begin{verbatim}
52    This is verbatim mode.
53    Is it not.
54    \end{verbatim}
55 \end{minipage}%
56 YYY
57 \begin{minipage}[t]{125pt}
58 \begin{verbatim}
59 This is verbatim mode.
60 Is it not.
61 \end{verbatim}
62 \end{minipage}
64 However, this file does
65 \begin{minipage}[t]{125pt}
66 \begin{verbatim}This is verbatim mode.
67 Is it not.
68 \end{verbatim}
69 \end{minipage}%
70 YYY
71 \end{document}