NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
I dont know exactly how you use the two column option, but the simpelest way is I think to end the two column enviroment somehow and then put the figure beneath that... This is just a wild guess though, with more info more can me said...
if this problem was not solved or if you still have questions concerning figures spanning two columns or something else, let us know.
In the meantime I will move this topic from LaTeX Distributions/MiKTeX to LaTeX/General because it's not depending on the (MiKTeX) distribution, it's a general subject.
welcome to the LaTeX Community board!
When I want to place a doublecolumn float at the bottom I remember two things: use the dblfloatfix package and declare the float before the page where it should appear. Here is one example:
Thanks for a very nice example! I too am having a problem with figure* at bottom of page, and I managed to rework your example into a MWE that demonstrates this problem:
What I'd want to get, is that "test picture 3" appears on page 2, right below the 'bla bla bla' text (i.e., "here"); and I'd want the 'dblfloat', "test picture dbl" to be on bottom of page 2 - and the rest of the text should 'wrap'/extend/'flow' beyond to page 3..
Currently, the above code does page 1 as I want it; page 2 is text only; and page 3 is a float page (where "test picture 3" is stuck to the right, and "test picture dbl" is indeed at the bottom). If I enable the \newpage, then additionally the first column on page 2 gets erased.
Would anyone know if what I want to do is possible at all?
... with minipage instead of figure, I can get both the bottom and fig:3 to show together on page 3 - however page 2 has only a single paragraph and is blank...
needs to be defined on first page, before the first \newpage
first \newpage changes from pg1:col2 to pg2:col1
second \newpage changes from pg2:col1 to pg2:col2
third \newpage changes from pg2:col2 to pg3:col1, and this seemingly causes a 'flush' of the bottom figure* on page 2 (I otherwise thought that should flush at end of pg3!)
As soon as it looked like it started working with this strategy, I changed the \newpage to \afterpage{\newpage} - and that helped the flow of text to go correctly (the only thing is a lack of space around the minipage; however, with this "three step newpage" one can go back to {figure}[h] (not {figure}[H]), it will work OK).
And the biggest problem now, is that the fig:3 actually gets the caption "Figure 4" - and the bottom figure that appears afterwards gets "Figure 3" I tried fixltx2e:
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p