Question

I feel that the LaTeX syntax is quite easy to use. However, I'm starting to include diagrams in my document. I've discovered the exciting world of MetaPost! The thing is, the MetaPost syntax looks a little more intense than LaTeX... So I figured I'd buy a book on it. I'm wondering though, whether it's better to buy a generalised book that talks about both LaTeX (maybe I can learn something) and MetaPost, or should I buy a book that specialises on only MetaPost? Given that the specialised book is going to be more involved, I'm thinking something introductory might be better.

If it's relevant, the document is a software project specification; so it contains UML and data flow diagrams. To be honest, I'm actually wondering if LaTeX is relevant to this question -- if this is the case, is there a definitive book for MetaPost?

Udpdate:

I just realised that I was unwittingly using MetaUML, not raw MetaPost. So for those that don't know, MetaUML is a package for MetaPost. As user Little Bobby Tables has pointed out, there is no book for MetaUML.

Was it helpful?

Solution

  1. It's pointless to buy a book about LaTeX if you know the basic syntax and structure already. LaTeX is like Java - Its power comes from many available packages and not from its syntax. If you want a LaTeX book nevertheless, it's worth investing in the LaTeX companion.
  2. MetaPost, on the other hand, has a tricky non-trivial syntax, so if you intend to use it, you had better have some reference handy.
  3. If you are interested in MetaPost for UML, take a look at MetaUML.
  4. My advice: Don't use MetaPost. It's an arcane and counter-intuitive language. You can achieve similar results by using the LaTeX-native PGF-Tikz (see also examples, like this class diagram). PGF-Tikz does not require additional compilation, and the code is less obscure.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top