Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb0985.lvt
blob4a14d746e4219c3e948dc30e720a1554f9273c96
1 % \iffalse meta-comment
3 % Copyright (C) 1994 by Bernd Raichle and Alan Jeffrey.
4 % All rights reserved.
5
6 % This file is part of the validate package.
7
8 % IMPORTANT NOTICE:
9
10 % You are not allowed to change this file.  In case of error
11 % write to the email address mentioned in the file readme.val.
12
13 % \fi
15 % Test file for LaTeX2e bug report #985.
16 % Initialized empty mark in 2.09 mode.
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 \documentstyle{article}
23 \START
25 \AUTHOR{Maik Lehradt}
27 \STYLE{article}
29 \pagestyle{myheadings}
30 \newsavebox{\head}
31 \sbox{\head}{\parbox{\textwidth}{Blabla bla bla bla\\blabla blub blub}}
32 \markright{\usebox{\head}}
34 \OMIT
36 \begin{document}
38 \TIMO
40 \showoutput
42 This is just a test.
44 \end{document}