ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/oopsePaper/currMake
Revision: 713
Committed: Sat Aug 23 17:01:50 2003 UTC (20 years, 10 months ago) by mmeineke
File size: 286 byte(s)
Log Message:
added some work to DUFF

File Contents

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

Properties

Name Value
svn:executable *