Misaligned ColumnsHow can I make two columns in two columnsColumns within columnsAutomatic table generationhow to insert two columns in latex?Dividing a page into independent parts/columns with different widthsBeamer columns misaligned verticallyHow to divide columns into even more columns?Divide document by two independent columnsSet single column fragment inside two columns documentProblem with beamer columns

What can a novel do that film and TV cannot?

Language Selector

Solving Equations with HeavisideTheta Functions

Old story where computer expert digitally animates The Lord of the Rings

Wrong Output in self defined Quaternionic Multiplication

Are the plates of a battery really charged?

Can you move between the attacks of a Twinned Booming Blade

Is my background sufficient to start Quantum Computing

Phrase origin: "You ain't got to go home but you got to get out of here."

SQL Server error 242 with ANSI datetime

What caused the flashes in the video footage of Chernobyl?

Why did moving the mouse cursor cause Windows 95 to run more quickly?

Should I warn my boss I might take sick leave

What could a Medieval society do with excess animal blood?

Fine-tuning parameters for existing methods

Why would a propellor have blades of different lengths?

Who pays for increased security measures on flights to the US?

Performance of loop vs expansion

Does the North Korea Kim Jong Un have an heir?

Isn't "Dave's protocol" good if only the database, and not the code, is leaked?

Which are more efficient in putting out wildfires: planes or helicopters?

Should I cross-validate metrics that were not optimised?

Misaligned Columns

Why is quantum gravity non-renormalizable?



Misaligned Columns


How can I make two columns in two columnsColumns within columnsAutomatic table generationhow to insert two columns in latex?Dividing a page into independent parts/columns with different widthsBeamer columns misaligned verticallyHow to divide columns into even more columns?Divide document by two independent columnsSet single column fragment inside two columns documentProblem with beamer columns






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I am working on a larger Latex file and am trying to divide one section of that document into two columns. The page that I am dividing into two columns contains six images, so three are displayed in each column. Because only this section of my document is in two columns I used the twocolumn command to create two columns.



chapterExperiments
twocolumn

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure


Unfortunately the two columns are slightly misaligned; the second column sits slightly higher on the page than the first.
enter image description here



Does anybody know how to fix this?
Thank you guys very much for your help in advance.










share|improve this question



















  • 4





    What is the relation between the above code and the output you show? You show a code that includes one graphics, how can this be misaligned? If you want help, post the code that produces the output, starting with documentclass and ending with enddocument.

    – marmot
    8 hours ago












  • Hi @marmot, as I said the rest of the relevant code is more images, so the above code five more times. The page I show is one section of a very large document and does not itself contain the begin and end document commands.

    – Fee
    7 hours ago











  • This still means you dump the construction of an example on others, and, what is even more important, things do depend on the specifics of your document. If you want to get an answer that is useful for you, provide a starting point that explains what you are doing. It seems the answer you got precisely suffers from insufficient information from your side.

    – marmot
    7 hours ago

















1















I am working on a larger Latex file and am trying to divide one section of that document into two columns. The page that I am dividing into two columns contains six images, so three are displayed in each column. Because only this section of my document is in two columns I used the twocolumn command to create two columns.



chapterExperiments
twocolumn

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure


Unfortunately the two columns are slightly misaligned; the second column sits slightly higher on the page than the first.
enter image description here



Does anybody know how to fix this?
Thank you guys very much for your help in advance.










share|improve this question



















  • 4





    What is the relation between the above code and the output you show? You show a code that includes one graphics, how can this be misaligned? If you want help, post the code that produces the output, starting with documentclass and ending with enddocument.

    – marmot
    8 hours ago












  • Hi @marmot, as I said the rest of the relevant code is more images, so the above code five more times. The page I show is one section of a very large document and does not itself contain the begin and end document commands.

    – Fee
    7 hours ago











  • This still means you dump the construction of an example on others, and, what is even more important, things do depend on the specifics of your document. If you want to get an answer that is useful for you, provide a starting point that explains what you are doing. It seems the answer you got precisely suffers from insufficient information from your side.

    – marmot
    7 hours ago













1












1








1








I am working on a larger Latex file and am trying to divide one section of that document into two columns. The page that I am dividing into two columns contains six images, so three are displayed in each column. Because only this section of my document is in two columns I used the twocolumn command to create two columns.



chapterExperiments
twocolumn

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure


Unfortunately the two columns are slightly misaligned; the second column sits slightly higher on the page than the first.
enter image description here



