jump to navigation

Tikz – A mathematician’s helper July 27, 2009

Posted by Martin Camacho in General.
Tags: , , ,
trackback

Over the years I’ve always looked for some sort of ‘perfect’ LaTeX svg-like image generator. Tikz is a great solution for drawing images in your Latex documents, no matter how complicated or simple. If you’re drawing combinatorial graphs, like I often am, Tikz includes nice loop tools for efficient code. For example, rather than manually drawing a lot of vertical line segments in equally spaced intervals, it is possible to use one for loop and cut the required code down by a ton. Since the language is so simple, it’s easy to learn, and it fits in your Latex code with only an extra \usepackage.

Here is an image from www.texample.net, a wonderful source for tikz tutorials and examples, due to Brian S. Marks.

I strongly recommend Tikz for any mathematical images in Latex. There is an alternative, Asymptote, which is great, but having used both I definitely prefer Tikz.

Comments»

1. Akhil Mathew - July 28, 2009

Adobe Illustrator is also a useful program for generating figures, which I have used multiple times. Unfortunately it’s not free like Tikz though and is somewhat difficult to get used to (after several months I only learned a very small fraction of the whole program).

2. Stefan Kottwitz - October 8, 2009

Some more examples of using TikZ for mathematics beside that of texample.net:

TikZ: Commutative diagrams with crossing edges
TikZ: chains with labeled edges
Math formulas and arrows with TikZ

3. Real and Complex Analysis, by C. Apelian and S. Surace, now published « Delta Epsilons - December 19, 2009

[…] some of these blog posts.  (Though I would recommend interested passers-by also to consider, say, Tikz depending on your aims; I’m not familiar with it, but it has the benefit of being […]

4. Ghiret - January 26, 2010

Why do you prefer Tikz to Asymptote?

Marc van Dongen - March 13, 2010

Though the question isn’t addressed to me, I’m happy to give a some good reasons.

1) The tikz package lets you reuse existing macro definitions from within your TeX source. The asymptote program, though nice, is an external program which is unaware of these definitions.
2) Tikz has styles.


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: