Add .pdf extension when including logos.

Resolves #11.
This commit is contained in:
Florian Walch
2016-04-05 22:24:22 +02:00
parent 0915e4fada
commit 4e6946f516
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
\centering \centering
\includegraphics[width=40mm]{logos/tum} \includegraphics[width=40mm]{logos/tum.pdf}
\vspace{5mm} \vspace{5mm}
{\huge\MakeUppercase{\getFaculty{}}}\\ {\huge\MakeUppercase{\getFaculty{}}}\\
@@ -27,5 +27,5 @@
{\LARGE \getAuthor{}} {\LARGE \getAuthor{}}
\vspace{20mm} \vspace{20mm}
\includegraphics[width=20mm]{logos/faculty} \includegraphics[width=20mm]{logos/faculty.pdf}
\end{titlepage} \end{titlepage}

View File

@@ -1,7 +1,7 @@
\begin{titlepage} \begin{titlepage}
\centering \centering
\includegraphics[width=40mm]{logos/tum} \includegraphics[width=40mm]{logos/tum.pdf}
\vspace{5mm} \vspace{5mm}
{\huge\MakeUppercase{\getFaculty{}}}\\ {\huge\MakeUppercase{\getFaculty{}}}\\
@@ -27,5 +27,5 @@
\end{tabular} \end{tabular}
\vfill{} \vfill{}
\includegraphics[width=20mm]{logos/faculty} \includegraphics[width=20mm]{logos/faculty.pdf}
\end{titlepage} \end{titlepage}