Typo
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb1578d.lvt
blob21d9497eb01bfb391a696b13893d0e74dd08b55d
1 % Test file for LaTeX2e bug report #1578.
2 % running heads should have the same font as the body text
3 \documentclass{proc}
4 % Input the test macros for LaTeX2e
5 \input{test2e}
7 \AUTHOR{Johannes Braams}
8 \FORMAT{LaTeX2e<1994/12/01>}
9 \CLASS{proc}
10 \renewcommand\familydefault{cmss}
11 \let\orgthepage\thepage
12 \def\thepage{\immediate\write16{head font: \the\font}\orgthepage}
13 \makeatletter
14 \def\@oddfoot{\normalfont\rightmark \hfil
15               \pagename{} \thepage}
16 \begin{document}
17 \START
18 \immediate\write16{body font: \the\font}
19 test
21 \end{document}