# $Id: tex,v 5.1 2012/08/30 16:29:12 ksb Exp $ # Determine whether a file is a TeX or a LaTeX file (nuspl) $*(*): if %~/bin/is-latex %f\n\tthen\n\t\t%b %o -m%m -d%s -e'%~/is-latex%%;' %f\n\telse\n\t\t%b %o -m%m -d%s -e'%~/is-tex%%;' %f\n\tfi $*(*): if %~/bin/is-latex %f\n\tthen\n\t\t%b %o -m%m -e'%~/is-latex%%;' %f\n\telse\n\t\t%b %o -m%m -e'%~/is-tex%%;' %f\n\tfi