Skip to content

LennartHallenberger/LaTeX-Vorlage-THM-StudiumPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latex-THM

This is a a LaTex document template for THM and StudiumPlus reports, intended for usage with Overleaf

Getting Started

LaTex Version

Clone this repo and modify the document.tex file according to your needs. See here for a preview.

Custom commands

DocumentType

Set the document type with:

\documentType{Praxisphasenbericht}{SS 2020}

As second argument a short description (e.g. semester) can be supplied. Use {} for empty description.

Author

The standard author command of LaTex is overriden

\author{Your Name}{Your zip code}{Your place}{Your address}{Your matnr}

Supply additional information like shown above. Use {} for empty description

Title

No custom command but you'll need it to set the title of your report.

\title{Your title}

Company supervisor

Set your company supervisor with:

\companysupervisor{Name}

University supervisor

Set your unversity supervisor with:

\unisupervisor{Name}

Company

Set company information.

\company{Company name}{company zip code}{company place}{company address}{Bilder/logo.png}

Maketitle

Use the standard \maketitle command to generate your title page. All your information will be added automatically.

Makeinsurance

Use \makeinsurance for generating a insurance section. All your information will be added automatically.

Lock mark

Adds a generic lock mark to your document.

\lockMark

Common acronyms

Adds a statement about the usage of common known acronyms.

\commonAcronyms

About

Die Vorlage ist für die Nutzung mit Overleaf gedacht.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages