Graphics, Figures & TablesInclusion of Graphics created with external Tools

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
beta
Posts: 2
Joined: Wed Aug 08, 2012 9:16 am

Inclusion of Graphics created with external Tools

Post by beta »

Hi everyone,

I think that drawing a picture (using tikZ, or other packages) inside LaTeX is a disaster, at least for me.

That's why I have some questions in this regard:
  1. Do you usually draw a picture by using a tool then insert it into Latex document?
  2. If yes, which tool is the best to do a such thing?
  3. If no, what should I do?
Thank you very much in advance!
Cheers,

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10350
Joined: Mon Mar 10, 2008 9:44 pm

Inclusion of Graphics created with external Tools

Post by Stefan Kottwitz »

Hi,

welcome to the board!

Regarding TikZ: it's often a good start tho choose a similar example from the TikZ Example Gallery, and customize that. I usually use the great TikZ manual as a reference while producing the drawing.

If you use another tool, I recommend to use a vector graphics program, such as Inkscape, export the drawing to pdf and include it as a pdf image. So it's scalable while keeping the quality. Avoid jpg or png, except if the pictures are originally in such a format.

Stefan
LaTeX.org admin
beta
Posts: 2
Joined: Wed Aug 08, 2012 9:16 am

Re: Inclusion of Graphics created with external Tools

Post by beta »

Many thanks Stefan_K!
Post Reply