Home

prog

This page collects some programming resources, which might be worth looking at.

ant buildfile

Do you know ant? If you think these are only useless little bugs, you might not be too impressed by my generic buildfile, which has been evolved and refined during various projects.

Click here to take a look at it.

Additionally, this website is being deployed (i.e. uploaded to the server) by another ant buildfile.

make TeX?

Once you left the basics of TeX or LaTeX behind you, maybe you wondered why you have to run latex twice before bibtex gets your references right but the correct result is still one more latex process away? To automate this "complicated" sequence among other tasks, I think an old-fashioned makefile is just the right thing.

Home