Of course, if you're already a TikZ pro then just stick with that.
To give you a taste:
http://www.marris.org/asymptote/animations/index.html
http://www.piprime.fr/developpeur/asymptote/surveys-asy/frac... (many more examples)
The Tikz manual is very well written, and the author, Till Tantau, includes a section on general tips for creating graphics. He rightly states that graphics should be first-class citizens of papers and presentations. He also says that you should outline and plan your graphics before you jump straight to writing Tikz code. I wish I followed that advice more a few years ago. Tikz is beautiful, but I find nothing holds a candle to planning a graphic than pencil and paper.
At first, I would use TikZ anywhere and everywhere I could just because it was so novel to me.
I've found that TeX's and TikZ's novelty can fade pretty quickly, but their usefulness when used appropriately only grows with time. They are, however, very situational tools.
> I sat down and read most of the manual in one sitting...
Dear God, man, are you sane!? I'm joking. :)
But sometimes I would just look at the manual in my spare time because it really is that beautiful.
dfc@ronin:texmf-dist/doc/generic/pgf$ pdfinfo pgfmanual.pdf |grep Pages
Pages: 726Seeing your code work is great, but seeing the results of my TeX and TikZ code personally provides me with an additional level of gratification. It's awesome!
My friends would spend several (painful) hours in Word trying to format our (bio)chemistry lab reports perfectly to the professor's/TA's specifications.
I would just punch in my numbers into a text file, run it through a LuaTeX template I wrote, and would end up with a perfectly formatted lab report.
Now, I work in R&D for an IVD company and employ the same logic for my notebook studies (which require lot #s, expiration dates, asset #s, locations, etc).
I realize TeX isn't for everyone, but you should seriously look into it if you think you can benefit from it.
TeX has saved me days, if not weeks, such that I can focus on more important stuff rather than struggling with Word.
Strictly, the letters are tau-epsilon-chi. And, as Knuth puts it, "when you say it correctly to your computer, the terminal may become slightly moist". (Like the "ch" in "loch".) See, e.g., the currently-highest-rated answer at http://tex.stackexchange.com/questions/17502/what-is-the-cor... .
I understand that LaTeX is a pre-internet piece of software, and thus it may not have been apparent that it's popularity would spread more through written than spoken word, but I still find this kind of thing pretentious (or at least a little silly).
If I named a popular piece of software "Kyei" after the Burmese word for "world", I feel like it would be kind of silly to get angry when english speakers didn't pronounce it "Chai" (The correct pronunciation).
Fix is not the best term since it's not broken. You can't force someone to adopt your stylization.
I know metapost and tikz rather well and am searching for a JS library that does similar things using SVG, especially when it comes to path drawing.
Example: draw a curved path from the center of item A to the center of item B, but cut off at the bounding box of B and put an arrow head there. In metapost, thats easy (after grokking the syntax):
ndb2.c{right}..{curl0}dk.c cutafter BpathBox(dk);
Most JS libraries (including D3 and Raphael) make this pretty hard, as they rarely deal with shapes and intersections (beyond masking and clipping). D3 for example is awesome for graphs, but not if you want to put something on intersections with them :).
I found jointjs[1] and kind of like it, but is there anything else?
[1] https://github.com/pyramation/LaTeX2HTML5/blob/master/lib/ps... demo here http://latex2html5.com/
I am not that attached to the syntax, just the possibilities and some of the vocabulary.
A real advantage is that a prototype will be a 'living figure', where changing a couple of values can completely shift the figure (which enables cheap experimenting with how different parameters look or whatever).
2003-08-21 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.30:
- Created ChangeLog
- Added pgfshade.sty