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

erste Titelseite

parent 0b3d3ac7
Branches
No related tags found
1 merge request!2make Master runable
*.synctex.*
\ No newline at end of file
*.synctex.*
*.aux
*.lof
*.log
*.toc
help_*
\ No newline at end of file
File added
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
\RequirePackage[utf8]{inputenc} \RequirePackage[utf8]{inputenc}
\RequirePackage[T1]{fontenc} \RequirePackage[T1]{fontenc}
\RequirePackage{lmodern} \RequirePackage{lmodern}
\RequirePackage[a4paper,left=3cm,right=2.5cm,top=3cm,bottom=3cm]{geometry}
\RequirePackage{graphicx} \RequirePackage{graphicx}
\RequirePackage{babel} \RequirePackage{babel}
...@@ -23,22 +24,25 @@ ...@@ -23,22 +24,25 @@
\LoadClass[bibliography=totoc,listof=totoc]{scrreprt} \LoadClass[bibliography=totoc,listof=totoc]{scrreprt}
\makeatletter
\renewcommand\maketitle{ \renewcommand\maketitle{
\newpage \newpage
\null
\thispagestyle{empty} \thispagestyle{empty}
\vspace{-1.5cm}
\hfill\includegraphics[width=6cm]{img/HSH-Logo-Fak1}
\rule{\textwidth}{0.5pt}
\begin{center} \begin{center}
\Large
\vspace*{\fill} \vspace*{\fill}
\LARGE{ {\Huge\textbf{\@title}}\\
Projekt Bericht:\\
\textbf{\@title}
}\\
\vspace{1cm} \vspace{1cm}
von \@author von \@author\\
\vfill \vfill
\end{center}
\vspace{10cm} \vspace{10cm}
\@date
\end{center}
\clearpage \clearpage
} }
\ No newline at end of file
\makeatother
\ No newline at end of file
No preview for this file type
\documentclass[ngerman,twoside]{HsH-report} \documentclass[11pt,ngerman,twoside]{HsH-report}
\title{Test Dokument} \title{Test Dokument}
\author{Jan wille} \author{Jan wille}
\date{\today} \date{\today}
\usepackage{color} \usepackage{color}
\usepackage{lipsum}
\begin{document} \begin{document}
\maketitle \maketitle
\begin{abstract}
\lipsum[5-8]
\end{abstract}
\tableofcontents \tableofcontents
\chapter{one} \chapter{one}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment