Graphics, Figures & Tables ⇒ Subfigure
Subfigure
I've got a slight problem using the subfigure package using the normalsize option and no other options. I'm compiling using rubber with Tex Live on ubuntu. The Tex Live version is... 1009-10
My problem, if I have 3 identical images and use subfigure to put them into one figure I get two figures side by side, with a third underneath, but if I then delete one of the subfigure sections leaving only two, they are one above the other, is there any way I can force subfigure to put them side by side? I've tried googling but just can't find out!
Thanks
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
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Subfigure
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Subfigure
Since subfigures are nothing but boxes to TeX you can just treat them the same way as other boxes or letters. So simple put them side-by-side, using either no space or a non-break space (for example ~) between them.Klaynos wrote:is there any way I can force subfigure to put them side by side?