Bollchen.de
Burkart Lingner

You are currently browsing all posts tagged with 'Diagrams'.

TikZample (I): Euro symbol construction

  • September 29, 2011 17:24

With TeXample.net abandoned I have to use my own blog to publish some of the nice-looking TikZ graphics I created in the past. Today’s pick is the Euro symbol and its construction. Interestingly the logo is created from a set of geometric rules, so the TikZ code makes heavy use of coordinate calculations.

The other noteworthy part about the code is the command \myarc used to draw arc segments…

Perfectly horizontal annotation lines in TikZ

  • June 4, 2010 21:02

Let’s assume you have two coordinates or nodes in your TikZ picture. You now want to add an annotation to identify the distance between these two points. However, you only want to show the distance along the x-axis whereas you don’t care for the distance along the y-axis. This means that you expect a straight horizontal line.

This article will show you how to achieve that goal without any need to manually tweak coordinates.