/wkrpt

LaTeX template for University of Waterloo Workterm Reports

Primary LanguageTeX

wkrpt

wkrpt is a LaTeX template for writing University of Waterloo Workterm Reports (for Software Engineers, at least!). It follows the guidelines found here. Latest term for which this template is verified to work: Fall 2015.

Usage

git clone https://github.com/TheKevJames/wkrpt.git
cd wkrpt
make

Write your report in wkrpt.tex and the Makefile will auto-generate your completed document.

If you don't have GNU Make, this project can also be built with any standard XeLaTeX + BibLaTeX build system. See the Makefile for more information.

LaTeX Dependencies

If you find yourself unable to build, make sure you have the following latex packages installed (copied to $TEXMF/tex/). Missing LaTeX packages can be found on CTAN.

fontspec
geometry
graphicx
setspace
titlesec
tocloft
url

You will also need the IEEE BibTeX style package installed in $TEXMF/bitex/bst/

A guide for writing your wkrpt.bib file can be found here.

Contributing

If you noticed any style requirements which were missed, submit a pull request!