avoid a single figure on one page with lots of empty spaceavoid that figure gets its own pageHow to define the default vertical distance between nodes?Table caption not appearing in PNAS document classLibertine fonts: spaces in PDF filesAdjusting the width of a displaymath environmentEmpty space under a figureKeep Figures RIGHT AFTER textAvoid blank space after a FigureVertical spacing between arrow and caption with unicode-mathCan a figure/box/table overflow into the margin deliberately and with wrapped text?

Operational amplifier as a comparator at high frequency

Approximately how much travel time was saved by the opening of the Suez Canal in 1869?

How can bays and straits be determined in a procedurally generated map?

Watching something be written to a file live with tail

How do I deal with an unproductive colleague in a small company?

Get value of a counter

Java Casting: Java 11 throws LambdaConversionException while 1.8 does not

Theorems that impeded progress

Today is the Center

if condition in the past

Uncaught TypeError: 'set' on proxy: trap returned falsish for property Name

Revoked SSL certificate

Can a vampire attack twice with their claws using multiattack?

Decision tree nodes overlapping with Tikz

When a company launches a new product do they "come out" with a new product or do they "come up" with a new product?

Replacing matching entries in one column of a file by another column from a different file

How to regain access to running applications after accidentally zapping X.org?

Can the number of solutions to a system of PDEs be bounded using the characteristic variety?

Horror movie about a virus at the prom; beginning and end are stylized as a cartoon

What is the word for reserving something for yourself before others do?

A case of the sniffles

Why is consensus so controversial in Britain?

Is it legal for company to use my work email to pretend I still work there?

Is it unprofessional to ask if a job posting on GlassDoor is real?



avoid a single figure on one page with lots of empty space


avoid that figure gets its own pageHow to define the default vertical distance between nodes?Table caption not appearing in PNAS document classLibertine fonts: spaces in PDF filesAdjusting the width of a displaymath environmentEmpty space under a figureKeep Figures RIGHT AFTER textAvoid blank space after a FigureVertical spacing between arrow and caption with unicode-mathCan a figure/box/table overflow into the margin deliberately and with wrapped text?













0















This script:



documentclassarticle
usepackagelipsum
usepackagegraphicx
usepackagesubfig
begindocument
lipsum[1-5]
beginfigure
centering
subfloat[]
includegraphics[width=0.5textwidth]example-image-a
\
subfloat[]
includegraphics[width=0.5textwidth]example-image-b

endfigure
lipsum[6-10]
enddocument


produces the output:



