From b44ec7d26045ff2696a768714a68447229516959 Mon Sep 17 00:00:00 2001 From: Justin Dretvic Date: Sat, 16 Mar 2024 18:38:00 +0100 Subject: [PATCH] initial commit --- asta-fuwa_formulare/documents_generic.cls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asta-fuwa_formulare/documents_generic.cls b/asta-fuwa_formulare/documents_generic.cls index 0eeca50..8f84a1c 100644 --- a/asta-fuwa_formulare/documents_generic.cls +++ b/asta-fuwa_formulare/documents_generic.cls @@ -155,7 +155,7 @@ \newcommand{\formtitle}[1]{ \parbox[][][c]{0.69\textwidth}{\raggedright{\LARGE \@formtitletext}} - \parbox[][][c]{0.29\textwidth}{\raggedleft\includesvg[width=4cm]{../images/#1_logo_farbe.svg}}\hfill + \parbox[][][c]{0.29\textwidth}{\raggedleft\includesvg[width=4cm]{images/#1_logo_farbe.svg}}\hfill \vspace{0.5em} \rule{\textwidth}{1pt}\hfill } @@ -171,4 +171,4 @@ % Custom Commands % ################################################## -\RequirePackage{documents_functions} \ No newline at end of file +\RequirePackage{documents_functions}