--- author: '' category: '' date: 2009/06/22 09:35 description: '' link: '' priority: '' slug: BB815 tags: programming, python, rst2pdf title: AAFigure in rst2pdf type: text updated: 2009/06/22 09:35 url_type: '' --- As of today, rst2pdf_ supports Chris Liechti's awesome aafigure_. .. _rst2pdf: http://rst2pdf.googlecode.com What does it mean? It means you can put this in your document:: +-------+ +-------+ | A |------>| B | +-------+ +-------+ And get this (and as a PDF drawing, **not** as an image, so you can copy the text from it): .. image:: /static/aafigure.png So it's an awesome way to add simple diagrams to your restructured text documents that look good in plain text, on the web, and on PDF. Aafigure can create lots of interesting drawings, check their docs for examples here_ .. _here: http://bazaar.launchpad.net/~aafigure-team/aafigure/trunk/annotate/head%3A/README.txt It currently requires aafigure from bzr (0.3 won't work). .. _aafigure: http://launchpad.net/aafigure