Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb0435.lvt
blob88f43836690528c90603a3307c7f44320d4e019e
1 % \iffalse meta-comment
3 % Copyright (C) 1995 by Rainer Schoepf.
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 #435.
16 % Hyphenation problems with attaching \footnote to a word.
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 \documentclass{article}
23 % Everything before this is ignored by the test system.
24 \START
26 \AUTHOR{Alan Jeffrey}
28 % Declare the format used on the original run, as printed by
29 % LaTeX.
31 \FORMAT{LaTeX2e<1994/12/01>}
33 % Article document style for this test. We need to have a
34 % minimal font setup, for the last few tests, otherwise we
35 % could have done this with no documentclass.
37 \CLASS{article}
39  \setlength{\textwidth}{15em}
40  \hyphenpenalty=0
41  \doublehyphendemerits=0
42  \hfuzz=1pt
44 \OMIT
46 \begin{document}
48 \TIMO
50 \scrollmode
53  This is a supercalifragilisticexpialidocious%
54  {}
55  sentence.
57  This is a supercalifragilisticexpialidocious%
58  \hbox to 1em{}
59  sentence.
61  This is a supercalifragilisticexpialidocious%
62  \kern1em
63  sentence.
65  This is a supercalifragilisticexpialidocious%
66  \special{warning: don't print this}
67  sentence.
69  This is a supercalifragilisticexpialidocious%
70  \hskip1em
71  sentence.
73  This is a supercalifragilisticexpialidocious%
74  \typeout{hello}
75  sentence.
77  This is a supercalifragilisticexpialidocious%
78  \message{hello}
79  sentence.
81  This is a supercalifragilisticexpialidocious%
82  \wlog{hello}
83  sentence.
85  This is a supercalifragilisticexpialidocious%
86  \vadjust{\vskip 1in}
87  sentence.
89  This is a supercalifragilisticexpialidocious%
90  \footnote{hello}
91  sentence.
93 \end{document}