Warning: This was released in 2020; the style guide is probably outdated by now. I'm keeping this here as a reference.

An unofficial WIZ PWr thesis document class for LaTeX.

Wizthesis is a LaTeX document class compliant with the stylistic requirements of a thesis at the Faculty of Computer Science and Management (aka WIZ) at the Wrocław University of Science and Technology.

1. Overview

The document class follows, to the best extent, the rules of editing of the Faculty of Computer Science and Management. Most notable features include:

2. Usage

To use this class in your own TeX environment, whether it's a local installation or a tool like Overleaf, it's sufficient to put the wizthesis.cls file into the same folder where the sources are located. If you have to use that class regularly, you should place it into your local TeX tree. To use the wizthesis class, load it via \documentclass at the beginning of your .tex file like so:

\documentclass[english,masters]{wizthesis}

The class provides several options to customize your document:

As the class derives from the book class, it also provides some, but not all, options native to it:

Other options from the book class are either superfluous or not available for wizthesis. These include titlepage, notitlepage, a4paper, a5paper, letterpaper, b5paper, executivepaper, legalpaper, 10pt, 11pt, 12pt, twocolumn, onecolumn, landscape, oneside, twoside, leqno, and fleqn. Wizthesis will give you an appropriate warning if you try to use any of these.

To set up the information about the thesis, use the following commands in the preamble:

3. Source

4. See also

5. License

This software is licensed under the MIT license.