Graphics, Figures & TablesSub-figures in Header Box of Poster

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
cdjohn24
Posts: 1
Joined: Mon Nov 19, 2012 4:31 am

Sub-figures in Header Box of Poster

Post by cdjohn24 »

Extremely new to LaTeX. Working on a poster and I need the ability to put two figures side by side in the \headerbox float. I realize i can't use the figure environment inside of the \headerbox. I tried using {minipage} for the first time, and it gave the desired results, but the spacing above and below was way too large and I couldn't include text in the same \headerbox.

Code excerpt for what I want to work:

Code: Select all

\headerbox{title}{name=name1,column=1,below=edge2,span=2,above=bottom}{
  \subfigure{\includegraphics[width= .49\textwidth]{conditionPlot65.pdf}}
  \subfigure{\includegraphics[width= .49\textwidth]{conditionPlot101.pdf}}
}
Help is much appreciated! :D

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
svend_tveskaeg
Posts: 478
Joined: Sun Jul 12, 2009 5:31 am

Sub-figures in Header Box of Poster

Post by svend_tveskaeg »

Please read this thread.

Cheers and welcome to the forum!
``In the game of chess, you can never let your adversary see your pieces.''
-- Zapp Brannigan, Futurama (season 1, episode 4)
Post Reply