ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mattDisertation/viewTex
Revision: 953
Committed: Sun Jan 18 03:07:59 2004 UTC (20 years, 5 months ago) by mmeineke
File size: 308 byte(s)
Log Message:
did some work, started on the introduction chapter

File Contents

# User Rev Content
1 mmeineke 953 #!/bin/bash
2    
3     LBIN=/usr/local/teTeX/bin
4    
5     base=mule
6    
7     /bin/rm -f $base.*
8    
9     cat NDpreamble.tex > $base.tex
10     cat $1 >> $base.tex
11     cat NDbib.tex >> $base.tex
12    
13     $LBIN/latex $base
14     $LBIN/bibtex $base
15     $LBIN/latex $base
16     $LBIN/latex $base
17    
18     $LBIN/dvips -o $base.ps $base.dvi
19    
20     #ghostview $base.ps
21    
22     xdvi -fg black $base.dvi

Properties

Name Value
svn:executable *