summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/sttools
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-04-15 14:27:59 +0000
committerKarl Berry <karl@freefriends.org>2015-04-15 14:27:59 +0000
commitf61aa2d3251989da4697ecc33018b2aa894bc71d (patch)
tree2b63e99484d8419d17820da932a125182eb2441d /Master/texmf-dist/tex/latex/sttools
parentecc72cbff7104a191f23257365a97f87a963b263 (diff)
sttools (14apr15)
git-svn-id: svn://tug.org/texlive/trunk@36868 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/sttools')
-rw-r--r--Master/texmf-dist/tex/latex/sttools/flushend.sty14
1 files changed, 6 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/sttools/flushend.sty b/Master/texmf-dist/tex/latex/sttools/flushend.sty
index 72f24701f98..4d9cfed37cb 100644
--- a/Master/texmf-dist/tex/latex/sttools/flushend.sty
+++ b/Master/texmf-dist/tex/latex/sttools/flushend.sty
@@ -22,12 +22,12 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{flushend}
- [2015/04/08 v3.0 Balancing columns in twocolumn mode]
+ [2015/04/14 v3.1 Balancing columns in twocolumn mode]
\newif\if@auto@baselineskip \@auto@baselineskiptrue
\newif\if@ancient@balance@version \@ancient@balance@versionfalse
\newif\if@right@column@spread \@right@column@spreadtrue
\newif\if@remove@lastbox@at@balancing \@remove@lastbox@at@balancingtrue
-\newif\if@balance@debug \@balance@debugtrue
+\newif\if@balance@debug \@balance@debugfalse
\DeclareOption{autobase}{\global\@auto@baselineskiptrue}
\DeclareOption{noautobase}{\global\@auto@baselineskipfalse}
\DeclareOption{ancient}{\global\@ancient@balance@versiontrue}
@@ -67,6 +67,10 @@
}
\gdef\remove@lastbox@at@balancing{%
\unskip@three@kern@penalty
+ \if@remove@lastbox@at@balancing
+ \else
+ \expandafter\null
+ \fi
\bgroup
\setbox\z@\lastbox
\ifdim\wd\z@>\z@
@@ -76,12 +80,6 @@
\fi
\egroup
}
-\AtBeginDocument{%
- \if@remove@lastbox@at@balancing
- \else
- \let\remove@lastbox@at@balancing\relax
- \fi
- }
\def\show@@box#1{%
\bgroup
\showboxbreadth=20000\showboxdepth=20000%