From fa58096c1c2dcdb3f3e19d815460b32c0bb86e52 Mon Sep 17 00:00:00 2001 From: Jan Wille <jan.wille@stud.hs-hannover.de> Date: Sat, 20 Mar 2021 13:50:49 +0100 Subject: [PATCH] includeHsHlogo has optional parameter width --- src/HsH-article.cls | 2 +- src/HsH-report.cls | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HsH-article.cls b/src/HsH-article.cls index 11057c3..e9d23ed 100644 --- a/src/HsH-article.cls +++ b/src/HsH-article.cls @@ -117,7 +117,7 @@ \MakeOuterQuote{"} % easy quotationmarks % custom commands -\newcommand{\includeHsHlogohere}{\includegraphics[width=5cm,page=\HsHlogoPage]{\HsHlogoPath}} +\newcommand{\includeHsHlogohere}[1][5cm]{\includegraphics[width=#1,page=\HsHlogoPage]{\HsHlogoPath}} \providecommand{\abs}[1]{\ensuremath{\left\vert#1\right\vert}} % Makro for vertical lines around absolute values \newcommand\declarationAuthorship{ \thispagestyle{plain} diff --git a/src/HsH-report.cls b/src/HsH-report.cls index 3ad22b0..3f2c691 100644 --- a/src/HsH-report.cls +++ b/src/HsH-report.cls @@ -130,7 +130,7 @@ % custom commands -\newcommand{\includeHsHlogohere}{\includegraphics[width=5cm,page=\HsHlogoPage]{\HsHlogoPath}} +\newcommand{\includeHsHlogohere}[1][5cm]{\includegraphics[width=#1,page=\HsHlogoPage]{\HsHlogoPath}} \providecommand{\abs}[1]{\ensuremath{\left\vert#1\right\vert}} % Makro for vertical lines around absolute values \newcommand\declarationAuthorship{ \thispagestyle{plain} -- GitLab