Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlcs07r0.lvt
blob01ed003e653ec4ded30e1a972c32cc2e01b0d891
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:
16 % 81. The \subparagraph command in bk11.doc/sty lacks a \reset@font.
17 % (Reported by Dietrich Baumann.)
20 \documentstyle{report}
21 \begin{document}
23 % Input the test macros for LaTeX2e
24 \input{test2e}
26 % Everything before this is ignored by the test system.
27 \START
29 \AUTHOR{Chris Martin}
31 % Declare the format used on the original run, as printed by
32 % LaTeX.
34 \FORMAT{LaTeX2e<1993/12/24>}
36 % Article document style for this test. We need to have a
37 % minimal font setup, for the last few tests, otherwise we
38 % could have done this with no documentstyle.
40 % \STYLE{article <14 Jan 92>}
41 \STYLE{report <14 Jan 92>}
42 % \STYLE{book <14 Jan 92>}
43 % \STYLE{letter <25 Mar 92>}
45 % no document style options for this test
47 \STYLEOPTIONS{}
49 % Optionally declare commands which are (or might be)
50 % defined in this `module' of LaTeX.  Each command declared
51 % will be recorded in the .tlg file as Defined, Undefined,
52 % or Relaxed (ie \let to \relax, which LaTeX treats for most
53 % purposes as being undefined)
55 \declare@command\chapter
56 \declare@command\section
57 \declare@command\subsection
58 \declare@command\subsubsection
59 \declare@command\paragraph
60 \declare@command\subparagraph
62 \chapter{Introd\typeout{The \string\chapter\ font is \the\font}}\sf Intro
63 \section{Intro\typeout{The \string\section\ font is \the\font}}\sf Intro
64 \subsection{Intr\typeout{The \string\subsection\ font is \the\font}}\sf Intro
65 \subsubsection{Int\typeout{The \string\subsubsection\ font is \the\font}}\sf Intro
66 \paragraph{In\typeout{The \string\paragraph\ font is \the\font}}\sf Intro
67 \subparagraph{I\typeout{The \string\subparagraph\ font is \the\font}}\sf Intro
70 \end{document}