This is my article: https://paste.ofcode.org/hVAa43iA6RjwV7edzHCJ7Y
Everything is fine except the last figure, which does not seem to obey the parameters I gave and is positioned in the center of the last page. How should I proceed so that figure is positioned under the first one?
Thanks in advance
Graphics, Figures & Tables ⇒ Figure behaviour
Figure behaviour
Last edited by Molibdeno on Sat Apr 13, 2019 1:20 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Figure behaviour
Put them into the same
Avoid the flushleft environment around figures. What are you trying to achieve?
figure
environment. Inform yourself about the placing parameters, you are seeming to use them in a wrong way. Avoid the flushleft environment around figures. What are you trying to achieve?
\newcommand{\br}{\\ \vspace{8pt}}
: This is more than fishy. You are breaking the whole paragraph breaking algorithm of TeX, making break points (including tables and figures) a complete mess.The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Figure behaviour
Johannes_B wrote:Put them into the samefigure
environment. Inform yourself about the placing parameters, you are seeming to use them in a wrong way.
Avoid the flushleft environment around figures. What are you trying to achieve?
\newcommand{\br}{\\ \vspace{8pt}}
: This is more than fishy. You are breaking the whole paragraph breaking algorithm of TeX, making break points (including tables and figures) a complete mess.
\flushleft
for left horizontal text alignFigure behaviour
Solved with the aid of this: https://texfaq.org/FAQ-figurehere