========================================================
Running the Latex ...
========================================================

To compile the latex, type:

   source .compile

This will define the alias:

   alias compile 'latex mainthesis.tex;
                  bibtex    mainthesis;
                  latex mainthesis.tex;
                  latex mainthesis.tex;
                  dvips mainthesis.dvi -o mainthesis.ps;
                  gv mainthesis.ps'

Then just type

   compile

at the prompt.
========================================================

