Sujet : Re: "Force" location of pictures.
De : peter (at) *nospam* silmaril.ie (Peter Flynn)
Groupes : comp.text.texDate : 29. Aug 2024, 12:02:08
Autres entêtes
Organisation : Usenet Labs Bozon Detector Facility
Message-ID : <ljb2pgFc6evU1@mid.individual.net>
References : 1 2
User-Agent : Mozilla Thunderbird
On 30/07/2024 08:18, Holger Schieferdecker wrote:
Am 25.07.2024 um 23:19 schrieb William Unruh:
I have a paper with 6 figures in it.
Besides the already mentioned solutions there is the package "float".
There are also settings which control how much of the available page space can be allowed for floats. The defaults are:
\setcounter{topnumber}{2}
\newcommand\topfraction{.7}
\setcounter{bottomnumber}{1}
\newcommand\bottomfraction{.3}
\setcounter{totalnumber}{3}
\newcommand\textfraction{.2}
\newcommand\floatpagefraction{.5}
Peter