Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!usc!apple!arc!arc!steve From: steve@Advansoft.COM (Steve Savitzky) Newsgroups: comp.text.tex Subject: Re: Common TeX Message-ID: Date: 20 Nov 90 22:18:23 GMT References: <1990Nov14.150714.15442@cnix.uucp> <1990Nov15.085657.2589@nntp-server.caltech.edu> <1990Nov19.192320.25129@warwick.ac.uk> <1990Nov20.025033.11400@vmp.com> Sender: @advansoft.com Organization: Advansoft Research Corp, Santa Clara, CA Lines: 25 In-Reply-To: oc@vmp.com's message of 20 Nov 90 02:50:33 GMT [large and occasionally heated discussion omitted, in which a desire is expressed to put tex in a pipeline.] Use make. More taste, less filling. Very unix. # tex to dvi: # the "echo q" bit quits out of the error dialog if necessary; # running latex twice makes sure the auxiliary files are up to date. .SUFFIXES: .tex .dvi .tex.dvi: echo q | latex $* if [ -f $*.aux ]; then echo q | latex $*; fi all: foo.dvi print: foo.dvi dvilp $? texclean: -rm *.aux *.log *.toc *.dvi clean: -rm *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a \ .emacs_* tags TAGS MakeOut *.odf *_ins.h \ *.aux *.log *.toc *.dvi -- \ --Steve Savitzky-- \ ADVANsoft Research Corp \ REAL hackers use an AXE! \ \ steve@advansoft.COM \ 4301 Great America Pkwy \ #include \ \ arc!steve@apple.COM \ Santa Clara, CA 95954 \ 408-727-3357 \ \__ steve@arc.UUCP _________________________________________________________