posts:node: Add a post on Node and npm
[blog.git] / posts / Asymptote.mdwn
index 1e7fd4139288b0ad528f5ecfd396407c3bc557b7..5c4416143d979e668849c02176657da27f9e4036 100644 (file)
@@ -1,32 +1,35 @@
 [Asymptote][] is a C++ style graphics drawing package for [[LaTeX]].
 I've written a few libraries to make it easier to draw pictures for
 physics problem sets (as part of my [[course website]] package).  Here
-are a few teasers:
+are a few teasers (rendered as SVGs).
 
 Mechanics
 ---------
 
-[[!img Mechanics-test.png alt="Test suite for Mechanics.asy"
-                        title="Test suite for Mechanics.asy" ]]
+<object type="image/svg+xml" data="Mechanics-test.svg"></object>
 
 
 ElectroMag
 ----------
 
-[[!img ElectroMag-test.png alt="Test suite for ElectroMag.asy"
-                         title="Test suite for ElectroMag.asy" ]]
+<object type="image/svg+xml" data="ElectroMag-test.svg"></object>
 
 Circ
 ----
 
-[[!img Circ-test.png alt="Test suite for Circ.asy"
-                   title="Test suite for Circ.asy" ]]
+<object type="image/svg+xml" data="Circ-test.svg"></object>
 
 To see the `Circ` library in full form, check out [[this
 writeup|phys102-chap28-prob71.pdf]] of a recent recitation problem.
 
 [Asymptote]: http://asymptote.sourceforge.net/
 
+stickfigure
+-----------
+
+<object type="image/svg+xml" data="stickfigure-test.svg"></object>
+
+
 [[!tag tags/latex]]
 [[!tag tags/programming]]
 [[!tag tags/tools]]