diff options
author | Karl Berry <karl@freefriends.org> | 2021-05-24 20:18:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-05-24 20:18:25 +0000 |
commit | 7053a6c036bf5929f8cf7bc5dd667a4041721917 (patch) | |
tree | 6c090189176a315c3c5cac30914440bf88d85da5 /Master/texmf-dist/tex | |
parent | c5cbce16914d0f5880825e653a09e306fc2747f9 (diff) |
pbalance (24may21)
git-svn-id: svn://tug.org/texlive/trunk@59331 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/pbalance/pbalance.sty | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/pbalance/pbalance.sty b/Master/texmf-dist/tex/latex/pbalance/pbalance.sty index 43cdab7bfc7..1b54a4f76c6 100644 --- a/Master/texmf-dist/tex/latex/pbalance/pbalance.sty +++ b/Master/texmf-dist/tex/latex/pbalance/pbalance.sty @@ -18,7 +18,7 @@ %% The Current Maintainer of this work is Nelson Lago <lago@ime.usp.br>. %% \NeedsTeXFormat{LaTeX2e}[2015/01/01] -\ProvidesPackage{pbalance}[2021/04/26 v1.1.0 Poor man's balance] +\ProvidesPackage{pbalance}[2021/05/24 v1.1.1 Poor man's balance] \RequirePackage{etoolbox} \RequirePackage{expl3} @@ -168,7 +168,7 @@ \newcommand\@PBifbotfloat[2]{\ifx\@botlist\empty #2\else #1\fi} \newcommand\@PBiffootnote[2]{\ifvoid\footins #2\else #1\fi} \newcommand\@PBiffloatcol[2]{\if@fcolmade #1\else #2\fi} -%%%\newcommand\@PBifdbltopfloat[2]{\ifx\@dbltoplist\empty #2\else #1\fi} +\newcommand\@PBifdbltopfloat[2]{\ifx\@dbltoplist\empty #2\else #1\fi} \newcommand\@PBifdblbotfloat[2]{% \ifdefvoid{\@dblbotlist} {#2} @@ -184,7 +184,8 @@ \ifboolexpr { test {\@PBifmidfloat} or test {\@PBiftopfloat} or - test {\@PBifbotfloat} or test {\@PBifdblbotfloat} + test {\@PBifbotfloat} or test {\@PBifdblbotfloat} or + test {\@PBifdbltopfloat} } {\global\toggletrue{@PBtmpHasFloats}} {} |