last modified:
05:42 PM MDT, Tue 21 Apr 2009
This page is ANCIENT. Nevertheless, below you will find an example of using LaTeX for an OU dissertation. Some OU students are still finding that useful. This page is designed for Unix/Linux users. But I have assembled some tips for people needing LaTeX on windows. On Unix/Linux, you will need latex, pdflatex, xdvi, dvips and gv.
A first experience with LaTeX
Here we go.
Download into a suitable directory (playtex might be a suitable name): then: latex jfm2esam.tex latex jfm2esam.tex That's right, you really should type it twice xdvi jfm2esam.dvi dvips -o jfm2esam.ps jfm2esam.dvi lpr jfm2esam.ps or preview first with gv After looking at jfm2esam.ps (preferably at the 600 dpi resolution of a good printer) and being suitably impressed and excited, crack open jfm2esam.tex with a text editor and be suitably horrified. Does it really have to be that complicated? Well not always. Try this for a gentler introduction. Download first.tex. Then latex first.tex latex first.tex xdvi first.dvi dvips -o first.ps first.dvi gv first.ps lpr first.ps pdflatex first.tex gv first.pdf Note: On some Linux systems, you may have gpdf or xpdf available for viewing pdf files. But gv, which originated as a postscript viewer, seems to have adequate pdf capabilities. ghostview has yielded to gv in recent Linux distros, with ghostview merely providing a symbolic link to gv. Below you will find a progression of further examples that introduce the finer points of LaTeX. But first, read the manual... Learning more about LaTeX
Bundled LaTeX examplesBelow are several examples of using LaTeX. After you download thefiles.tar.gz then: gunzip thefiles.tar.gz tar xvf thefiles.tar cd thefiles cat Readme
Some Tips
Links |