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

HowTo geschrieben

parent 351d4570
No related branches found
No related tags found
1 merge request!2make Master runable
...@@ -3,6 +3,5 @@ ...@@ -3,6 +3,5 @@
*.lof *.lof
*.log *.log
*.toc *.toc
help_*
build/ build/
img/logos-fakultäten.svg img/logos-fakultäten.svg
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
Hier soll eine Projektvolage entstehen, mit der Berichte und Arbeiten an der HsH geschrieben werden können. Diese soll Klassen enthalten, welche Hier soll eine Projektvolage entstehen, mit der Berichte und Arbeiten an der HsH geschrieben werden können. Diese soll Klassen enthalten, welche
spezifische Vorgaben unserer Hochschule erfüllen, sowie eine Vorlage mit Paketvorschlägen und Beispielen. spezifische Vorgaben unserer Hochschule erfüllen, sowie eine Vorlage mit Paketvorschlägen und Beispielen.
# geplante Features: # geplante Features:
- angepasstes Deckblatt, inklusive Logo der HsH (möglicherweise Fakultät vorgebar??) - angepasstes Deckblatt, inklusive Logo der HsH (möglicherweise Fakultät vorgebar??)
......
No preview for this file type
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
\LoadClass[bibliography=totoc,listof=totoc]{scrreprt} \LoadClass[bibliography=totoc,listof=totoc]{scrreprt}
\newcommand{\HsHlogoPath}{HSH-Logo.pdf} \newcommand{\HsHlogoPath}{HSH-Logo.pdf}
\newcommand{\HsHlogoPage}{6} \newcommand{\HsHlogoPage}{1}
\newcommand{\includeHsHlogohere}{\raisebox{0pt}[\ht\strutbox][\dp\strutbox]{\includegraphics[width=5cm,page=\HsHlogoPage]{\HsHlogoPath}}} \newcommand{\includeHsHlogohere}{\raisebox{0pt}[\ht\strutbox][\dp\strutbox]{\includegraphics[width=5cm,page=\HsHlogoPage]{\HsHlogoPath}}}
\newcommand{\abs}[1]{\ensuremath{\left\vert#1\right\vert}} % Makro für Betragsstriche \providecommand{\abs}[1]{\ensuremath{\left\vert#1\right\vert}} % Makro für Betragsstriche
\DeclareOption{ngerman}{% \DeclareOption{ngerman}{%
\PassOptionsToPackage{\CurrentOption}{babel} \PassOptionsToPackage{\CurrentOption}{babel}
...@@ -21,19 +21,19 @@ ...@@ -21,19 +21,19 @@
\renewcaptionname{english}{\tablename}{Tab.} %Table \renewcaptionname{english}{\tablename}{Tab.} %Table
} }
\DeclareOption{f1}{% \DeclareOption{f1}{%
\renewcommand{\HsHlogoPage}{1} \renewcommand{\HsHlogoPage}{2}
} }
\DeclareOption{f2}{% \DeclareOption{f2}{%
\renewcommand{\HsHlogoPage}{2} \renewcommand{\HsHlogoPage}{3}
} }
\DeclareOption{f3}{% \DeclareOption{f3}{%
\renewcommand{\HsHlogoPage}{3} \renewcommand{\HsHlogoPage}{4}
} }
\DeclareOption{f4}{% \DeclareOption{f4}{%
\renewcommand{\HsHlogoPage}{4} \renewcommand{\HsHlogoPage}{5}
} }
\DeclareOption{f5}{% \DeclareOption{f5}{%
\renewcommand{\HsHlogoPage}{5} \renewcommand{\HsHlogoPage}{6}
} }
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{scrreprt}} \DeclareOption*{\PassOptionsToClass{\CurrentOption}{scrreprt}}
...@@ -96,12 +96,12 @@ ...@@ -96,12 +96,12 @@
\renewcommand{\fps@table}{h!t} % Positonierung of tables \renewcommand{\fps@table}{h!t} % Positonierung of tables
\newcommand\declarationAuthorship{ \newcommand\declarationAuthorship{
\newpage
\thispagestyle{plain} \thispagestyle{plain}
\vspace*{\fill} \vspace*{\fill}
{\rule{\textwidth}{0.1pt}} {\rule{\textwidth}{0.1pt}}
\vspace{0.5cm} \vspace{0.5cm}
\renewcommand{\thanks}{\empty}
\newcommand{\tempA}{ich} \newcommand{\tempA}{ich}
\newcommand{\tempB}{} \newcommand{\tempB}{}
\foreach \x [count=\i] in \@author{ \foreach \x [count=\i] in \@author{
......
\author{ \author{
Max Mustermann, Max Mustermann\thanks{test},
Mira Musterfrau, Mira Musterfrau\thanks{temp},
Max Mustermann, Max Mustermann,
Mira Musterfrau, Mira Musterfrau,
Max Mustermann Max Mustermann
...@@ -10,3 +10,4 @@ ...@@ -10,3 +10,4 @@
\title{Mustertitel} \title{Mustertitel}
\subtitle{Untertitle} \subtitle{Untertitle}
\date{\today} \date{\today}
\publishers{HERAUSGEBER}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment