Skip to content

Commit

Permalink
additional options for loading company and hsr logo in header
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Mazzoleni committed Mar 26, 2018
1 parent fd6a0e5 commit 8357d87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Vorlage-MI-Produkt.tex
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
\newcommand*{\Version} {1.0}
\newcommand*{\ErstellDatum} {26. Februar 2018}
\newcommand*{\Place} {Ort}
\newcommand*{\LogoHSR} {\includegraphics[height = 1cm]{header/hsrlogo}}
\newcommand*{\LogoCompany} {\includegraphics[height = 1cm]{header/logo}}
\newcommand*{\Print} {false} % true for black links (print version), false for color links (pdf version)

% Header
Expand Down
8 changes: 4 additions & 4 deletions header/header.tex
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@
\fancypagestyle{plain}{
\fancyhf{} %alle Kopf- und Fußzeilenfelder bereinigen

\fancyhead[OR]{\includegraphics[height = 1cm]{header/hsrlogo}}
\fancyhead[ER]{\includegraphics[height = 1cm]{header/logo}}
\fancyhead[OR]{\LogoHSR}
\fancyhead[ER]{\LogoCompany}
\fancyhead[C]{\textsl{\rightmark}} %zentrierte Kopfzeile
\fancyhead[OL]{\includegraphics[height = 1cm]{header/logo}}
\fancyhead[EL]{\includegraphics[height = 1cm]{header/hsrlogo}}
\fancyhead[OL]{\LogoCompany}
\fancyhead[EL]{\LogoHSR}
\renewcommand{\headrulewidth}{0.4pt} %obere Trennlinie

\fancyfoot[OR]{Seite \thepage\ / \pageref{LastPage}}
Expand Down

0 comments on commit 8357d87

Please sign in to comment.