Typo
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb2404.lvt
blob66717c320f38b55fde86784439f3c3bd4c569f04
1 %% David Carlisle
2 %% test for latex/2404 sf changes in verbatim messing up
3 %% spacing in headers.
6 % Input the test macros for LaTeX2e
7 \input{test2e}
9 \documentclass{report}
10 \textheight=5\baselineskip
11 %\frenchspacing
12 \makeatletter
13 \def\@oddhead{%
14  \typeout{sfcode=\the\sfcode`\.\space\space on page \thepage}%
15  a. b. c. x. y. z. a. b. c. x. y. z.\hfil}
17 \begin{document}
19 \START
21 aaaa
22 \clearpage
24 \begin{verbatim}
33 \end{verbatim}
35 bbbb
37 \clearpage
38 ccc
41 \END
42 \end{document}