Using the CL LaTeX Classes
- Download the archive CLaTeX.tar.bz2.
-
Extract it with tar -xjf CLaTeX.tar.bz2. This
generates the file
CLaTeX.dtx
and the directorylogos
containingclshortlogo.pdf
,ifilogo.pdf
, andunilogo.pdf
in the current directory. -
Run
pdflatex CLaTeX.dtx
three times to generate the documentation (CLaTeX.pdf
),CLaTeX.ins
, and several example files (includinghowto.tex
). -
Run
pdflatex CLaTeX.ins
to 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.tex
gives some guidelines when writing a thesis. After the four commandspdflatex howto
,bibtex howto
,pdflatex howto
, andpdflatex howto
one 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.