Document Classes ⇒ several graphs
several graphs
I'm using TexnicCenter and the MikTex distribution on windows.
I use the LaTex => PS profile and graphicx package to include .eps graphics which works fine.
I cannot find anywhere, however, how to display several graphs next to each other. I want tex to give a number and caption and lable (for references) to the single graphs and the whole graph "pack". I've attached a picture of a document where it's done like that. Unfortunately, i have the .pdf only, not the code to that document.
Does anyone know how to do that?
Thanks in advance!
Anne
- Attachments
-
- several graps.jpg (15.12 KiB) Viewed 4010 times
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: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
several graphs
I recommend the subfig package, for its features have a look at its documentation.
Stefan
Re: several graphs
thank you very much!
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
several graphs
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
several graphs
In addition, the subfig package cannot be used with the beamer document class. I agree with localghost about using subcaption instead of subfig.localghost wrote:Since there are some known inconsistencies with hyperref, you could run into trouble using subfig. Version 3.1 of caption comes with a small additional package called subcaption. It has its own documentation that describes how to achieve the same results as with subfig...