[next] [prev] [prev-tail] [tail] [up]

3 Usage

An example of how to use this class file and most of its features is provided in clsample.tex.

Use this class file the same way you would use the report class, i. e. by putting \documentclass{clthesis} at the beginning of your LaTeX file. You can use exactly the same options as for the report class, although you probably do not need to use any options at all. The only change compared to the report class is that 11pt font (instead of 10pt) is used if no font size is specified. This seems to be the preferred font size of the Graduate School.

After this you can put all your \usepackage commands. The class clthesis should work with most of the standard LaTeX packages2 .

When you compile your LaTeX file, you will probably get some warnings that your LaTeX version is too old (when sectsty is loaded) and that \@makecol has changed (when footmisc is loaded). You can ignore these warnings.

[next] [prev] [prev-tail] [front] [up]