2022-01-02 15:19:25 +01:00

57 lines
1.3 KiB
TeX

%
% Project configuration
%
% Document title
\newcommand{\cfgDocTitle}{Eine wissenschaftliche Arbeit}
\newcommand{\cfgDocSubTitle}{Mit LaTeX}
% Document classification
\newcommand{\cfgDocClassification}{Hausarbeit}
% Document version
\newcommand{\cfgDocVersion}{1.0}
% Last modification date
\newcommand{\cfgDateLastModification}{15. November 2021}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Author name
\newcommand{\cfgAuthorName}{Mux Mastermann}
% Author matriculation number
\newcommand{\cfgAuthorMatriculationNum}{696969\_CHANE\_THAT!!}
% Author contact
\newcommand{\cfgAuthorContact}{mux@hotmail.com}
% Author city
\newcommand{\cfgAuthorCity}{Worms}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% University city
\newcommand{\cfgUniversityCity}{Worms}
% University name
\newcommand{\cfgUniversityName}{Hochschule \cfgUniversityCity}
% University department
\newcommand{\cfgUniversityDepartment}{Fachbereich Informatik}
% University degree course
\newcommand{\cfgUniversityDegreeCourse}{Angewandte Informatik - dual (B.Sc)}
% University supervisor name
\newcommand{\cfgUniversitySupervisorName}{Michael D.Werle-Rutter}
% Semester year
\newcommand{\cfgSemesterYear}{2021/22}
% Semester name
\newcommand{\cfgSemesterName}{Wintersemester \cfgSemesterYear}
% University course name
\newcommand{\cfgCourseName}{Wissenschaftliches Arbeiten}