diff --git a/config/thesis_commands.tex b/config/thesis_commands.tex index 27a34e4..78c53e3 100644 --- a/config/thesis_commands.tex +++ b/config/thesis_commands.tex @@ -13,6 +13,15 @@ \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 % example: \fig[1]{filename}{Caption}[Additional caption text, not shown in the list of figures] % reference later with: \figref{filename}