2
0

xurl-Package eingefügt. DFHI-spezifische Titelseite.

This commit is contained in:
amiede
2024-08-30 11:01:37 +02:00
committed by Tim Wall
parent 68f9023c15
commit 8cbc99b6d0
7 changed files with 60 additions and 7 deletions

View File

@@ -0,0 +1,50 @@
%*******************************************************
% Titlepage
% [Nicht zu verändern]
%*******************************************************
\begin{titlepage}\linespread{1.5}\selectfont
\noindent\includegraphics[width=3cm]{Graphics/logo-dfhi} \hfill \includegraphics[width=3cm]{Graphics/logo-uni-de-lorraine} \medskip
\noindent\includegraphics[width=\linewidth]{Graphics/htwsaar_Logo_inwi_head_VF_4C_crop}
\begin{center}
\large
\hfill
\vfill
\begingroup
\Large\bfseries\myDegreeType-Thesis
\endgroup
\bigskip
zur Erlangung des akademischen Grades \\
\myDegree \\
an der \myUni \\
und \\
der Université de Lorraine, Metz \\
im Studiengang \myDegreeCourse \\
des Deutsch-Französischen Hochschulinstituts (DFHI / ISFATES) \\ 
\vfill
\begingroup
\Large\bfseries\myTitle
\endgroup
\bigskip
vorgelegt von \\
\myName
\vfill
betreut und begutachtet von \\
\myFirstProf \\
\mySecondProf
\vfill
\myLocation, \myTime
\end{center}
\end{titlepage}

BIN
Graphics/logo-dfhi.pdf Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,12 +1,11 @@
# htwsaar-i-mst-vorlage [![Build LaTeX document](https://github.com/systemtechniklabor/htwsaar-i-mst-vorlage/actions/workflows/build_pdf.yml/badge.svg)](https://github.com/systemtechniklabor/htwsaar-i-mst-vorlage/actions/workflows/build_pdf.yml)
Eine LaTeX-Vorlage für Abschlussarbeiten im Bereich Informatik/Mechatronik-Sensortechnik an der htw saar.
Eine LaTeX-Vorlage für Abschlussarbeiten im Bereich Informatik/Mechatronik-Sensortechnik an der htw saar. Auch für die DFHI-Informatik-Studiengänge geeignet (Deckblatt).
Details zur Installation und Konfiguration sind in der Vorlage selbst enthalten.
[Das Wiki](https://github.com/systemtechniklabor/htwsaar-i-mst-vorlage/wiki) enthält Best Practices und weitere Hinweise (ist aktuell noch im Aufbau).
### Hinweis zum Ausdruck des Abgabeexemplars
Bitte drucken Sie das Dokument *beidseitig* (doppelseitig) aus, weil dies Papier spart und professioneller aussieht.

View File

@@ -8,13 +8,15 @@
% ****************************************************************************************************
% 1. Personal data and user ad-hoc commands
% ****************************************************************************************************
\newcommand{\myTitle}{Eine \LaTeX-Vorlage für Abschlussarbeiten im Bereich Informatik/Mechatronik-Sensortechnik an der htw saar}
\newcommand{\myTitle}{Eine \LaTeX-Vorlage für Abschlussarbeiten im Bereich Informatik/Mechatronik-Sensortechnik (inkl. DFHI) an der htw saar}
\newcommand{\myDegree}{Bachelor of Science (B.\,Sc.)\xspace}
%\newcommand{\myDegree}{Master of Science (M.\,Sc.)\xspace}
\newcommand{\myDegreeType}{Bachelor\xspace}
%\newcommand{\myDegreeType}{Master\xspace}
\newcommand{\myDegreeCourse}{Praktische Informatik}
%\newcommand{\myDegreeCourse}{Informatik und Web-Engineering}
%\newcommand{\myDegreeCourse}{Kommunikationsinformatik}
%\newcommand{\myDegreeCourse}{Produktionsinformatik}
\newcommand{\myName}{Max Muster\xspace}
\newcommand{\myUni}{Hochschule für Technik und Wirtschaft des Saarlandes\xspace}
\newcommand{\myCompany}{SoftwareCenter Musterhausen\xspace}
@@ -22,7 +24,7 @@
\newcommand{\mySecondProf}{Prof. Dr. Thomas Kretschmer\xspace}
\newcommand{\myLocation}{Saarbrücken\xspace}
\newcommand{\myTime}{Tag.~Monat~Jahr\xspace}
\newcommand{\currentVersion}{Version 2.23, März 2022\xspace} % TODO: ggf. über git Versionsinformationen automatisch bereitstellen und verwenden
\newcommand{\currentVersion}{Version 2.25, August 2024\xspace} % TODO: ggf. über git Versionsinformationen automatisch bereitstellen und verwenden
% ********************************************************************
% Setup, finetuning, and useful commands
@@ -142,6 +144,7 @@ belowcaptionskip=1\baselineskip,
% ********************************************************************
% Using PDFLaTeX
% ********************************************************************
\usepackage{xurl} % better handling of long URLs / hyphenation
\PassOptionsToPackage{pdftex,hyperfootnotes=false,pdfpagelabels}{hyperref}
\usepackage{hyperref} % backref linktocpage pagebackref
\pdfcompresslevel=9

Binary file not shown.

View File

@@ -30,6 +30,7 @@
% Frontmatter
%*******************************************************
\include{FrontBackmatter/Titlepage}
%\include{FrontBackmatter/Titlepage_dfhi} % <-- für DFHI-Studiengänge
\cleardoublepage\include{FrontBackmatter/Declaration}
%\cleardoublepage\include{FrontBackmatter/ConfidentialityClause} % <-- sollte in der Regel nicht notwendig sein und mit Betreuer/Unternehmen abgeklärt werden
\cleardoublepage\include{FrontBackmatter/Abstract}