Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb1578a.lvt
blobfc2a65244f6ff328f7ae66c2d73e41d542e3bd23
1 % Test file for LaTeX2e bug report #1578.
2 % running heads should have the same font as the body text
3 \documentclass{letter}
4 % Input the test macros for LaTeX2e
5 \input{test2e}
7 \AUTHOR{Johannes Braams}
8 \FORMAT{LaTeX2e<1994/12/01>}
9 \CLASS{letter}
10 \renewcommand\familydefault{cmss}
11 \let\orgthepage\thepage
12 \def\thepage{\immediate\write16{head font: \the\font}\orgthepage}
13 \makeatletter
14 \def\ps@plain{%
15       \let\@oddhead\@empty
16       \def\@oddfoot{\normalfont\hfil\thepage\hfil}%
17       \def\@evenfoot{\normalfont\hfil\thepage\hfil}}
18 \ps@plain
19 \begin{document}
20 \START
21 \begin{letter}{hugo}
23 \immediate\write128{body font: \the\font}
24 test
25 \end{letter}
27 \end{document}