LaTeX class niuthesis.cls

Roland Winkler
NIU Graduate School has various formal requirements concerning the layout of a thesis that can be cumbersome to implement when writing the thesis on the computer. LaTeX can be very helpful for that. Here is a LaTeX class file niuthesis.cls that implements for a LaTeX document the formatting guidelines of the Graduate School. With this class file you can write your thesis like any standard LaTeX document, and LaTeX will take care of all the formatting issues. This way you can focus more on the content of your thesis instead of being distracted by formal issues.

Please, let me know if I overlooked any formatting rules of the Graduate School.

This class file works by loading several style files that do the real work. Usually, these style files are part of any recent LaTeX distribution. If you get error messages from LaTeX saying that it cannot find certain style files put the following files into your working directory and the error messages should disappear.

Here is a an example that illustrate the usage of niuthesis.cls. You can use it as a template for getting started with your own thesis. I have broken down the thesis into separate files for each chapter. This is often more convenient than one big file for everything.

LaTeX freaks: Most other LaTeX packages with cool and fancy stuff should work well, too, provided they are compatible with the above standard style files that are used internally by niuthesis.cls. I didn't include such things here to keep things clear and simple for novices.


Last modified: 2008-01-16 14:41:47 by Roland Winkler