From 6caed0de4973a96992f43d600fd1052972f747e6 Mon Sep 17 00:00:00 2001 From: Jan Wille <jan.wille@stud.hs-hannover.de> Date: Mon, 28 Mar 2022 19:51:38 +0200 Subject: [PATCH] document info explained --- example.tex | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/example.tex b/example.tex index f5a4bd3..837ba8b 100644 --- a/example.tex +++ b/example.tex @@ -61,11 +61,15 @@ \addbibresource{bib/localBibliography.bib} -% configure your projec specific data: +% # document information +% In your preamble you also list your documents information and metadata. These will be used on the title-page as well as being available throughout +% the document. Additionally, these documentclasses set up the resulting PDF file with the appropriate Metadata. +% You can just delety any of this comands or leave them empty if you don't need it for a project. +% See the following examples and what they create in the PDF file: \author{ Max Mustermann, Mira Musterfrau -} +} % the author and matrikelnr commands could also be on a single line, this is just more readable \matrikelnr{ 1234567, 9876543 -- GitLab