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 714 by mmeineke, Sun Aug 24 02:36:10 2003 UTC vs.
Revision 765 by chrisfen, Tue Sep 16 17:06:02 2003 UTC

# Line 1 | Line 1
1   #!/bin/bash
2  
3 +
4   LBIN=/usr/local/teTeX/bin
5 + #LBIN=/usr/bin
6  
7   base=mule
8  
9   /bin/rm -f $base.*
10  
11 < cat header.tex > $base.tex
11 > cat preamble.tex > $base.tex
12   cat $1 >> $base.tex
13 < cat footer.tex >> $base.tex
13 > cat bibEnd.tex >> $base.tex
14  
15   $LBIN/latex  $base
16   $LBIN/bibtex $base

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines