Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb1578d.lvt
blob517ee7d946dda6722ec80093b83c7264793788c3
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\write128{body font: \the\font}
19 test
21 \end{document}