ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mattDisertation/viewTex
Revision: 1089
Committed: Mon Mar 8 22:15:54 2004 UTC (20 years, 3 months ago) by mmeineke
File size: 324 byte(s)
Log Message:
final draft submitted to the readers.

File Contents

# Content
1 #!/bin/bash
2
3 LBIN=/usr/local/teTeX/bin
4 #LBIN=/usr/bin/
5
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 *