Graphics, Figures & Tables ⇒ The best way to include pictures
The best way to include pictures
I was wondering if anyone can just suggest the best and most spreaded way to include pictures.
Right now i'm using pic2e pacage and in body section i'm using usual picture environment commands. But its quite pain to draw in it, and it does not allow to convert those pictures to pdf (dvipdfm) (is there any simple solution?).
So, any suggestions? What is out there?
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
The best way to include pictures
http://asymptote.sourceforge.net/gallery/
http://tug.org/PSTricks/main.cgi?file=examples
http://www.texample.net/tikz/examples/
Here is a comparison:
http://www.tug.org/pracjourn/2007-1/beccari/beccari.pdf
Re: pictures
thanks
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
The best way to include pictures
For me it is the consistency in the look of the document. I'm not a purist, but it is very easy to see whether graphics are done with external or internal means. This concerns especially text. With pgf/tikZ or pstricks you insert text with exactly the same typeface into your figures. And in my opinion there is much better control over the graphics elements. I don't need to open an external program to do corrections.PGScooter wrote:What is the advantage of using a package such as PSTricks over making the graphs in, say Illustrator and importing them as an eps? Is there reduced size or do you simply have more control over everything? [...]
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: pictures
Re: pictures
Thank you, localghost and phi for the explanations.
I now understand why it is important. I hadn't realized the consistency aspect of it.
thanks