What to do
- Ensure LaTeX is installed. If you're using Linux,
apt-get install tetex-base will do everything you need. You can them skip to step 3. If you're using Windows you have to jump through some hoops. Read one of the following...
Install Base Latex System or Install Full Latex System.
- Windows Users Only Ensure the latex binary is in your class path (in dos type echo %PATH% to see if it includes the latex directory) if it doesnt...
- Click on System in Control Panel
- Click Advanced
- Click Environment Variables
- Select Path
- Add C:\texmf\miktex\bin to Path
If this doesn't work , ask someone for help. I am not great with Windows anymore. This definitely works on XP. This page may help.
- Run the command
latex template.tex twice (having downloaded template.tex from this site of course :)
- Run the command
yap template.dvi to view your dvi file in a previewer
- To get a pdf , run either
pdflatex, or dvi2pdf on the .tex or .dvi respectively
- Once you've got that working , simply write 40 pages of your thesis. Enjoy!
Downloads Available
Useful Links
- I could give you useful links for latex, but I find the best way is to use google. If google fails , try google groups (comp.text.tex)