From 159da8eed6f10765098e5e8eb6d836d9783f6400 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Fri, 27 Sep 2024 15:22:48 +0200 Subject: [PATCH] [tables] Avoid whitespace around float placement by disallowing float pages This is particularly noticeable for Table 1 (basic character set). --- source/lib-intro.tex | 1 - source/tables.tex | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/source/lib-intro.tex b/source/lib-intro.tex index 185d42ddc5..c6acdfb5f7 100644 --- a/source/lib-intro.tex +++ b/source/lib-intro.tex @@ -1850,7 +1850,6 @@ \tcode{<} is a strict weak ordering relation\iref{alg.sorting} \\ \end{oldconcepttable} -\enlargethispage{-3\baselineskip} \begin{oldconcepttable}{DefaultConstructible}{}{cpp17.defaultconstructible} {x{2.15in}p{3in}} \topline diff --git a/source/tables.tex b/source/tables.tex index ea2f26a2c9..5e69830c56 100644 --- a/source/tables.tex +++ b/source/tables.tex @@ -85,7 +85,7 @@ % by LaTeX. \newenvironment{floattable}[3] { - \begin{floattablebase}{#1}{#2}{#3}{htbp} + \begin{floattablebase}{#1}{#2}{#3}{htb} } { \end{floattablebase} @@ -124,7 +124,7 @@ % by vertical lines. Used in the "Alternative tokens" table. \newenvironment{tokentable}[4] { - \begin{floattablebase}{#1}{#2}{cc|cc|cc}{htbp} + \begin{floattablebase}{#1}{#2}{cc|cc|cc}{htb} \topline \hdstyle{#3} & \hdstyle{#4} & \hdstyle{#3} & \hdstyle{#4} &