Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
fix(udhbwvst): use correct spacing for ndn, loa, appendices and in
Browse files Browse the repository at this point in the history
resolves #118
  • Loading branch information
skyfrk committed Aug 17, 2020
1 parent c153e82 commit cfbf539
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/udhbwvst.cls
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@

\newcommand{\dhbwAppendix}[1]{
\newpage
\vspace*{-1.65cm}
\section{}\label{#1}
}

Expand Down Expand Up @@ -679,6 +680,7 @@
\newcommand{\dhbwPrintNonDisclosureNotice}{%
\ifbool{udhbwvst@if@print@ndn}{%
\newpage
\vspace*{-1.75cm}
\pdfbookmark[1]{Sperrvermerk}{myndn}
\input{udhbwvst-non-disclosure-notice.def}
}{}
Expand Down Expand Up @@ -710,6 +712,7 @@
\newcommand{\dhbwPrintListOfAcronyms}{%
\ifbool{udhbwvst@if@print@loa}{%
\newpage
\vspace*{-1.65cm}
\phantomsection
\addcontentsline{toc}{section}{Abkürzungsverzeichnis}
\printacronyms[name=Abkürzungsverzeichnis]
Expand Down Expand Up @@ -762,6 +765,7 @@

\newcommand{\dhbwPrintIndependenceNotice}{%
\newpage
\vspace*{-1.75cm}
\phantomsection
\addcontentsline{toc}{section}{Selbstständigkeitserklärung}
\section*{Selbstständigkeitserklärung}
Expand Down Expand Up @@ -801,4 +805,4 @@
}{}
}

\endinput
\endinput

0 comments on commit cfbf539

Please sign in to comment.