Move a tag
[latex2e.git] / latex2e-20160201 / required / tools / testfiles / tlb1828.lvt
blobdc7f8cb06d2ac5e7d3ccfcc99d92c03f7443d196
1 % \iffalse meta-comment
3 % Copyright (C) 1995 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 #1828.
16 % The verbatim package changes the vertical spacing of verbatim
17 % inside quote.
19 % Input the test macros for LaTeX2e
20 \input{test2e}
22 \AUTHOR{Michel Lavaud}
24 % Declare the format used on the original run, as printed by
25 % LaTeX.
27 \FORMAT{LaTeX2e<1995/06/01>}
29 % Article document style for this test. We need to have a
30 % minimal font setup, for the last few tests, otherwise we
31 % could have done this with no documentclass.
33 \CLASS{article}
35 \PACKAGE{verbatim}
38 \documentclass{article}
40 \usepackage{verbatim}
42 \begin{document}
44 \showoutput
45 % Everything before this is ignored by the test system.
46 \START
48 Citation normale:
49 \begin{quote}
50 Citation 1
51 \end{quote}
52 Citation en verbatim:
53 \begin{quote}
54 \begin{verbatim}
55 Citation 2
56 \end{verbatim}
57 \end{quote}
58 Fin de citation
59 \end{document}