Use SVG Asymptote examples (instead of old PNG).
[blog.git] / posts / Asymptote.mdwn
1 [Asymptote][] is a C++ style graphics drawing package for [[LaTeX]].
2 I've written a few libraries to make it easier to draw pictures for
3 physics problem sets (as part of my [[course website]] package).  Here
4 are a few teasers (rendered as SVGs).
5
6 Mechanics
7 ---------
8
9 [[!inline pagenames="Mechanics-test.svg" template="raw" feeds="no"]]
10
11
12 ElectroMag
13 ----------
14
15 [[!inline pagenames="ElectroMag-test.svg" template="raw" feeds="no"]]
16
17 Circ
18 ----
19
20 [[!inline pagenames="Circ-test.svg" template="raw" feeds="no"]]
21
22 To see the `Circ` library in full form, check out [[this
23 writeup|phys102-chap28-prob71.pdf]] of a recent recitation problem.
24
25 [Asymptote]: http://asymptote.sourceforge.net/
26
27 stickfigure
28 -----------
29
30 [[!inline pagenames="stickfigure-test.svg" template="raw" feeds="no"]]
31
32
33 [[!tag tags/latex]]
34 [[!tag tags/programming]]
35 [[!tag tags/tools]]