1 % \iffalse meta-comment
3 % Copyright (C) 1994 by Rainer Schoepf.
6 % This file is part of the validate package.
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.
15 % Test file for LaTeX2e bug report #105.
16 % \par does not work in \whiledo.
18 \documentclass{article}
22 % Input the test macros for LaTeX2e
25 % Everything before this is ignored by the test system.
28 \AUTHOR{Christian Cenker}
30 % Declare the format used on the original run, as printed by
33 \FORMAT{LaTeX2e<1993/12/24>}
35 % Letter document class for this test.
44 \setcounter{xcounter}{1}
50 \whiledo{\value{xcounter} < 3}{%
51 Run number \thexcounter\\
52 First paragraph with some nasty text.
57 \stepcounter{xcounter}