As recommended on this forum couple of times, you can try install TL2009 locally. Instructions how to do this can be found
here.
It seems TL2009 is in Debian repos, both unstable and testing, so I hope to see it in Ubuntu 10.04.
@Alex, TL2009 is pretty stable. However, with the easy way of updating packages from CTAN, it is possible that you encounter some problems from time to time after fresh updates (which you, of course, aren't obliged to do). So, in case you decide to install it, just keep in mind: never do an update in the middle of a project, and you'll be fine.
@magicmoose, just add TL2009 path into your ~/.bashrc file. E.g., mine looks like this:
Code: Select all
export PATH=/home/mehor/TeXLive/texlive/2009/bin/x86_64-linux:$PATH
Of course, you'll have to change it and put full path to the place you've installed TL2009 to. Notice that the path should be followed by :$PATH.
You may need to run this command afterwards too, to specify paths order: