Graphics, Figures & Tables ⇒ keep multiple float figures together
keep multiple float figures together
Does anyone know the answer to this question?
NEW: TikZ book now 40% off at Amazon.com for a short time.

keep multiple float figures together
1,1,2,3,5,8,13,21,34,55,89,144,233,...
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
keep multiple float figures together
HTML tags don't work in the forum, but BBCode does. So, don't disable BBCode. It's necessary to format posts, e. g. for inserting links. General settings can be done in the UCP.
It's not clear to me whether these figures have a common caption or each of them has its own. For the latter case gmedina proposed a solution. In the other case use a package like floatrow, hvfloat or »subcaption« (shipped with the caption package).
Thorsten
It's not clear to me whether these figures have a common caption or each of them has its own. For the latter case gmedina proposed a solution. In the other case use a package like floatrow, hvfloat or »subcaption« (shipped with the caption package).
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: keep multiple float figures together
The placeins package seems appropriate for me because each figure contains an image of the same size and a separate caption text of equivalent length.
This package prevents the images from placement into subsequent sections, but I still have a problem with irregular placement of the images. Even though the images are the same size, some pages show a column of two images per page (which is what I want), or only one image per page (what I do not want).
Is there a way to force two images per page?
This package prevents the images from placement into subsequent sections, but I still have a problem with irregular placement of the images. Even though the images are the same size, some pages show a column of two images per page (which is what I want), or only one image per page (what I do not want).
Is there a way to force two images per page?
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
keep multiple float figures together
Since you haven't provided a minimal example yet, I assume that you are only interested in some hints instead of a specific solution. So I can only advice to force every figure environment being put on a float page with [!p] as placement parameters. If necessary, put a \clearpage or \cleardoublepage command after every second figure to force the output.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10