ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mattDisertation/viewTex
Revision: 977
Committed: Thu Jan 22 21:13:55 2004 UTC (20 years, 5 months ago) by mmeineke
File size: 324 byte(s)
Log Message:
started adding in equations to the introduction

File Contents

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

Properties

Name Value
svn:executable *