#!/bin/csh
#
#  Makes  fast.tex,  a fast version of  setup.tex
#
awk -F faster.awk < setup.tex | /lib/cpp | sed -e "/^#/d" >! fast.tex

