What this is
This is a template designed to ease the workflow when writing documents for the Hochschule Hannover. It is intended to be used in all sophisticated
works, from lab-reports to masters thesis's.
The project provides custom document-classes caring the HsH-
prefix as well as support files. These classes extend the well known KOMA-script classes and customize them
them with specific configurations and presets as well as providing commonly needed features.
Provides classes are:
HsH-article
HsH-report
HsH-book (planed)
HsH-standalone
Version: BETA 0.5, 18.03.2021
Check out the Example-Branche
Requirements:
MikTex is recommended, TexLive doesn't find some packages, if somebody get's it working, let me know.
biber
-Backend is standart! If you have Problems with that, check the FAQ.
The Makefile
is only tested with mingw32-make.
Quick start guide:
Quick and dirty
To get started, create a new folder for your project somewhere on your PC and create your .tex
file. Copy the classfile (.cls
) you want to use and
the HsH-logo.pdf
from the src folder to your projectfolder. You can optionally copy the config.tex
and the personal.tex
, but you can also
configure everything in your preamble.
using a proper subfolder structure
The projects also provides a recommendation for a subfolder structure, to keep things organized. Cloning the complete projekt into your projectfolder
will allow you to use it easily.
This has the downside of storing classfiles and other needed files in the .\src folder, which means it needs to be added to the path searched when
running your latex command. How to do that is explained in the wiki.
The provided Makefile demonstrates how to run a successful build, you might want to check it out.
Use the Wiki:
Use the wiki here: