ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/oopsePaper/currMake
Revision: 712
Committed: Sat Aug 23 12:07:27 2003 UTC (20 years, 11 months ago) by mmeineke
File size: 273 byte(s)
Log Message:
added a currMake script to replace the make current

File Contents

# User Rev Content
1 mmeineke 712 #!/bin/bash
2    
3     LBIN=/usr/bin
4    
5     /bin/rm -f currTmp.*
6    
7     cat header.tex > currTmp.tex
8     cat $1 >> currTmp.tex
9     cat footer.tex >> curTmp.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 *