Skip to content

Commit 3500c89

Browse files
committed
[tables] Avoid whitespace around float placement by disallowing float pages
This is particularly noticeable for Table 1 (basic character set).
1 parent 20fa26d commit 3500c89

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

source/lib-intro.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1752,7 +1752,6 @@
17521752
\tcode{<} is a strict weak ordering relation\iref{alg.sorting} \\
17531753
\end{oldconcepttable}
17541754

1755-
\enlargethispage{-3\baselineskip}
17561755
\begin{oldconcepttable}{DefaultConstructible}{}{cpp17.defaultconstructible}
17571756
{x{2.15in}p{3in}}
17581757
\topline

source/tables.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
% by LaTeX.
8686
\newenvironment{floattable}[3]
8787
{
88-
\begin{floattablebase}{#1}{#2}{#3}{htbp}
88+
\begin{floattablebase}{#1}{#2}{#3}{htb}
8989
}
9090
{
9191
\end{floattablebase}
@@ -124,7 +124,7 @@
124124
% by vertical lines. Used in the "Alternative tokens" table.
125125
\newenvironment{tokentable}[4]
126126
{
127-
\begin{floattablebase}{#1}{#2}{cc|cc|cc}{htbp}
127+
\begin{floattablebase}{#1}{#2}{cc|cc|cc}{htb}
128128
\topline
129129
\hdstyle{#3} & \hdstyle{#4} &
130130
\hdstyle{#3} & \hdstyle{#4} &

0 commit comments

Comments
 (0)