From a0179d199a41f62d48161eb90025fa09c5f4249a Mon Sep 17 00:00:00 2001 From: Jan Wille <jan.wille@stud.hs-hannover.de> Date: Sun, 18 Oct 2020 17:33:52 +0200 Subject: [PATCH] =?UTF-8?q?makro=20zum=20logo=20einf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/HsH-report.cls | 6 +++--- test.tex | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/HsH-report.cls b/src/HsH-report.cls index 1d1b8ae..268b4fc 100644 --- a/src/HsH-report.cls +++ b/src/HsH-report.cls @@ -7,7 +7,7 @@ \newcommand{\HsHlogoPath}{HSH-Logo.pdf} \newcommand{\HsHlogoPage}{1} -\newcommand{\includeHsHlogohere}{\raisebox{0pt}[\ht\strutbox][\dp\strutbox]{\includegraphics[width=5cm,page=\HsHlogoPage]{\HsHlogoPath}}} +\newcommand{\includeHsHlogohere}{\includegraphics[width=5cm,page=\HsHlogoPage]{\HsHlogoPath}} \providecommand{\abs}[1]{\ensuremath{\left\vert#1\right\vert}} % Makro für Betragsstriche \newif\if@german% @@ -230,7 +230,7 @@ \usekomafont{titlehead}{\@titlehead}% \fi \hfill - \includeHsHlogohere + \raisebox{0pt}[\ht\strutbox][\dp\strutbox]{\includeHsHlogohere} \end{minipage} \raisebox{10pt}{\rule{\textwidth}{0.5pt}} % end Customised: -------------------------------------------------------- @@ -431,7 +431,7 @@ \usekomafont{titlehead}{\@titlehead}% \fi \hfill - \includeHsHlogohere + \raisebox{0pt}[\ht\strutbox][\dp\strutbox]{\includeHsHlogohere} \end{minipage} \raisebox{10pt}{\rule{\textwidth}{0.5pt}} % end Customised: -------------------------------------------------------- diff --git a/test.tex b/test.tex index 4448655..37b11d6 100644 --- a/test.tex +++ b/test.tex @@ -35,7 +35,5 @@ eine zahl: $3,5+3.5$\\ - - \listoffigures \end{document} -- GitLab