From 99a9895132208602eafc3afbf906d8a6d164269a Mon Sep 17 00:00:00 2001
From: Jan Wille <jan.wille@stud.hs-hannover.de>
Date: Tue, 8 Aug 2023 18:37:12 +0200
Subject: [PATCH] make comments more clear

---
 project.tex | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/project.tex b/project.tex
index 76bc5f7..ab48fb8 100644
--- a/project.tex
+++ b/project.tex
@@ -1,6 +1,6 @@
 \documentclass[f1]{HsH-report} % documentclass
 
-% include packages here
+%% include packages here:
 
 %% projects specific data:
 \author{
@@ -19,6 +19,8 @@
 \professor{Professor}
 \keywords{keyword}
 
+%% project specific commands:
+
 \begin{document} % --------------------------------------------------------------------------------
-	% your code goes here
+	% your text goes here
 \end{document}
-- 
GitLab