Skip to content
Snippets Groups Projects
Commit 3a244c43 authored by Jan Wille's avatar Jan Wille
Browse files

Abstract Stuff

parent a8669933
Branches
Tags
1 merge request!2make Master runable
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
\RequirePackage[T1]{fontenc} \RequirePackage[T1]{fontenc}
\RequirePackage{lmodern} \RequirePackage{lmodern}
\RequirePackage{graphicx} \RequirePackage{graphicx}
\RequirePackage{hyperref}
\RequirePackage{bookmark}
\PassOptionsToPackage{left=3cm,right=2.5cm,top=3cm,bottom=3cm}{geometry} \PassOptionsToPackage{left=3cm,right=2.5cm,top=3cm,bottom=3cm}{geometry}
...@@ -98,6 +100,19 @@ ...@@ -98,6 +100,19 @@
\newpage \newpage
} }
\renewenvironment{abstract}{%
\renewcommand\abstractname{Abstract}
%\addchap*{\centering\abstractname}
\chapter*{\centering\abstractname}
\addcontentsline{toc}{chapter}{\abstractname}
\small
\quotation
}{%
\endquotation
}
\AtBeginDocument { \AtBeginDocument {
\makeatletter \makeatletter
\InputIfFileExists{config.tex}{ \InputIfFileExists{config.tex}{
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment