This page gives some LaTeX bits and bobs that I’ve written over time.
- LaTeX tricks gives some useful techniques that aren’t necessarily particularly hard to do, but whose existence is buried rather deep in the mass of documentation that accompany any LaTeX system. This includes rotating tables, dynamically including source code files and doing word counts.
- Maths guide is a list of the mathematical symbols available and examples of how to use them. It is mainly useful if you haven’t got a copy of Lamport’s book to hand. As a pdf and the LaTeX source.
- LaTex includes a package ifthen that gives it basic programming control structures. In a (very) bored moment I fiddled around with this to produce a prime number tester. So, in the interests of geekiness, here it is. The LaTeX source or a really uninteresting example pdf output.