Unofficial LaTeX template for English reports and theses at the University of Koblenz–Landau. A PDF preview is available here.
Either clone this git repository or download the complete archive as zip.
Building PDF files from LaTeX sources requires a complete LaTeX distribution installed on your computer, e.g. TeX Live or MiKTeX. See the LaTeX compendium on Wikibooks for a comprehensive overview and installation instructions. The following steps have been tested on Ubuntu Linux using Tex Live 2015.
Simply type make
into your command line and open the PDF. This step requires Make.
You can also use latexmk by typing:
latexmk main
After building, you may want to clean your environment with latexmk -c
.
Alternatively, you can manually compile from sources. The template is recommended to be compiled with pdflatex:
pdflatex main
makeindex -s main.ist -t main.alg -o main.acr main.acn
pdflatex main
- Optional second/external logo
color
option to toggle the blue university logooneside
ortwoside
layout- variable base font size
draft
mode: enables line numbering, hides images for faster compilationreview
option: keeps line numbering enabled but displays images
The document class is based on the KOMA script book class scrbook
.
Packages loaded by default include:
- AMS packages
amsfonts
,amsmath
, andamssymb
acro
babel
booktabs
caption
enumitem
graphicx
hyperref
microtype
multirow
natbib
Have a look at CTAN for package details.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0).