Does anybody know how to fix this?
Thank you guys very much for your help in advance.










share|improve this question
















I am working on a larger Latex file and am trying to divide one section of that document into two columns. The page that I am dividing into two columns contains six images, so three are displayed in each column. Because only this section of my document is in two columns I used the twocolumn command to create two columns.



chapterExperiments
twocolumn

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure

beginfigure
includegraphics[width=linewidth]example.png
captionexample
labelfig:example
endfigure


Unfortunately the two columns are slightly misaligned; the second column sits slightly higher on the page than the first.
enter image description here



Does anybody know how to fix this?
Thank you guys very much for your help in advance.







columns






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 7 hours ago







Fee

















asked 8 hours ago









FeeFee

112 bronze badges




112 bronze badges







  • 4





    What is the relation between the above code and the output you show? You show a code that includes one graphics, how can this be misaligned? If you want help, post the code that produces the output, starting with documentclass and ending with enddocument.

    – marmot
    8 hours ago












  • Hi @marmot, as I said the rest of the relevant code is more images, so the above code five more times. The page I show is one section of a very large document and does not itself contain the begin and end document commands.

    – Fee
    7 hours ago











  • This still means you dump the construction of an example on others, and, what is even more important, things do depend on the specifics of your document. If you want to get an answer that is useful for you, provide a starting point that explains what you are doing. It seems the answer you got precisely suffers from insufficient information from your side.

    – marmot
    7 hours ago












  • 4





    What is the relation between the above code and the output you show? You show a code that includes one graphics, how can this be misaligned? If you want help, post the code that produces the output, starting with documentclass and ending with enddocument.

    – marmot
    8 hours ago












  • Hi @marmot, as I said the rest of the relevant code is more images, so the above code five more times. The page I show is one section of a very large document and does not itself contain the begin and end document commands.

    – Fee
    7 hours ago











  • This still means you dump the construction of an example on others, and, what is even more important, things do depend on the specifics of your document. If you want to get an answer that is useful for you, provide a starting point that explains what you are doing. It seems the answer you got precisely suffers from insufficient information from your side.

    – marmot
    7 hours ago







4




4





What is the relation between the above code and the output you show? You show a code that includes one graphics, how can this be misaligned? If you want help, post the code that produces the output, starting with documentclass and ending with enddocument.

– marmot
8 hours ago






What is the relation between the above code and the output you show? You show a code that includes one graphics, how can this be misaligned? If you want help, post the code that produces the output, starting with documentclass and ending with enddocument.

– marmot
8 hours ago














Hi @marmot, as I said the rest of the relevant code is more images, so the above code five more times. The page I show is one section of a very large document and does not itself contain the begin and end document commands.

– Fee
7 hours ago





Hi @marmot, as I said the rest of the relevant code is more images, so the above code five more times. The page I show is one section of a very large document and does not itself contain the begin and end document commands.

– Fee
7 hours ago













This still means you dump the construction of an example on others, and, what is even more important, things do depend on the specifics of your document. If you want to get an answer that is useful for you, provide a starting point that explains what you are doing. It seems the answer you got precisely suffers from insufficient information from your side.

– marmot
7 hours ago





This still means you dump the construction of an example on others, and, what is even more important, things do depend on the specifics of your document. If you want to get an answer that is useful for you, provide a starting point that explains what you are doing. It seems the answer you got precisely suffers from insufficient information from your side.

– marmot
7 hours ago










3 Answers
3






active

oldest

votes


















3














With floatrow, you get a correct alignment:



documentclassbook
usepackage[showframe]geometry
usepackage[demo]graphicx
usepackagefloatrow

begindocument

beginfigure
beginfloatrow
ffigbox[FBwidth] captionexample1 labelfig:example1%
includegraphics[width=0.9linewidth]img/example.png%
ffigbox[FBwidth] captionexample2 labelfig:example2%
includegraphics[width=0.9linewidth]img/example.png
endfloatrow
bigskip
beginfloatrow
ffigbox[FBwidth]captionexample3 labelfig:example3%
includegraphics[width=0.9linewidth]img/example.png%
ffigbox[FBwidth] captionexample4 labelfig:example4%
includegraphics[width=0.9linewidth]img/example.png
endfloatrow
bigskip
beginfloatrow
ffigbox[FBwidth] captionexample5 labelfig:example5%
includegraphics[width=0.9linewidth]img/example.png%
ffigbox[FBwidth] captionexample6 labelfig:example6%
includegraphics[width=0.9linewidth]img/example.png
endfloatrow
endfigure

enddocument


enter image description here






share|improve this answer






























    2














    documentclass[twocolumn]book
    usepackage[demo]graphicx
    usepackageblindtext
    begindocument
    Blindtext
    clearpage

    beginfigure[!htb]
    includegraphics[width=linewidth]img/example.png
    captionexample
    labelfig:example
    endfigure

    beginfigure[!htb]
    includegraphics[width=linewidth]img/example.png
    captionexample
    labelfig:example
    endfigure

    beginfigure[!htb]
    includegraphics[width=linewidth]img/example.png
    captionexample
    labelfig:example
    endfigure

    newpage%%%%%%%%%%%%%%

    beginfigure[!htb]
    includegraphics[width=linewidth]img/example.png
    captionexample
    labelfig:example
    endfigure

    beginfigure[!htb]
    includegraphics[width=linewidth]img/example.png
    captionexample
    labelfig:example
    endfigure

    beginfigure[!htb]
    includegraphics[width=linewidth]img/example.png
    captionexample
    labelfig:example
    endfigure

    enddocument


    enter image description here






    share|improve this answer























    • Hi, thank you for your reply. However, only the section I discuss in the OG post is in two columns, the remaining text and pages of my document are one column so I didn't use the "documentclass[twocolumn]" command. I tried inserting "newpage" after the third image, but it did not seem to change the position of images the second column

      – Fee
      7 hours ago












    • then delete the [twocolumn] and start the image part with twocolumnchapter...

      – Red-Cloud
      7 hours ago



















    1














    With minipages you can also get the desired result:



    enter image description here



    documentclassbook
    usepackagegeometry
    usepackage[demo]graphicx

    begindocument

    beginfigure
    beginminipage0.5textwidth
    includegraphics[width=0.9linewidth]img/example.png
    captionexample1 labelfig:example1
    endminipage%
    beginminipage0.5textwidth
    includegraphics[width=0.9linewidth]img/example.png
    captionexample1 labelfig:example2
    endminipage

    medskip
    beginminipage0.5textwidth
    includegraphics[width=0.9linewidth]img/example.png
    captionexample1 labelfig:example3
    endminipage%
    beginminipage0.5textwidth
    includegraphics[width=0.9linewidth]img/example.png
    captionexample1 labelfig:example4
    endminipage

    medskip
    beginminipage0.5textwidth
    includegraphics[width=0.9linewidth]img/example.png
    captionexample1 labelfig:example5
    endminipage%
    beginminipage0.5textwidth
    includegraphics[width=0.9linewidth]img/example.png
    captionexample1 labelfig:example6
    endminipage%
    endfigure

    enddocument





    share|improve this answer

























      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%2f498251%2fmisaligned-columns%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      3














      With floatrow, you get a correct alignment:



      documentclassbook
      usepackage[showframe]geometry
      usepackage[demo]graphicx
      usepackagefloatrow

      begindocument

      beginfigure
      beginfloatrow
      ffigbox[FBwidth] captionexample1 labelfig:example1%
      includegraphics[width=0.9linewidth]img/example.png%
      ffigbox[FBwidth] captionexample2 labelfig:example2%
      includegraphics[width=0.9linewidth]img/example.png
      endfloatrow
      bigskip
      beginfloatrow
      ffigbox[FBwidth]captionexample3 labelfig:example3%
      includegraphics[width=0.9linewidth]img/example.png%
      ffigbox[FBwidth] captionexample4 labelfig:example4%
      includegraphics[width=0.9linewidth]img/example.png
      endfloatrow
      bigskip
      beginfloatrow
      ffigbox[FBwidth] captionexample5 labelfig:example5%
      includegraphics[width=0.9linewidth]img/example.png%
      ffigbox[FBwidth] captionexample6 labelfig:example6%
      includegraphics[width=0.9linewidth]img/example.png
      endfloatrow
      endfigure

      enddocument


      enter image description here






      share|improve this answer



























        3














        With floatrow, you get a correct alignment:



        documentclassbook
        usepackage[showframe]geometry
        usepackage[demo]graphicx
        usepackagefloatrow

        begindocument

        beginfigure
        beginfloatrow
        ffigbox[FBwidth] captionexample1 labelfig:example1%
        includegraphics[width=0.9linewidth]img/example.png%
        ffigbox[FBwidth] captionexample2 labelfig:example2%
        includegraphics[width=0.9linewidth]img/example.png
        endfloatrow
        bigskip
        beginfloatrow
        ffigbox[FBwidth]captionexample3 labelfig:example3%
        includegraphics[width=0.9linewidth]img/example.png%
        ffigbox[FBwidth] captionexample4 labelfig:example4%
        includegraphics[width=0.9linewidth]img/example.png
        endfloatrow
        bigskip
        beginfloatrow
        ffigbox[FBwidth] captionexample5 labelfig:example5%
        includegraphics[width=0.9linewidth]img/example.png%
        ffigbox[FBwidth] captionexample6 labelfig:example6%
        includegraphics[width=0.9linewidth]img/example.png
        endfloatrow
        endfigure

        enddocument


        enter image description here






        share|improve this answer

























          3












          3








          3







          With floatrow, you get a correct alignment:



          documentclassbook
          usepackage[showframe]geometry
          usepackage[demo]graphicx
          usepackagefloatrow

          begindocument

          beginfigure
          beginfloatrow
          ffigbox[FBwidth] captionexample1 labelfig:example1%
          includegraphics[width=0.9linewidth]img/example.png%
          ffigbox[FBwidth] captionexample2 labelfig:example2%
          includegraphics[width=0.9linewidth]img/example.png
          endfloatrow
          bigskip
          beginfloatrow
          ffigbox[FBwidth]captionexample3 labelfig:example3%
          includegraphics[width=0.9linewidth]img/example.png%
          ffigbox[FBwidth] captionexample4 labelfig:example4%
          includegraphics[width=0.9linewidth]img/example.png
          endfloatrow
          bigskip
          beginfloatrow
          ffigbox[FBwidth] captionexample5 labelfig:example5%
          includegraphics[width=0.9linewidth]img/example.png%
          ffigbox[FBwidth] captionexample6 labelfig:example6%
          includegraphics[width=0.9linewidth]img/example.png
          endfloatrow
          endfigure

          enddocument


          enter image description here






          share|improve this answer













          With floatrow, you get a correct alignment:



          documentclassbook
          usepackage[showframe]geometry
          usepackage[demo]graphicx
          usepackagefloatrow

          begindocument

          beginfigure
          beginfloatrow
          ffigbox[FBwidth] captionexample1 labelfig:example1%
          includegraphics[width=0.9linewidth]img/example.png%
          ffigbox[FBwidth] captionexample2 labelfig:example2%
          includegraphics[width=0.9linewidth]img/example.png
          endfloatrow
          bigskip
          beginfloatrow
          ffigbox[FBwidth]captionexample3 labelfig:example3%
          includegraphics[width=0.9linewidth]img/example.png%
          ffigbox[FBwidth] captionexample4 labelfig:example4%
          includegraphics[width=0.9linewidth]img/example.png
          endfloatrow
          bigskip
          beginfloatrow
          ffigbox[FBwidth] captionexample5 labelfig:example5%
          includegraphics[width=0.9linewidth]img/example.png%
          ffigbox[FBwidth] captionexample6 labelfig:example6%
          includegraphics[width=0.9linewidth]img/example.png
          endfloatrow
          endfigure

          enddocument


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 7 hours ago









          BernardBernard

          183k7 gold badges83 silver badges216 bronze badges




          183k7 gold badges83 silver badges216 bronze badges























              2














              documentclass[twocolumn]book
              usepackage[demo]graphicx
              usepackageblindtext
              begindocument
              Blindtext
              clearpage

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              newpage%%%%%%%%%%%%%%

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              enddocument


              enter image description here






              share|improve this answer























              • Hi, thank you for your reply. However, only the section I discuss in the OG post is in two columns, the remaining text and pages of my document are one column so I didn't use the "documentclass[twocolumn]" command. I tried inserting "newpage" after the third image, but it did not seem to change the position of images the second column

                – Fee
                7 hours ago












              • then delete the [twocolumn] and start the image part with twocolumnchapter...

                – Red-Cloud
                7 hours ago
















              2














              documentclass[twocolumn]book
              usepackage[demo]graphicx
              usepackageblindtext
              begindocument
              Blindtext
              clearpage

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              newpage%%%%%%%%%%%%%%

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              enddocument


              enter image description here






              share|improve this answer























              • Hi, thank you for your reply. However, only the section I discuss in the OG post is in two columns, the remaining text and pages of my document are one column so I didn't use the "documentclass[twocolumn]" command. I tried inserting "newpage" after the third image, but it did not seem to change the position of images the second column

                – Fee
                7 hours ago












              • then delete the [twocolumn] and start the image part with twocolumnchapter...

                – Red-Cloud
                7 hours ago














              2












              2








              2







              documentclass[twocolumn]book
              usepackage[demo]graphicx
              usepackageblindtext
              begindocument
              Blindtext
              clearpage

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              newpage%%%%%%%%%%%%%%

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              enddocument


              enter image description here






              share|improve this answer













              documentclass[twocolumn]book
              usepackage[demo]graphicx
              usepackageblindtext
              begindocument
              Blindtext
              clearpage

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              newpage%%%%%%%%%%%%%%

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              beginfigure[!htb]
              includegraphics[width=linewidth]img/example.png
              captionexample
              labelfig:example
              endfigure

              enddocument


              enter image description here







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered 8 hours ago









              Red-CloudRed-Cloud

              4,5182 silver badges17 bronze badges




              4,5182 silver badges17 bronze badges












              • Hi, thank you for your reply. However, only the section I discuss in the OG post is in two columns, the remaining text and pages of my document are one column so I didn't use the "documentclass[twocolumn]" command. I tried inserting "newpage" after the third image, but it did not seem to change the position of images the second column

                – Fee
                7 hours ago












              • then delete the [twocolumn] and start the image part with twocolumnchapter...

                – Red-Cloud
                7 hours ago


















              • Hi, thank you for your reply. However, only the section I discuss in the OG post is in two columns, the remaining text and pages of my document are one column so I didn't use the "documentclass[twocolumn]" command. I tried inserting "newpage" after the third image, but it did not seem to change the position of images the second column

                – Fee
                7 hours ago












              • then delete the [twocolumn] and start the image part with twocolumnchapter...

                – Red-Cloud
                7 hours ago

















              Hi, thank you for your reply. However, only the section I discuss in the OG post is in two columns, the remaining text and pages of my document are one column so I didn't use the "documentclass[twocolumn]" command. I tried inserting "newpage" after the third image, but it did not seem to change the position of images the second column

              – Fee
              7 hours ago






              Hi, thank you for your reply. However, only the section I discuss in the OG post is in two columns, the remaining text and pages of my document are one column so I didn't use the "documentclass[twocolumn]" command. I tried inserting "newpage" after the third image, but it did not seem to change the position of images the second column

              – Fee
              7 hours ago














              then delete the [twocolumn] and start the image part with twocolumnchapter...

              – Red-Cloud
              7 hours ago






              then delete the [twocolumn] and start the image part with twocolumnchapter...

              – Red-Cloud
              7 hours ago












              1














              With minipages you can also get the desired result:



              enter image description here



              documentclassbook
              usepackagegeometry
              usepackage[demo]graphicx

              begindocument

              beginfigure
              beginminipage0.5textwidth
              includegraphics[width=0.9linewidth]img/example.png
              captionexample1 labelfig:example1
              endminipage%
              beginminipage0.5textwidth
              includegraphics[width=0.9linewidth]img/example.png
              captionexample1 labelfig:example2
              endminipage

              medskip
              beginminipage0.5textwidth
              includegraphics[width=0.9linewidth]img/example.png
              captionexample1 labelfig:example3
              endminipage%
              beginminipage0.5textwidth
              includegraphics[width=0.9linewidth]img/example.png
              captionexample1 labelfig:example4
              endminipage

              medskip
              beginminipage0.5textwidth
              includegraphics[width=0.9linewidth]img/example.png
              captionexample1 labelfig:example5
              endminipage%
              beginminipage0.5textwidth
              includegraphics[width=0.9linewidth]img/example.png
              captionexample1 labelfig:example6
              endminipage%
              endfigure

              enddocument





              share|improve this answer



























                1














                With minipages you can also get the desired result:



                enter image description here



                documentclassbook
                usepackagegeometry
                usepackage[demo]graphicx

                begindocument

                beginfigure
                beginminipage0.5textwidth
                includegraphics[width=0.9linewidth]img/example.png
                captionexample1 labelfig:example1
                endminipage%
                beginminipage0.5textwidth
                includegraphics[width=0.9linewidth]img/example.png
                captionexample1 labelfig:example2
                endminipage

                medskip
                beginminipage0.5textwidth
                includegraphics[width=0.9linewidth]img/example.png
                captionexample1 labelfig:example3
                endminipage%
                beginminipage0.5textwidth
                includegraphics[width=0.9linewidth]img/example.png
                captionexample1 labelfig:example4
                endminipage

                medskip
                beginminipage0.5textwidth
                includegraphics[width=0.9linewidth]img/example.png
                captionexample1 labelfig:example5
                endminipage%
                beginminipage0.5textwidth
                includegraphics[width=0.9linewidth]img/example.png
                captionexample1 labelfig:example6
                endminipage%
                endfigure

                enddocument





                share|improve this answer

























                  1












                  1








                  1







                  With minipages you can also get the desired result:



                  enter image description here



                  documentclassbook
                  usepackagegeometry
                  usepackage[demo]graphicx

                  begindocument

                  beginfigure
                  beginminipage0.5textwidth
                  includegraphics[width=0.9linewidth]img/example.png
                  captionexample1 labelfig:example1
                  endminipage%
                  beginminipage0.5textwidth
                  includegraphics[width=0.9linewidth]img/example.png
                  captionexample1 labelfig:example2
                  endminipage

                  medskip
                  beginminipage0.5textwidth
                  includegraphics[width=0.9linewidth]img/example.png
                  captionexample1 labelfig:example3
                  endminipage%
                  beginminipage0.5textwidth
                  includegraphics[width=0.9linewidth]img/example.png
                  captionexample1 labelfig:example4
                  endminipage

                  medskip
                  beginminipage0.5textwidth
                  includegraphics[width=0.9linewidth]img/example.png
                  captionexample1 labelfig:example5
                  endminipage%
                  beginminipage0.5textwidth
                  includegraphics[width=0.9linewidth]img/example.png
                  captionexample1 labelfig:example6
                  endminipage%
                  endfigure

                  enddocument





                  share|improve this answer













                  With minipages you can also get the desired result:



                  enter image description here



                  documentclassbook
                  usepackagegeometry
                  usepackage[demo]graphicx

                  begindocument

                  beginfigure
                  beginminipage0.5textwidth
                  includegraphics[width=0.9linewidth]img/example.png
                  captionexample1 labelfig:example1
                  endminipage%
                  beginminipage0.5textwidth
                  includegraphics[width=0.9linewidth]img/example.png
                  captionexample1 labelfig:example2
                  endminipage

                  medskip
                  beginminipage0.5textwidth
                  includegraphics[width=0.9linewidth]img/example.png
                  captionexample1 labelfig:example3
                  endminipage%
                  beginminipage0.5textwidth
                  includegraphics[width=0.9linewidth]img/example.png
                  captionexample1 labelfig:example4
                  endminipage

                  medskip
                  beginminipage0.5textwidth
                  includegraphics[width=0.9linewidth]img/example.png
                  captionexample1 labelfig:example5
                  endminipage%
                  beginminipage0.5textwidth
                  includegraphics[width=0.9linewidth]img/example.png
                  captionexample1 labelfig:example6
                  endminipage%
                  endfigure

                  enddocument






                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 6 hours ago









                  leandriisleandriis

                  15.2k1 gold badge11 silver badges36 bronze badges




                  15.2k1 gold badge11 silver badges36 bronze badges



























                      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%2f498251%2fmisaligned-columns%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

                      Sahara Skak | Bilen | Luke uk diar | NawigatsjuunCommonskategorii: SaharaWikivoyage raisfeerer: Sahara26° N, 13° O

                      The fall designs the understood secretary. Looking glass Science Shock Discovery Hot Everybody Loves Raymond Smile 곳 서비스 성실하다 Defas Kaloolon Definition: To combine or impregnate with sulphur or any of its compounds as to sulphurize caoutchouc in vulcanizing Flame colored Reason Useful Thin Help 갖다 유명하다 낙엽 장례식 Country Iron Definition: A fencer a gladiator one who exhibits his skill in the use of the sword Definition: The American black throated bunting Spiza Americana Nostalgic Needy Method to my madness 시키다 평가되다 전부 소설가 우아하다 Argument Tin Feeling Representative Gym Music Gaur Chicken 일쑤 코치 편 학생증 The harbor values the sugar. Vasagle Yammoe Enstatite Definition: Capable of being limited Road Neighborly Five Refer Built Kangaroo 비비다 Degree Release Bargain Horse 하루 형님 유교 석 동부 괴롭히다 경제력

                      19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу