Installation of Fonts in Miktex

I have several Type1 fonts which need to be installed such that LaTeX knows about them. To achive this under Miktex you have to follow these steps: Setup you localtexmf tree with the fonts or copy your localtexmf tree from a different installation into the...

convert Images in batch process

Converting images in a batch process is not difficult in general, but approaches like this fail at filenames/directories with spaces #!/bin/sh for file in $(find -iname *.bmp); do mogrify -verbose -format png $file; done The solution is to use ‘read’ in...

Alternatives Syntaxhighlighting

Hier das neue Syntaxhighlighting von LaTeX in geshi % Beispieldokument \documentclass[a4paper, 11pt,german]{scrartcl} \usepackage{lmodern} \usepackage{textcomp} \usepackage[german]{babel} \usepackage[T1]{fontenc} \usepackage[latin1]{inputenc} \usepackage{graphicx}...

Compilation of Phonon under Windows XP

The original documentation of Trolltech was not sufficient to get me compile the phonon.dll and phonon_ds94.dll under Windows XP. Therefore you find here a description of what I did to get it compile. I use Visual Studio 2005 and the corresponding nmake compiler. The...

Buntnesseln

Unserer Buntnesseln sind mal wieder so groß geworden, dass sie das das Fenster an dem sie standen vollständig bedeckt hatten. Die Größte hat mal wieder die Höhe des Fensters erreicht und war so in die Breite gegangen das sie unter ihrem...