Pages

Latex config for Springer

Hm. With my ubuntu 9.04 64 bit there were a couple of things that were needed to be able to compile the provided typeinst.tex file from Springer:

copy all .zip content into dir where you write your article
apt-get install texlive-latex-base
apt-get install texlive-latex-extra
setup you graphics.cfg file:

\ExecuteOptions{dvips}

setup your TEXINPUTS path:

#!/bin/bash

export TEXPATH

for dir in `ls /usr/share/texmf-texlive/tex/latex`; do
TEXPATH=$TEXPATH:/usr/share/texmf-texlive/tex/latex/$dir
done

export TEXINPUTS=.:./styles:./templates:./instructions:$TEXPATH

BBC world service plain url

I’m a great fan of the BBC World Service. I’m not a fan of BBC’s media streaming service. For us who are routinely using non-windows operating systems, it is a pain to stream the world service. The iPlayer they’ve devised is difficult on linux and does in general not work out of the box.

Why can’t [...]