![enter image description here



There is a lot of empty space around the figure that could be economically filled with text. How to solve this problem?










share|improve this question

















  • 1





    I think increasing the floatpagefraction (default=0.5) should do: renewcommandfloatpagefraction0.8...

    – Phelype Oleinik
    14 mins ago















0















This script:



documentclassarticle
usepackagelipsum
usepackagegraphicx
usepackagesubfig
begindocument
lipsum[1-5]
beginfigure
centering
subfloat[]
includegraphics[width=0.5textwidth]example-image-a
\
subfloat[]
includegraphics[width=0.5textwidth]example-image-b

endfigure
lipsum[6-10]
enddocument


produces the output:



![enter image description here



There is a lot of empty space around the figure that could be economically filled with text. How to solve this problem?










share|improve this question

















  • 1





    I think increasing the floatpagefraction (default=0.5) should do: renewcommandfloatpagefraction0.8...

    – Phelype Oleinik
    14 mins ago













0












0








0








This script:



documentclassarticle
usepackagelipsum
usepackagegraphicx
usepackagesubfig
begindocument
lipsum[1-5]
beginfigure
centering
subfloat[]
includegraphics[width=0.5textwidth]example-image-a
\
subfloat[]
includegraphics[width=0.5textwidth]example-image-b

endfigure
lipsum[6-10]
enddocument


produces the output:



![enter image description here



There is a lot of empty space around the figure that could be economically filled with text. How to solve this problem?










share|improve this question














This script:



documentclassarticle
usepackagelipsum
usepackagegraphicx
usepackagesubfig
begindocument
lipsum[1-5]
beginfigure
centering
subfloat[]
includegraphics[width=0.5textwidth]example-image-a
\
subfloat[]
includegraphics[width=0.5textwidth]example-image-b

endfigure
lipsum[6-10]
enddocument


produces the output:



![enter image description here



There is a lot of empty space around the figure that could be economically filled with text. How to solve this problem?







spacing floats






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 16 mins ago









ViestursViesturs

1,91941127




1,91941127







  • 1





    I think increasing the floatpagefraction (default=0.5) should do: renewcommandfloatpagefraction0.8...

    – Phelype Oleinik
    14 mins ago












  • 1





    I think increasing the floatpagefraction (default=0.5) should do: renewcommandfloatpagefraction0.8...

    – Phelype Oleinik
    14 mins ago







1




1





I think increasing the floatpagefraction (default=0.5) should do: renewcommandfloatpagefraction0.8...

– Phelype Oleinik
14 mins ago





I think increasing the floatpagefraction (default=0.5) should do: renewcommandfloatpagefraction0.8...

– Phelype Oleinik
14 mins ago










1 Answer
1






active

oldest

votes


















1














enter image description here



documentclassarticle
usepackagelipsum
usepackagegraphicx
usepackagesubfig
begindocument
lipsum[1-5]
beginfigure[t]
centering
subfloat[]
includegraphics[width=0.5textwidth]example-image-a
\
subfloat[]
includegraphics[width=0.5textwidth]example-image-b

endfigure
lipsum[6-10]
enddocument




share























    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%2f483413%2favoid-a-single-figure-on-one-page-with-lots-of-empty-space%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    enter image description here



    documentclassarticle
    usepackagelipsum
    usepackagegraphicx
    usepackagesubfig
    begindocument
    lipsum[1-5]
    beginfigure[t]
    centering
    subfloat[]
    includegraphics[width=0.5textwidth]example-image-a
    \
    subfloat[]
    includegraphics[width=0.5textwidth]example-image-b

    endfigure
    lipsum[6-10]
    enddocument




    share



























      1














      enter image description here



      documentclassarticle
      usepackagelipsum
      usepackagegraphicx
      usepackagesubfig
      begindocument
      lipsum[1-5]
      beginfigure[t]
      centering
      subfloat[]
      includegraphics[width=0.5textwidth]example-image-a
      \
      subfloat[]
      includegraphics[width=0.5textwidth]example-image-b

      endfigure
      lipsum[6-10]
      enddocument




      share

























        1












        1








        1







        enter image description here



        documentclassarticle
        usepackagelipsum
        usepackagegraphicx
        usepackagesubfig
        begindocument
        lipsum[1-5]
        beginfigure[t]
        centering
        subfloat[]
        includegraphics[width=0.5textwidth]example-image-a
        \
        subfloat[]
        includegraphics[width=0.5textwidth]example-image-b

        endfigure
        lipsum[6-10]
        enddocument




        share













        enter image description here



        documentclassarticle
        usepackagelipsum
        usepackagegraphicx
        usepackagesubfig
        begindocument
        lipsum[1-5]
        beginfigure[t]
        centering
        subfloat[]
        includegraphics[width=0.5textwidth]example-image-a
        \
        subfloat[]
        includegraphics[width=0.5textwidth]example-image-b

        endfigure
        lipsum[6-10]
        enddocument





        share











        share


        share










        answered 4 mins ago









        David CarlisleDavid Carlisle

        497k4111441891




        497k4111441891



























            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%2f483413%2favoid-a-single-figure-on-one-page-with-lots-of-empty-space%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

            How should I use the fbox command correctly to avoid producing a Bad Box message?How to put a long piece of text in a box?How to specify height and width of fboxIs there an arrayrulecolor-like command to change the rule color of fbox?What is the command to highlight bad boxes in pdf?Why does fbox sometimes place the box *over* the graphic image?how to put the text in the boxHow to create command for a box where text inside the box can automatically adjust?how can I make an fbox like command with certain color, shape and width of border?how to use fbox in align modeFbox increase the spacing between the box and it content (inner margin)how to change the box height of an equationWhat is the use of the hbox in a newcommand command?

            Doxepinum Nexus interni Notae | Tabula navigationis3158DB01142WHOa682390"Structural Analysis of the Histamine H1 Receptor""Transdermal and Topical Drug Administration in the Treatment of Pain""Antidepressants as antipruritic agents: A review"

            Haugesund Nexus externi | Tabula navigationisHaugesund pagina interretialisAmplifica