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} \begin{titlepage}
\cfgUniversityName\\
\cfgUniversityDepartment\\
Studiengang \cfgUniversityDegreeCourse\\
\\
\cfgDocClassification\\
\cfgCourseName\\
\begin{center} \begin{center}
\Huge \Huge
\cfgDocTitle\\ \cfgDocTitle\\
\vspace{10mm}
\Large \vspace{5mm}
\cfgDocSubTitle\\
\vspace{15mm}
\normalsize \normalsize
Version \cfgDocVersion \cfgAuthorName\\
\cfgDocSubTitle\\
\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{center}
\vfill
Vorgelegt von\\
\vspace{3mm} \ \\
\cfgAuthorName, \cfgAuthorMatriculationNum\\
\cfgAuthorContact\\
Im \cfgSemesterName\\
\vspace{3mm} \ \\
bei \cfgUniversitySupervisorName\\
\cfgUniversitySupervisorContact\\
\end{titlepage} \end{titlepage}

View File

@ -3,8 +3,8 @@
% %
% Document title % Document title
\newcommand{\cfgDocTitle}{Eine wissenschaftliche Arbeit} \newcommand{\cfgDocTitle}{Bericht zum Praxismodul X}
\newcommand{\cfgDocSubTitle}{Mit LaTeX} \newcommand{\cfgDocSubTitle}{Bei \cfgBusinessName}
% Document classification % Document classification
\newcommand{\cfgDocClassification}{Hausarbeit} \newcommand{\cfgDocClassification}{Hausarbeit}
@ -18,19 +18,27 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Author name % Author name
\newcommand{\cfgAuthorName}{Mux Mastermann} \newcommand{\cfgAuthorName}{Maximilian Mustermann}
% Author matriculation number % Author matriculation number
\newcommand{\cfgAuthorMatriculationNum}{696969\_CHANGE\_THAT!!} \newcommand{\cfgAuthorMatriculationNum}{123456}
% Author contact
\newcommand{\cfgAuthorContact}{mux@hotmail.com}
% Author city % Author city
\newcommand{\cfgAuthorCity}{Worms} \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 % University city
\newcommand{\cfgUniversityCity}{Worms} \newcommand{\cfgUniversityCity}{Worms}
@ -44,10 +52,10 @@
\newcommand{\cfgUniversityDegreeCourse}{Angewandte Informatik - dual (B.Sc)} \newcommand{\cfgUniversityDegreeCourse}{Angewandte Informatik - dual (B.Sc)}
% University supervisor name % University supervisor name
\newcommand{\cfgUniversitySupervisorName}{Michael D.Werle-Rutter} \newcommand{\cfgUniversitySupervisorName}{Normen Haas}
% University supervisor contact % University supervisor contact
\newcommand{\cfgUniversitySupervisorContact}{rutter@hs-worms.de} \newcommand{\cfgUniversitySupervisorContact}{haas@hs-worms.de}
% Semester year % Semester year
\newcommand{\cfgSemesterYear}{2021/22} \newcommand{\cfgSemesterYear}{2021/22}
@ -55,5 +63,3 @@
% Semester name % Semester name
\newcommand{\cfgSemesterName}{Wintersemester \cfgSemesterYear} \newcommand{\cfgSemesterName}{Wintersemester \cfgSemesterYear}
% University course name
\newcommand{\cfgCourseName}{Wissenschaftliches Arbeiten}