add possibility for extra logo on title page

This commit is contained in:
hannes.kuchelmeister
2019-12-13 16:52:24 +01:00
parent 89e4bcfaf7
commit f642d1bf8f
3 changed files with 11 additions and 1 deletions

View File

@@ -110,6 +110,11 @@
\newcommand{\printcompanylogo}{\includegraphics[height=1.8cm]{logos/\thecompanylogo}}
\newcommand{\nocompanylogo}{\renewcommand{\printcompanylogo}{}}
\newcommand{\thesecondgrouplogo}{sdqlogo}
\newcommand{\secondgrouplogo}[1]{\renewcommand{\thesecondgrouplogo}{#1}}
\newcommand{\printsecondgrouplogo}{\includegraphics[height=1.8cm]{logos/\thesecondgrouplogo}}
\newcommand{\nosecondgrouplogo}{\renewcommand{\printsecondgrouplogo}{}}
\newcommand{\thegrouplogo}{sdqlogo}
\newcommand{\grouplogo}[1]{\renewcommand{\thegrouplogo}{#1}}
\newcommand{\printgrouplogo}{\includegraphics[height=1.8cm]{logos/\thegrouplogo}}
@@ -126,7 +131,10 @@
\hspace{5mm}
\printcompanylogo
\hspace{5mm}
\printsecondgrouplogo
\hspace{5mm}
\printgrouplogo
\hspace{5mm}
\ThisCenterWallPaper{1}{title-background.pdf}
}