Lennart97 / Latex-THM

A Latex template for scientific papers used by the THM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latex-THM

This is a a LaTex document class useable for the THM and StudiumPlus.

Getting Started

LaTex Version

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

Pandoc Version

If your not familiar with LaTex or simply prefer writing in markdown but you like these beautiful looking LaTex pdf's thats completly fine. Use document.md as a start. If you are ready run

pandoc document.md -o document.pdf --template THM.latex --top-level-division=chapter

to compile your markdown to pdf.

Custom commands

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.

DocumentType

Set the document type with:

\documentType{Praxisphasenbericht}{SS 2018}

As second argument a short description 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

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}{logo.png}

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

A Latex template for scientific papers used by the THM


Languages

Language:TeX 100.0%