#!/bin/sh
export VFFONTS='$TEXMF/ai/vf:'
export TEXPSHEADERS='$TEXMF/ai/config:'
export TEXCONFIG='$TEXMF/ai/config:'
dvips -o -D10000 ${1+"$@"}
