source:
trunk/MagicSoft/GC-Proposal/los.sh@
7037
Last change on this file since 7037 was 6672, checked in by , 20 years ago | |
---|---|
|
|
File size: 138 bytes |
Line | |
---|---|
1 | #!/usr/local/bin/bash |
2 | |
3 | latex GC.tex |
4 | bibtex GC |
5 | latex GC.tex |
6 | latex GC.tex |
7 | dvips GC.dvi |
8 | gv GC.ps & |
9 | ps2pdf GC.ps |
10 | chmod 755 GC.pdf |
11 | |
12 | # all done |
Note:
See TracBrowser
for help on using the repository browser.