Relax floating constraints

This commit is contained in:
2024-09-30 12:30:01 +02:00
parent 13e920afde
commit 4c7eca5804

View File

@@ -13,6 +13,15 @@
\singlespacing \singlespacing
}{} }{}
% Floatings (images and tables) : less restrictive constraints (https://robjhyndman.com/hyndsight/latex-floats/index.html)
\setcounter{topnumber}{2}
\setcounter{bottomnumber}{2}
\setcounter{totalnumber}{4}
\renewcommand{\topfraction}{0.85}
\renewcommand{\bottomfraction}{0.85}
\renewcommand{\textfraction}{0.15}
\renewcommand{\floatpagefraction}{0.7}
% Images % Images
% example: \fig[1]{filename}{Caption}[Additional caption text, not shown in the list of figures] % example: \fig[1]{filename}{Caption}[Additional caption text, not shown in the list of figures]
% reference later with: \figref{filename} % reference later with: \figref{filename}