ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/oopsePaper/currMake
(Generate patch)

Comparing trunk/oopsePaper/currMake (file contents):
Revision 713 by mmeineke, Sat Aug 23 17:01:50 2003 UTC vs.
Revision 714 by mmeineke, Sun Aug 24 02:36:10 2003 UTC

# Line 2 | Line 2 | LBIN=/usr/local/teTeX/bin
2  
3   LBIN=/usr/local/teTeX/bin
4  
5 < /bin/rm -f currTmp.*
5 > base=mule
6  
7 < cat header.tex > currTmp.tex
8 < cat $1 >> currTmp.tex
9 < cat footer.tex >> currTmp.tex
7 > /bin/rm -f $base.*
8  
9 < $LBIN/latex currTmp
10 < $LBIN/bibtex currTmp
11 < $LBIN/latex currTmp
14 < $LBIN/latex currTmp
9 > cat header.tex > $base.tex
10 > cat $1 >> $base.tex
11 > cat footer.tex >> $base.tex
12  
13 < $LBIN/dvips -o currTmp.ps currTmp.dvi
13 > $LBIN/latex  $base
14 > $LBIN/bibtex $base
15 > $LBIN/latex  $base
16 > $LBIN/latex  $base
17  
18 < ghostview currTmp.ps
18 > $LBIN/dvips -o $base.ps $base.dvi
19 >
20 > ghostview $base.ps

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines