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

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

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