Added latex and asymptote posts.
authorW. Trevor King <wking@drexel.edu>
Tue, 5 Oct 2010 14:51:41 +0000 (10:51 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 5 Oct 2010 14:51:41 +0000 (10:51 -0400)
posts/asympote.mdwn [new file with mode: 0644]
posts/latex.mdwn [new file with mode: 0644]

diff --git a/posts/asympote.mdwn b/posts/asympote.mdwn
new file mode 100644 (file)
index 0000000..95db510
--- /dev/null
@@ -0,0 +1,6 @@
+[Asymptote][] is a C++ style graphics drawing package for [[LaTeX]].
+I've written [a few libraries][libs] to make it easier to draw
+pictures for physics problem sets.
+
+[Asymptote]: http://asymptote.sourceforge.net/
+[libs]: http://www.physics.drexel.edu/~wking/code/#asymptote
diff --git a/posts/latex.mdwn b/posts/latex.mdwn
new file mode 100644 (file)
index 0000000..2ca49d2
--- /dev/null
@@ -0,0 +1,20 @@
+[[!meta  title="LaTeX"]]
+
+Hate repeating yourself?  Love macros?  [LaTeX][] lets you write
+`beautiful documents' (PDF, DVI, HTML, ...) with macros.  It can be a
+bit tricky to get things *just right*, but once you figure it out,
+it's easy to reuse the code.
+
+Take a look at [my packages][code], the [Drexel Liki page][liki], the
+source for most of my [papers][] (if you scroll to the bottom of the
+html for a paper, there is a `source files` link), and my [thesis] (in
+progress).
+
+If you're interested in LaTeX and graphics, you'll probably be
+interested in [[Asymptote]] and [[PGF]].
+
+[LaTeX]: http://www.latex-project.org/
+[code]: http://www.physics.drexel.edu/~wking/code/#latex
+[liki]: http://www.physics.drexel.edu/liki/index.php/Latex
+[papers]: http://www.physics.drexel.edu/~wking/rsrch/papers
+[thesis]: http://www.physics.drexel.edu/~wking/code/git/git.php?p=thesis.git