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