From 62794786fe96a046b023ab4b064364de4b66e900 Mon Sep 17 00:00:00 2001
From: Jan Wille <jan.wille@stud.hs-hannover.de>
Date: Mon, 28 Mar 2022 19:39:32 +0200
Subject: [PATCH] explain documentclass

---
 example.tex | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/example.tex b/example.tex
index 317c83c..ad5bb7e 100644
--- a/example.tex
+++ b/example.tex
@@ -4,6 +4,11 @@
 % - Bad type area setting, caused by using a landscape page. The type area is malformed, but this is no problem if you only include external pages
 
 
+% # choosing a document class:
+% The command below is the first one you will see in pretty much any LaTeX document. It sets up the so called documentclass,
+% which is what determines all of your styling and sets up loads of stuff for you. In general there are classes for pretty much
+% every type of document you could need, but this project provides a few classes specialized for the Hochschule Hannover.
+% You can find information about the classes and the options in the README, but here is an example setup with load of comments:
 \documentclass[	%----------------------Preamble---------------------------------------------------%
 		fontsize=11pt,  % fontsize
 		a4paper,	    % papersize
-- 
GitLab