Archive from November, 2009
22 Nov
2009
Posted in: Cycling
By    No Comments

Flechè Alemagne

So sieht der erste Wurf aus.

Hier ist die rrp Datei zur Benutzung mit dem Radroutenplaner NRW und die kmz Datei zur Benutzung mit Google Earth.

9 Nov
2009
Posted in: Cycling
By    No Comments

BRM 600

Here’s the track of the BRM 600 which I rode in back June.
It seems that using google maps for the showcase of tracks is much faster and more convinient than the use of bikely.

8 Nov
2009
Posted in: Unix
By    No Comments

Adding new LaTeX style to teTex on OS X

As I found no clear guideline how to install a new style to a teTex installation, I point out the steps I have done to achieve this:

After you have downloaded the style from CTAN, move the resulting folder to your texmf-local folder. You have to run texhash to rebuild the file caches after this.

The example below assumes tetex from fink.

sudo mv [folder with style files] /sw/etc/texmf.local
sudo texhash