Using the CL LaTeX Classes
- Download the archive CLaTeX.tar.bz2.
-
Extract it with tar -xjf CLaTeX.tar.bz2. This
generates the file
CLaTeX.dtxand the directorylogoscontainingclshortlogo.pdf,ifilogo.pdf, andunilogo.pdfin the current directory. -
Run
pdflatex CLaTeX.dtxthree times to generate the documentation (CLaTeX.pdf),CLaTeX.ins, and several example files (includinghowto.tex). -
Run
pdflatex CLaTeX.insto generate the class filesclbthesis.cls,clmthesis.cls,clpthesis.cls,clseminar.cls,clreport.cls, andhowto.cls. - Read the documentation (at the very least Sections 1 to 3).
-
The file
howto.texgives some guidelines when writing a thesis. After the four commandspdflatex howto,bibtex howto,pdflatex howto, andpdflatex howtoone can view the documenthowto.pdf.
Note
Since documents generated by latex + dvipdf
do have different margins from those generated by pdflatex
the use of the former is discouraged: use pdflatex.
If you have a good reason for using latex + dvipdf,
contact your supervisor.