source: trunk/MagicSoft/TDAS-Extractor/make_ps.sh@ 6371

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