Praxisbericht title page content

This commit is contained in:
Leonetienne 2022-05-19 09:44:10 +02:00
parent d3d69b4d1f
commit 3b854f61d6
No known key found for this signature in database
GPG Key ID: 0297FC11AD9236EF
2 changed files with 45 additions and 36 deletions

View File

@ -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}

View File

@ -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}