On Sat, Nov 11, 2000 at 02:39:47PM +0100, Richard P. Groenewegen wrote: > Hello all, > > I've used the font `fixed' as long as I can remember and I liked the > fact that the backtick (`) and the single quote (') had a symmetrical > appearance. Since I've been using xfree4 this has changed: the > backtick is slanted backwards and the single quote is completely > vertical. How horrible! Imagine how terrible my TeX-files will look! > Can anyone tell me how to get my old fixed-font back, or how to `edit' > this font?
As another poster said, you can change the default fixed font. BTW, it wouldn't affect you TeX-files at all, since TeX uses it's own fonts -- Computer Modern -- by default (others if you so choose). -- #! /bin/sh # ppp-address: What's my Internet Address for ppp0 ? /sbin/ifconfig ppp0 2> /dev/null | grep 'inet addr:' | sed \ 's=.*inet addr\:\([0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\).*=\1='