Revision: | 1003 |
Committed: | Mon Feb 2 21:56:16 2004 UTC (21 years, 3 months ago) by mmeineke |
File size: | 324 byte(s) |
Log Message: | added some figures to the Intro. Also lots of equations |
# | User | Rev | Content |
---|---|---|---|
1 | mmeineke | 953 | #!/bin/bash |
2 | |||
3 | mmeineke | 1003 | 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 |
Name | Value |
---|---|
svn:executable | * |