force figures to follow each otherHow can I inject the proper amount of vertical space between captions and...

Is "plugging out" electronic devices an American expression?

Extreme, but not acceptable situation and I can't start the work tomorrow morning

Doomsday-clock for my fantasy planet

Is this food a bread or a loaf?

Finding files for which a command fails

How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)

Is there a way to make member function NOT callable from constructor?

Crop image to path created in TikZ?

Where to refill my bottle in India?

Copycat chess is back

Pristine Bit Checking

Ideas for 3rd eye abilities

Calculate Levenshtein distance between two strings in Python

Lied on resume at previous job

What to wear for invited talk in Canada

Can the Produce Flame cantrip be used to grapple, or as an unarmed strike, in the right circumstances?

New order #4: World

Add an angle to a sphere

Re-submission of rejected manuscript without informing co-authors

aging parents with no investments

Shall I use personal or official e-mail account when registering to external websites for work purpose?

Was there ever an axiom rendered a theorem?

Is a vector space a subspace?

Could Giant Ground Sloths have been a good pack animal for the ancient Mayans?



force figures to follow each other


How can I inject the proper amount of vertical space between captions and figures?twopagepicture package refiningTable caption not appearing in PNAS document classjpg, png image positioning problemsFigures next to each otherKeep Figures RIGHT AFTER textText inside Figures appear too tiny with respect to the document and are spaced far apartFigure caption continuing on next columnSCfigure placed on own page, while figure isn'tCaptions of figures in minipage













1















Consider this example that involves two figures forming a continued float:



documentclass{report}
usepackage{graphicx}
usepackage{lipsum}
usepackage{caption}
%usepackage{float}

begin{document}
lipsum[1-6]
lipsum[4][1-2]
begin{figure}[h!p]
includegraphics[height=0.6textheight, width =0.5textwidth]{example-image-a}
caption{Examples}
end{figure}
begin{figure}[h!p]
ContinuedFloat
includegraphics[width=0.8textheight]{example-image-b}
end{figure}
lipsum[1][1-2]
lipsum[1]
end{document}


The output is



enter image description here



It is not a good idea to have text inserted among a continued float after all. How to expel anything that gets between two figures?










share|improve this question























  • You are looking for subfigure?

    – JouleV
    18 hours ago











  • @JouleV No. I am dealing with a continuous float that spans several pages.

    – Viesturs
    18 hours ago











  • Your're probably looking for the placeins package and its FloatBarrier

    – daleif
    18 hours ago











  • Or use [b!p] for the first float.

    – Ulrike Fischer
    18 hours ago






  • 1





    you don't need a float for that: you could use the (one line) capt-of package, or use [H] to stop floating or several other options.

    – David Carlisle
    16 hours ago
















1















Consider this example that involves two figures forming a continued float:



documentclass{report}
usepackage{graphicx}
usepackage{lipsum}
usepackage{caption}
%usepackage{float}

begin{document}
lipsum[1-6]
lipsum[4][1-2]
begin{figure}[h!p]
includegraphics[height=0.6textheight, width =0.5textwidth]{example-image-a}
caption{Examples}
end{figure}
begin{figure}[h!p]
ContinuedFloat
includegraphics[width=0.8textheight]{example-image-b}
end{figure}
lipsum[1][1-2]
lipsum[1]
end{document}


The output is



enter image description here



It is not a good idea to have text inserted among a continued float after all. How to expel anything that gets between two figures?










share|improve this question























  • You are looking for subfigure?

    – JouleV
    18 hours ago











  • @JouleV No. I am dealing with a continuous float that spans several pages.

    – Viesturs
    18 hours ago











  • Your're probably looking for the placeins package and its FloatBarrier

    – daleif
    18 hours ago











  • Or use [b!p] for the first float.

    – Ulrike Fischer
    18 hours ago






  • 1





    you don't need a float for that: you could use the (one line) capt-of package, or use [H] to stop floating or several other options.

    – David Carlisle
    16 hours ago














1












1








1








Consider this example that involves two figures forming a continued float:



documentclass{report}
usepackage{graphicx}
usepackage{lipsum}
usepackage{caption}
%usepackage{float}

begin{document}
lipsum[1-6]
lipsum[4][1-2]
begin{figure}[h!p]
includegraphics[height=0.6textheight, width =0.5textwidth]{example-image-a}
caption{Examples}
end{figure}
begin{figure}[h!p]
ContinuedFloat
includegraphics[width=0.8textheight]{example-image-b}
end{figure}
lipsum[1][1-2]
lipsum[1]
end{document}


The output is



enter image description here



It is not a good idea to have text inserted among a continued float after all. How to expel anything that gets between two figures?










share|improve this question














Consider this example that involves two figures forming a continued float:



documentclass{report}
usepackage{graphicx}
usepackage{lipsum}
usepackage{caption}
%usepackage{float}

begin{document}
lipsum[1-6]
lipsum[4][1-2]
begin{figure}[h!p]
includegraphics[height=0.6textheight, width =0.5textwidth]{example-image-a}
caption{Examples}
end{figure}
begin{figure}[h!p]
ContinuedFloat
includegraphics[width=0.8textheight]{example-image-b}
end{figure}
lipsum[1][1-2]
lipsum[1]
end{document}


The output is



enter image description here



It is not a good idea to have text inserted among a continued float after all. How to expel anything that gets between two figures?







floats






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 18 hours ago









ViestursViesturs

1,96641327




1,96641327













  • You are looking for subfigure?

    – JouleV
    18 hours ago











  • @JouleV No. I am dealing with a continuous float that spans several pages.

    – Viesturs
    18 hours ago











  • Your're probably looking for the placeins package and its FloatBarrier

    – daleif
    18 hours ago











  • Or use [b!p] for the first float.

    – Ulrike Fischer
    18 hours ago






  • 1





    you don't need a float for that: you could use the (one line) capt-of package, or use [H] to stop floating or several other options.

    – David Carlisle
    16 hours ago



















  • You are looking for subfigure?

    – JouleV
    18 hours ago











  • @JouleV No. I am dealing with a continuous float that spans several pages.

    – Viesturs
    18 hours ago











  • Your're probably looking for the placeins package and its FloatBarrier

    – daleif
    18 hours ago











  • Or use [b!p] for the first float.

    – Ulrike Fischer
    18 hours ago






  • 1





    you don't need a float for that: you could use the (one line) capt-of package, or use [H] to stop floating or several other options.

    – David Carlisle
    16 hours ago

















You are looking for subfigure?

– JouleV
18 hours ago





You are looking for subfigure?

– JouleV
18 hours ago













@JouleV No. I am dealing with a continuous float that spans several pages.

– Viesturs
18 hours ago





@JouleV No. I am dealing with a continuous float that spans several pages.

– Viesturs
18 hours ago













Your're probably looking for the placeins package and its FloatBarrier

– daleif
18 hours ago





Your're probably looking for the placeins package and its FloatBarrier

– daleif
18 hours ago













Or use [b!p] for the first float.

– Ulrike Fischer
18 hours ago





Or use [b!p] for the first float.

– Ulrike Fischer
18 hours ago




1




1





you don't need a float for that: you could use the (one line) capt-of package, or use [H] to stop floating or several other options.

– David Carlisle
16 hours ago





you don't need a float for that: you could use the (one line) capt-of package, or use [H] to stop floating or several other options.

– David Carlisle
16 hours ago










0






active

oldest

votes












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483756%2fforce-figures-to-follow-each-other%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483756%2fforce-figures-to-follow-each-other%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...