Allow compiling without logo files.
Work out of the box without requiring manual logo download.
This commit is contained in:
@@ -9,7 +9,11 @@
|
||||
|
||||
\centering
|
||||
|
||||
\includegraphics[width=40mm]{logos/tum.pdf}
|
||||
\IfFileExists{logos/tum.pdf}{%
|
||||
\includegraphics[height=20mm]{logos/tum.pdf}
|
||||
}{%
|
||||
\vspace*{20mm}
|
||||
}
|
||||
|
||||
\vspace{5mm}
|
||||
{\huge\MakeUppercase{\getFaculty{}}}\\
|
||||
@@ -26,6 +30,8 @@
|
||||
\vspace{15mm}
|
||||
{\LARGE \getAuthor{}}
|
||||
|
||||
\vspace{20mm}
|
||||
\includegraphics[width=20mm]{logos/faculty.pdf}
|
||||
\IfFileExists{logos/faculty.pdf}{%
|
||||
\vspace{20mm}
|
||||
\includegraphics[height=20mm]{logos/faculty.pdf}
|
||||
}{}
|
||||
\end{titlepage}
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
\begin{titlepage}
|
||||
\centering
|
||||
|
||||
\includegraphics[width=40mm]{logos/tum.pdf}
|
||||
\IfFileExists{logos/tum.pdf}{%
|
||||
\includegraphics[height=20mm]{logos/tum.pdf}
|
||||
}{%
|
||||
\vspace*{20mm}
|
||||
}
|
||||
|
||||
\vspace{5mm}
|
||||
{\huge\MakeUppercase{\getFaculty{}}}\\
|
||||
@@ -26,6 +30,8 @@
|
||||
Submission Date: & \getSubmissionDate{} \\
|
||||
\end{tabular}
|
||||
|
||||
\vfill{}
|
||||
\includegraphics[width=20mm]{logos/faculty.pdf}
|
||||
\IfFileExists{logos/faculty.pdf}{%
|
||||
\vfill{}
|
||||
\includegraphics[height=20mm]{logos/faculty.pdf}
|
||||
}{}
|
||||
\end{titlepage}
|
||||
|
||||
Reference in New Issue
Block a user