Skip to content

Commit

Permalink
(\dblfloatsep, \dbltextfloatsep): reduce.
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/tugboat/trunk@610 7237770a-693a-0410-b4d3-c34f48dbc3f6
  • Loading branch information
kberry committed Nov 12, 2024
1 parent 04cccf1 commit 7163b97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions latex/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-11-11 Karl Berry <karl@freefriends.org>

* tugboat.dtx (\dblfloatsep, \dbltextfloatsep): reduce.

2024-10-29 Karl Berry <karl@freefriends.org>

* version 2.34 (2024-10-29) uploaded to CTAN.
Expand Down
8 changes: 3 additions & 5 deletions latex/tugboat.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
%<ltugboatsty>\ProvidesPackage{ltugboat}
%<ltugprocsty>\ProvidesPackage{ltugproc}
%<ltugcomn> \ProvidesPackage{ltugcomn}
[2024-10-29 v2.34
[2024-11-11 v2.34
%<ltugboatcls> TUGboat journal class%
%<ltugproccls> TUG conference proceedings class%
%<ltugboatsty|ltugprocsty> TUG compatibility package%
Expand Down Expand Up @@ -3142,11 +3142,9 @@
% \end{macrocode}
%
% Let's also reduce the space between floats, and between floats and text.
% The |\dbl...| versions of these parameters are not used, even though
% we're typesetting in double columns.
% \begin{macrocode}
\setlength\floatsep { 9pt plus3pt minus2pt} % default 12pt plus2pt minus2pt
\setlength\textfloatsep{12pt plus4pt minus3pt} % default 20pt plus2pt minus4pt
\setlength\dblfloatsep { 9pt plus3pt minus2pt} % default 12pt plus2pt minus2pt
\setlength\dbltextfloatsep{12pt plus4pt minus3pt} % default 20pt plus2pt minus4pt
% \end{macrocode}
%
% We want to allow more floats at the top/bottom/everywhere on
Expand Down

0 comments on commit 7163b97

Please sign in to comment.