Typo
[latex2e.git] / latex2e-20151001 / base / testfiles / tlxs01a.lvt
blob47d800731e03e02f3b8d584dea3e6ea548434c90
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) entry
16 % 54.  International language support. All fixed strings are removed and
17 % commands are inserted instead. The names are chosen according to the 
18 % standard developed in Europe (ILaTeX, german.sty, babel.sty). The default
19 % for these commands is to produce the old string, so there is no change in
20 % behavior. (Changes made 30 Mar 91.)
23 \documentclass{article}
24 \begin{document}
26 % Input the test macros for LaTeX2e
27 \input{test2e}
29 % Everything before this is ignored by the test system.
30 \START
32 \AUTHOR{Chris Martin}
34 % Declare the format used on the original run, as printed by
35 % LaTeX.
37 \FORMAT{LaTeX2e<1993/12/24>}
39 % Article document style for this test. We need to have a
40 % minimal font setup, for the last few tests, otherwise we
41 % could have done this with no documentclass.
43 \CLASS{article <14 Jan 92>}
45 % Optionally declare commands which are (or might be)
46 % defined in this `module' of LaTeX.  Each command declared
47 % will be recorded in the .tlg file as Defined, Undefined,
48 % or Relaxed (ie \let to \relax, which LaTeX treats for most
49 % purposes as being undefined)
51 \declare@command\partname  % {Part}
52 \declare@command\contentsname  % {Contents}
53 \declare@command\listfigurename  % {List of Figures}
54 \declare@command\listtablename  % {List of Tables}
55 \declare@command\refname  % {References}
56 \declare@command\indexname  % {Index}
57 \declare@command\figurename  % {Figure}
58 \declare@command\tablename  % {Table}
59 \declare@command\abstractname  % {Abstract}
61 % Redefine all the heading strings
63 \OMIT
64 \newcounter{contentsname}
65 \newcounter{listfigurename}
66 \newcounter{listtablename}
67 \newcounter{refname}
68 \newcounter{indexname}
69 \newcounter{figurename}
70 \newcounter{tablename}
71 \newcounter{chaptername}
72 \newcounter{partname}
73 \newcounter{abstractname}
74 \TIMO
75 \newcommand{\ChangeName}[2]{#2\typeout{#1 name changed to #2}}
76 \renewcommand{\contentsname}{\addtocounter{contentsname}{1}\ChangeName{Contents}{XContents}}
77 \renewcommand{\listfigurename}{\addtocounter{listfigurename}{1}\ChangeName{List of Figures}{XList of Figures}}
78 \renewcommand{\listtablename}{\addtocounter{listtablename}{1}\ChangeName{List of Tables}{XList of Tables}}
79 \renewcommand{\refname}{\addtocounter{refname}{1}\ChangeName{References}{XReferences}}
80 \renewcommand{\indexname}{\addtocounter{indexname}{1}\ChangeName{Index}{XIndex}}
81 \renewcommand{\figurename}{\addtocounter{figurename}{1}\ChangeName{Figure}{XFigure}}
82 \renewcommand{\tablename}{\addtocounter{tablename}{1}\ChangeName{Table}{XTable}}
83 \renewcommand{\partname}{\addtocounter{partname}{1}\ChangeName{Part}{XPart}}
84 \renewcommand{\abstractname}{\addtocounter{abstractname}{1}\ChangeName{Abstract}{XAbstract}}
87 % Make one example of each to check the name has been correctly changed.
88 \listoftables
89 \listoffigures
90 \tableofcontents
91 \part{First part}
92 \begin{abstract}
93 The behaviour of names in this \LaTeX\ is quite different to those in
94 the original \LaTeX\ 2.09.
95 \end{abstract}
96 \section{First section}
97 \begin{table}
98 \fbox{There was not a breve or a minim in sight.}
99 \caption{Incidence of notes in Picadilly Square}
100 \end{table}
101 \begin{figure}
102 \fbox{{\large F}{\it g}{\large I}{\it r}{\large G}{\it o}{\large
103 U}{\it n}{\large R}{\it d}{\large E}}
104 \caption{Switched around Bach}
105 \end{figure}
106 \appendix
107 \section{First appendix}
108 A reference to the bibliography (\cite{bitmap}).
110 \begin{thebibliography}{9}
111 \bibitem{bitmap} Steve Rimmer {\bf Bit-Mapped Graphics}, Windcrest/McGraw-Hill,
112 1990.
114 \end{thebibliography}
115 \begin{theindex}
116 \item Aramco 2, 5
117 \subitem petroleum 3
118 \subsubitem Vaseline\copyright\ 3
119 \item Armaco 1
120 \end{theindex}
122 \typeout{Each counter should have a non-zero value to show that the name has been changed}
123 \typeout{Counter contentsname is \thecontentsname}
124 \typeout{Counter listfigurename is \thelistfigurename}
125 \typeout{Counter listtablename is \thelisttablename}
126 \typeout{Counter refname is \therefname}
127 \typeout{Counter indexname is \theindexname}
128 \typeout{Counter figurename is \thefigurename}
129 \typeout{Counter tablename is \thetablename}
130 \typeout{Counter partname is \thepartname}
131 \typeout{Counter abstractname is \theabstractname}
133 % everything after this will be ignored by the test system.
134 % This line may be omitted, and replaced by \end{document}
135 % If it is necessary to run the \end{document} command, say
136 % to get the .aux files correct.
138 \end{document}