Skip to content

LaTeX template for English reports and theses at the University of Koblenz–Landau

License

Notifications You must be signed in to change notification settings

zsteinmetz/uniLDthesis

Repository files navigation

uniLDthesis

Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows. TeX Live License: CC BY-SA 4.0

Unofficial LaTeX template for English reports and theses at the University of Koblenz–Landau. A PDF preview is available here.

Download

Either clone this git repository or download the complete archive as zip.

Build

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.

Using Make

Simply type make into your command line and open the PDF. This step requires Make.

Using latexmk

You can also use latexmk by typing:

latexmk main

After building, you may want to clean your environment with latexmk -c.

Manual compiling

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

Features

  • Optional second/external logo
  • color option to toggle the blue university logo
  • oneside or twoside layout
  • variable base font size
  • draft mode: enables line numbering, hides images for faster compilation
  • review 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, and amssymb
  • acro
  • babel
  • booktabs
  • caption
  • enumitem
  • graphicx
  • hyperref
  • microtype
  • multirow
  • natbib

Have a look at CTAN for package details.

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0).

About

LaTeX template for English reports and theses at the University of Koblenz–Landau

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published