RSS
 

Posts Tagged ‘OS X’

Adding new LaTeX style to teTex on OS X

08 Nov

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
 
No Comments

Posted in Unix

 

Solaris with Parallels

10 Dec

Today I installed Solaris 10 on Parallels, because I’ve trouble to get puppet running on my fresh leopard machine. After successful installation I realized that there was no network adapter configured. To enable the NIC I had to use /Library/Parallels/Tools/vmtools.iso as the cdrom-drive. It will be automounted. On Solaris I’ve made

#!/bin/bash
# installs paralells network driver on solaris 10
cd /cdrom/prltools/drivers/network/rtl8029/solaris
./network.sh

this installs the correct driver for the NIC and configures it.

 
No Comments

Posted in Solaris