1 % Test file for LaTeX2e bug report #1578.
2 % running heads should have the same font as the body text
4 % Input the test macros for LaTeX2e
7 \AUTHOR{Johannes Braams}
8 \FORMAT{LaTeX2e<1994/12/01>}
10 \renewcommand\familydefault{cmss}
11 \let\orgthepage\thepage
12 \def\thepage{\immediate\write16{head font: \the\font}\orgthepage}
16 \def\@oddfoot{\normalfont\hfil\thepage\hfil}%
17 \def\@evenfoot{\normalfont\hfil\thepage\hfil}}
23 \immediate\write128{body font: \the\font}