Revision: | 712 |
Committed: | Sat Aug 23 12:07:27 2003 UTC (21 years, 8 months ago) by mmeineke |
File size: | 273 byte(s) |
Log Message: | added a currMake script to replace the make current |
# | User | Rev | Content |
---|---|---|---|
1 | mmeineke | 712 | #!/bin/bash |
2 | |||
3 | LBIN=/usr/bin | ||
4 | |||
5 | /bin/rm -f currTmp.* | ||
6 | |||
7 | cat header.tex > currTmp.tex | ||
8 | cat $1 >> currTmp.tex | ||
9 | cat footer.tex >> curTmp.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 | * |