nav-left cat-right
cat-right
Home > 2007 > Oktober

csv Dateien nach LaTeX konvertieren

Das Skript convertiert csv Zeilen mit “;” als Trenner in LaTeX kompatible Tabellenzeilen csv2latextable.script   if [ -z $1 ] then echo "No file to convert given to script - exit now" exit fi   # for ";" seperation sed "s/;/ \& /g; s/$/ \\\tabularnewline/" $1 > $1.latextable.txt   # for tabular seperation # sed "s/\t/ \& /g; s/$/...

Cd mounten

Mountet eine CD nach /mnt/isoCD mountCD.sh #!/bin/sh mount -o loop -t iso9660 "$1" /mnt/isoCD

Nice collection of magazine themes

themeplayground.com has posted an article about some nice themes usefull for magazines done with wordpress: the-best-wordpress-magazine-themes-available
Page 2 of 212