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 712 by mmeineke, Sat Aug 23 12:07:27 2003 UTC vs.
Revision 806 by mmeineke, Fri Oct 17 05:07:49 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines