diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/sttools/flushend.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/sttools/flushend.dtx | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/sttools/flushend.dtx b/Master/texmf-dist/source/latex/sttools/flushend.dtx index 85bd869d005..e2ca6861b07 100644 --- a/Master/texmf-dist/source/latex/sttools/flushend.dtx +++ b/Master/texmf-dist/source/latex/sttools/flushend.dtx @@ -42,12 +42,12 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{flushend} %<*package> - [2014/03/03 v2.0 Balancing columns in twocolumn mode] + [2014/03/18 v2.1 Balancing columns in twocolumn mode] %</package> % %<*driver> \documentclass{ltxdoc} -\usepackage{flushend}[2014/02/29] +\usepackage{flushend}[2014/03/18] \EnableCrossrefs \CodelineIndex %%\RecordChanges @@ -59,7 +59,7 @@ %</driver> % \fi % -% \CheckSum{1305} +% \CheckSum{1306} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -83,6 +83,7 @@ % \changes{v1.0}{1997/10/01}{\string\vipersep changed to \string\stripsep for compatibility with cuted.sty} % \changes{v1.1}{2012/05/29}{Converted to DTX file} % \changes{v2.0}{2014/03/03}{rewritten with new balance algorithm} +% \changes{v2.1}{2014/03/18}{Switched debug option off} % % \DoNotIndex{\newcommand,\newenvironment} % @@ -174,20 +175,18 @@ %<*package> % \fi % -% \begin{macrocode} -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{flushend}[2014/03/03 v2.0 Balancing columns in twocolumn mode] -% \end{macrocode} % % \begin{macrocode} \newif\if@auto@baselineskip \@auto@baselineskiptrue -\newif\if@balance@debug \@balance@debugtrue +\newif\if@balance@debug \@balance@debugfalse \DeclareOption{autobase}{\global\@auto@baselineskiptrue} \DeclareOption{noauto}{\global\@auto@baselineskipfalse} \DeclareOption{debug}{\global\@balance@debugtrue} +\DeclareOption{nodebug}{\global\@balance@debugfalse} \ProcessOptions % \end{macrocode} % +% % \begin{macrocode} \newskip\flushend@@lastskip@a \newskip\flushend@@lastskip@b |