Revision: | 713 |
Committed: | Sat Aug 23 17:01:50 2003 UTC (21 years, 8 months ago) by mmeineke |
File size: | 286 byte(s) |
Log Message: | added some work to DUFF |
# | Content |
---|---|
1 | #!/bin/bash |
2 | |
3 | LBIN=/usr/local/teTeX/bin |
4 | |
5 | /bin/rm -f currTmp.* |
6 | |
7 | cat header.tex > currTmp.tex |
8 | cat $1 >> currTmp.tex |
9 | cat footer.tex >> currTmp.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 |
Name | Value |
---|---|
svn:executable | * |