From 00e2e7f1ead293d8b56d78c7a89b53e4421ec7df Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 5 Oct 2010 10:51:41 -0400 Subject: [PATCH] Added latex and asymptote posts. --- posts/asympote.mdwn | 6 ++++++ posts/latex.mdwn | 20 ++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 posts/asympote.mdwn create mode 100644 posts/latex.mdwn diff --git a/posts/asympote.mdwn b/posts/asympote.mdwn new file mode 100644 index 0000000..95db510 --- /dev/null +++ b/posts/asympote.mdwn @@ -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 index 0000000..2ca49d2 --- /dev/null +++ b/posts/latex.mdwn @@ -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 -- 2.26.2