Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb4023.lvt
blob0f6681823cb74fa219e044eeaed37fc1eeee331a
1 \iffalse
3 PR number: latex/4023
4 Synopsis: fixltx2e, twocolumn and \enlargethispage incompatibility
6 fixltx2e will cause the error:
8 ! Infinite glue shrinkage found in box being split.
9 \@outputdblcol ...\vsplit \@outputbox to\maxdimen 
10                                                   \toks@ \expandafter {\topm...
11 l.24 \end{document}
13 if \enlargethispage is called under twocolumn mode under article.cls.
15 \fi
18 \input{test2e}
20 \documentclass[twocolumn]{article}
23 %\usepackage{fixltx2e}
25 \begin{document}
27 \title{Test Title}
28 \author{Michael Shell}
29 \date{Long time ago \dots}
31 \maketitle
33 \START
36 \section{Introduction}
38 Blah Blah
40 \enlargethispage{10pt}
42 \showoutput
44 \end{document}