From bdcf15ecc0565906a00399e515f8b2156aa4620f Mon Sep 17 00:00:00 2001 From: Frederik Beimgraben Date: Thu, 30 Oct 2025 01:27:34 +0100 Subject: [PATCH] =?UTF-8?q?F=C3=BCge=20Modulnamen-Variable=20f=C3=BCr=20Fo?= =?UTF-8?q?oter=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Settings/General.tex | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Settings/General.tex b/Settings/General.tex index a47dbb7..ded491d 100644 --- a/Settings/General.tex +++ b/Settings/General.tex @@ -136,6 +136,15 @@ Seminararbeit, wissenschaftliche Ausarbeitung, Bachelor-Thesis, Studium, Plagiat } +% ------------------------------------------------------------------------------ +% Module Name +% ------------------------------------------------------------------------------ +% The module name for this document (appears in footer) +% This is typically the course or module code and name +% Example: \newcommand{\modulename}{SAT - Seminararbeit Technik} +% ------------------------------------------------------------------------------ +\newcommand{\modulename}{Modulname} + % ------------------------------------------------------------------------------ % List of Equations Configuration % ------------------------------------------------------------------------------