diff --git a/chapters/title.tex b/chapters/title.tex index 88a0f15..135c0b8 100644 --- a/chapters/title.tex +++ b/chapters/title.tex @@ -3,32 +3,35 @@ % \begin{titlepage} -\cfgUniversityName\\ -\cfgUniversityDepartment\\ -Studiengang \cfgUniversityDegreeCourse\\ -\\ -\cfgDocClassification\\ -\cfgCourseName\\ + \begin{center} + \Huge + \cfgDocTitle\\ - \begin{center} - \Huge - \cfgDocTitle\\ - \vspace{10mm} - \Large - \cfgDocSubTitle\\ - \vspace{15mm} - \normalsize - Version \cfgDocVersion - \end{center} + \vspace{5mm} + \normalsize + \cfgAuthorName\\ + \cfgDocSubTitle\\ - \vfill - Vorgelegt von\\ - \vspace{3mm} \ \\ - \cfgAuthorName, \cfgAuthorMatriculationNum\\ - \cfgAuthorContact\\ - Im \cfgSemesterName\\ - \vspace{3mm} \ \\ - bei \cfgUniversitySupervisorName\\ - \cfgUniversitySupervisorContact\\ + \vspace{1cm} + \normalsize + \textbf{\cfgUniversityName}\\ + \cfgUniversityDepartment\\ + \cfgUniversityDegreeCourse\\ + \vspace{1cm} + \large + \begin{table}[h] + \centering + \begin{tabular}{lr} + Student: & \cfgAuthorName\\ + Matrikelnummer: & \cfgAuthorMatriculationNum\\ + Abgabe im Semester: & \cfgSemesterName\\ + \\ + Betreuer der Hochschule Worms: & \cfgUniversitySupervisorName\\ + Betreuer Partnerunternehmen: & \cfgBusinessSupervisor\\ + Kontakt: & \cfgBusinessSupervisorContact\\ + \end{tabular} + \end{table} + \end{center} \end{titlepage} + diff --git a/config.tex b/config.tex index 530e6fb..bf3382b 100644 --- a/config.tex +++ b/config.tex @@ -3,8 +3,8 @@ % % Document title -\newcommand{\cfgDocTitle}{Eine wissenschaftliche Arbeit} -\newcommand{\cfgDocSubTitle}{Mit LaTeX} +\newcommand{\cfgDocTitle}{Bericht zum Praxismodul X} +\newcommand{\cfgDocSubTitle}{Bei \cfgBusinessName} % Document classification \newcommand{\cfgDocClassification}{Hausarbeit} @@ -18,19 +18,27 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Author name -\newcommand{\cfgAuthorName}{Mux Mastermann} +\newcommand{\cfgAuthorName}{Maximilian Mustermann} % Author matriculation number -\newcommand{\cfgAuthorMatriculationNum}{696969\_CHANGE\_THAT!!} - -% Author contact -\newcommand{\cfgAuthorContact}{mux@hotmail.com} +\newcommand{\cfgAuthorMatriculationNum}{123456} % Author city \newcommand{\cfgAuthorCity}{Worms} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Partner business name +\newcommand{\cfgBusinessName}{Partnerunternehmen XYZ} + +% Partner business supervisor +\newcommand{\cfgBusinessSupervisor}{Vorname Nachname} + +% Partner business supervisor contact +\newcommand{\cfgBusinessSupervisorContact}{name@partnerunternehmen.de} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + % University city \newcommand{\cfgUniversityCity}{Worms} @@ -44,10 +52,10 @@ \newcommand{\cfgUniversityDegreeCourse}{Angewandte Informatik - dual (B.Sc)} % University supervisor name -\newcommand{\cfgUniversitySupervisorName}{Michael D.Werle-Rutter} +\newcommand{\cfgUniversitySupervisorName}{Normen Haas} % University supervisor contact -\newcommand{\cfgUniversitySupervisorContact}{rutter@hs-worms.de} +\newcommand{\cfgUniversitySupervisorContact}{haas@hs-worms.de} % Semester year \newcommand{\cfgSemesterYear}{2021/22} @@ -55,5 +63,3 @@ % Semester name \newcommand{\cfgSemesterName}{Wintersemester \cfgSemesterYear} -% University course name -\newcommand{\cfgCourseName}{Wissenschaftliches Arbeiten}