source: trunk/MagicSoft/GRB-Proposal/make_ps.sh@ 6698

Last change on this file since 6698 was 6256, checked in by gaug, 20 years ago
*** empty log message ***
  • Property svn:executable set to *
File size: 217 bytes
Line 
1#!/bin/bash
2
3rm GRB_proposal_2005.aux
4latex GRB_proposal_2005.tex
5#bibtex GRB_proposal_2005
6latex GRB_proposal_2005.tex
7latex GRB_proposal_2005.tex
8dvips GRB_proposal_2005.dvi
9gv GRB_proposal_2005.ps &
10
11# all done
Note: See TracBrowser for help on using the repository browser.