How to arrange figures on a page using Tex?

  • Context: MHB 
  • Thread starter Thread starter Dustinsfl
  • Start date Start date
Click For Summary
SUMMARY

This discussion focuses on arranging six figures in LaTeX using the figure environment. The user seeks to display three figures in a row, followed by another three below. Key solutions involve utilizing the figure environment with the H placement specifier and adjusting the width and margins of the figures. References to relevant Stack Exchange discussions provide additional insights on achieving this layout effectively.

PREREQUISITES
  • Familiarity with LaTeX document preparation system
  • Understanding of the figure environment in LaTeX
  • Knowledge of image inclusion using \includegraphics
  • Basic concepts of page layout and margins in LaTeX
NEXT STEPS
  • Explore the subfigure package for arranging multiple figures
  • Learn about the graphicx package for advanced image handling
  • Investigate the float package for figure placement options
  • Review LaTeX documentation on page layout and margin settings
USEFUL FOR

This discussion is beneficial for researchers, academic writers, and anyone using LaTeX to format documents that require precise figure arrangements.

Dustinsfl
Messages
2,217
Reaction score
5
I want to have these 6 figures set up next to each other in sets of 3.
So fig 1 fig 2 fig 3 then below them fig 4 fig 5 fig 6
How can I do this?

Code:
\begin{figure}[H]
\includegraphics[height = 2in]{hw5problem3phase0}
\caption{$F = c = k_1 = 0$}
\includegraphics[height = 2in]{hw5problem3phasec94}
\caption{$F = k_1 = 0$ and $c = 9.4$}
\includegraphics[height = 2in]{hw5problem3phasecF94}
\caption{$k_1 = 0$ and $F = c = 9.4$}
\includegraphics[height = 2in]{hw5problem3phaseF0}
\caption{$F = 0$, $c = 9.4$, and $k_1 = 12.25$}
\includegraphics[height = 2in]{hw5problem3phasec0}
\caption{$c = 0$, $F = 10.75$, and $k_1 = 12.25$}
\includegraphics[height = 2in]{hw5problem3phasenonzero}
\caption{$c = 7.2$, $F = 7.8$, and $k_1 = 12.8$}
\end{figure}
 
Physics news on Phys.org

Similar threads

  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
5K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K