| Command | Input to Output | What you will need |
| latex filename.tex | this will the .text file to a .dvi file filename.dvi | The dvi Previewer is part of MikTex. It can be found under the "All Programs" menu within the MikTex menu |
| dvips -Ppdf -o filename.ps filename | this will convert the .dvi file to a .ps file filename.ps | This will require GS View or some similar software. These are also freely available on the web. |
| ps2pdf filename.ps filename.pdf | this will convert the .ps file to a.pdf file | This requires Adobe Reader which can be downloaded for free. |