On Sun, Nov 21, 2004 at 01:12:50PM +0000, Jan wrote:
> -s obviously I need to fix the fonts. The tab program comes with a 
> handful of *.300pk files and some *.tfm files;

# set up search paths and use 300dpi:
export TFMFONTS=$TFMFONTS:/path/to/tab/fonts//
export PKFONTS=$PKFONTS:/path/to/tab/fonts//
xdvi -p 300 -mfmode cx ...
dvips -D 300 -mode cx ...

> when I used this before I 
> remember all the different font sizes would just be magically geenrated.

For working font generation, you need some source (metafont or type1
which can be converted). tfm and pk are can not be used as input for
font generation.

Thomas

Reply via email to