From 21d42a32e3ccc8954de7827dd65125cadb0df4b7 Mon Sep 17 00:00:00 2001 From: Jan Wille <jan.wille@stud.hs-hannover.de> Date: Mon, 28 Mar 2022 16:10:58 +0200 Subject: [PATCH] explaining preamble --- example.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/example.tex b/example.tex index ad5bb7e..79d2b52 100644 --- a/example.tex +++ b/example.tex @@ -21,6 +21,11 @@ ]{HsH-report} % documentclass +% # the preamble: +% everything between `\docuemtnclass' and `\begin{document}' is called the preamble. Here you configure all settings for your document. +% The `\documentclass' command is actually part of that configuration. Lets see what you could do here: + + % bibliography % include biblatex, if you want to use it: % \usepackage{biblatex} % coment this in to use biber -- GitLab