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?
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
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