| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #!/bin/bash | |
| 2 | ||
| 3 | ||
| 4 | < | #LBIN=/usr/local/teTeX/bin |
| 5 | < | LBIN=/usr/bin |
| 4 | > | LBIN=/usr/local/teTeX/bin |
| 5 | > | #LBIN=/usr/bin |
| 6 | ||
| 7 | base=mule | |
| 8 | ||
| # | Line 17 | Line 17 | $LBIN/latex $base | |
| 17 | $LBIN/latex $base | |
| 18 | $LBIN/latex $base | |
| 19 | ||
| 20 | < | $LBIN/dvips -o $base.ps $base.dvi |
| 20 | > | #$LBIN/dvips -o $base.ps $base.dvi |
| 21 | ||
| 22 | < | ghostview $base.ps |
| 22 | > | #ghostview $base.ps |
| 23 | > | |
| 24 | > | xdvi -fg black $base.dvi |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |