added abstract placeholders

This commit is contained in:
Simon
2024-01-14 23:55:43 +01:00
parent aa6dda5a56
commit bb85837ba2
3 changed files with 11 additions and 6 deletions
+9 -3
View File
@@ -1,4 +1,10 @@
\chapter{Abstract}
\label{abstract}
\chapter{Kurzfassung}
Kurzfassung in Deutsch und Abstract in Englisch (Abstract ist die 1:1-Übersetzung der Kurzfassung ins Englische), Umfang jeweils ca. eine Seite.
Kurzfassung in Deutsch und Abstract in Englisch (Abstract ist die 1:1-Übersetzung der Kurzfassung ins Englische), Umfang jeweils ca. eine Seite.
\chapter{Abstract}
\begin{english}
Kurzfassung in German and abstract in English (abstract is the 1:1 translation of the Kurzfassung into English), approx. one page each.
\end{english}
BIN
View File
Binary file not shown.
+2 -3
View File
@@ -5,7 +5,7 @@
\documentclass[bachelor,german,smartquotes]{hgbthesis}
\RequirePackage[utf8]{inputenc} % bei Verw. von lualatex oder xelatex entfernen!
\RequirePackage[utf8]{inputenc}
\logofile{include/logo.pdf}
\bibliography{references} % BibLaTeX-Literaturdatei (references.bib)
@@ -74,15 +74,14 @@
\frontmatter % Titelei (röm. Seitenzahlen)
%%%-----------------------------------------------------------------------------
%\maketitle
\includepdf[pages=1-2]{include/title.pdf}
\tableofcontents
\include{chapters/abstract}
%%%-----------------------------------------------------------------------------
\mainmatter % Hauptteil (ab hier arab. Seitenzahlen)
%%%-----------------------------------------------------------------------------
% \include{chapters/abstract} % TODO
\include{chapters/c10_einleitung/index}
\include{chapters/c20_grundlagen/index}
\include{chapters/c30_konzept/index}