posts:node: Add a post on Node and npm
[blog.git] / posts / LaTeX.mdwn
1 [[!meta  title="LaTeX"]]
2
3 Hate repeating yourself?  Love macros?  [LaTeX][] lets you write
4 `beautiful documents' (PDF, DVI, HTML, ...) with macros.  It can be a
5 bit tricky to get things *just right*, but once you figure it out,
6 it's easy to reuse the code.
7
8 Take a look at [my packages][code], the [Drexel Liki page][liki], the
9 source for most of my [papers][] (if you scroll to the bottom of a
10 paper's HTML, there is a `source files` link), and my [[thesis]].
11
12 If you're interested in LaTeX and graphics, you'll probably be
13 interested in [[Asymptote]] and [[PGF]].
14
15 [LaTeX]: http://www.latex-project.org/
16 [code]: http://www.physics.drexel.edu/~wking/code/#latex
17 [liki]: http://www.physics.drexel.edu/liki/index.php/Latex
18 [papers]: http://www.physics.drexel.edu/~wking/rsrch/papers
19
20 [[!tag tags/latex]]
21 [[!tag tags/programming]]
22 [[!tag tags/tools]]