Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlxs03a.lvt
blob45cdeadfeff620822293bdc968c7ccea8c7f1df7
1 % \iffalse meta-comment
3 % Copyright (C) 1992 by David Carlisle, Frank Mittelbach.  
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 LaTeX2.09 testing latex.bug (style) entries:
17 % 60.  Environment thebibliography changed to generate a warning message
18 % instead of an error if its body is empty. (Suggested by Nelson H.F.
19 % Beebe. Change made 26 Aug 91.)
21 \documentclass{article}
22 \begin{document}
24 % Input the test macros for LaTeX2e
25 \input{test2e}
27 % Everything before this is ignored by the test system.
28 \START
30 \AUTHOR{Chris Martin}
32 % Declare the format used on the original run, as printed by
33 % LaTeX.
35 \FORMAT{LaTeX2e<1993/12/24>}
37 % Article document style for this test. We need to have a
38 % minimal font setup, for the last few tests, otherwise we
39 % could have done this with no documentstyle.
41 \STYLE{article <14 Jan 92>}
42 % \STYLE{report <14 Jan 92>}
43 % \STYLE{book <14 Jan 92>}
44 % \STYLE{letter <25 Mar 92>}
46 % no document style options for this test
48 \STYLEOPTIONS{}
50 % Optionally declare commands which are (or might be)
51 % defined in this `module' of LaTeX.  Each command declared
52 % will be recorded in the .tlg file as Defined, Undefined,
53 % or Relaxed (ie \let to \relax, which LaTeX treats for most
54 % purposes as being undefined)
56 %\declare@command\newlength
57 \begin{thebibliography}{9}
58 \end{thebibliography}
60 \end{document}