Relax floating constraints
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user