diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/base/fltrace.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/base/fltrace.sty | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/base/fltrace.sty b/Master/texmf-dist/tex/latex/base/fltrace.sty index 529383b2e96..d4db3742695 100644 --- a/Master/texmf-dist/tex/latex/base/fltrace.sty +++ b/Master/texmf-dist/tex/latex/base/fltrace.sty @@ -43,7 +43,7 @@ %% extension .ins) which are part of the distribution. %%% From File: ltoutput.dtx \ProvidesPackage{fltrace} - [2016/10/04 v1.3b + [2017/04/11 v1.4a Tracing LaTeX floats algorithm (FMi)] \def\onecolumn{% \clearpage @@ -66,6 +66,14 @@ \fi \if@nobreak \@nobreakfalse \everypar{}\fi \par + \ifdim\prevdepth>\z@ + \vskip -% + \ifdim\prevdepth>\maxdepth + \maxdepth + \else + \prevdepth + \fi + \fi \vfil \penalty -\@M} \def \@emptycol {\vbox{}\penalty -\@M} |