Graphics, Figures & TablesHow Can I add figures?

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
karimshah
Posts: 1
Joined: Fri Apr 08, 2011 2:26 pm

How Can I add figures?

Post by karimshah »

I need to compile formula sheet and for which i need to insert figures like circle and triangles in my code. how can i do this. any help will be greatly appreciated.
regards
karim

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: 10348
Joined: Mon Mar 10, 2008 9:44 pm

How Can I add figures?

Post by Stefan Kottwitz »

Hi Karim,

welcome to the board!

An easy way would be to to use a drawing program for producing the images, such as the freely available open source drawing program Inkscape. Afterwards you could include it using \includegraphics of the graphicx package.

Or you create it directly within the LaTeX document using packages such as PStricks or TikZ. Have a look at: TikZ geometry examples.

Stefan
LaTeX.org admin
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

How Can I add figures?

Post by localghost »

karimshah wrote:I need to compile formula sheet and for which i need to insert figures like circle and triangles in my code. […]
With GeoGebra there is a special software for interactive geometry. It offers (limited) export to the common graphics packages pgf/tikZ and PSTricks.


Best regards and welcome to the board
Thorsten
Post Reply