Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb0320.lvt
blobcb11ae6117dcb3a65b8afe0e9e625c7b669ae503
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 #320
16 % \verb does no longer allow end of line in argument
17 % or being used in argument
20 % Input the test macros for LaTeX2e
21 \input{test2e}
23 % Everything before this is ignored by the test system.
24 \START
26 \AUTHOR{David M. Jones}
29 % Declare the format used on the original run, as printed by
30 % LaTeX.
32 \FORMAT{LaTeX2e<1994/03/08>}
34 % Article document style for this test.
36 \STYLE{article}
38 \OMIT
40 \documentstyle{article}
42 \TIMO
44 \title{foo}
46 \author{E-mail: \verb|{jennie,xianmo,yuliang}@cs.uow.edu.au|}
48 \date{March 14, 1994}
50 \showoutput
51 \scrollmode
53 \OMIT
55 \begin{document}
57 \TIMO
59 \maketitle
61 \verb|\begin{lemma}[additional explanation of lemma] Text of
62 lemma \end{lemma}| \quad (see Output Sample 2)
64 \end{document}