In the template are included 2 logos in the cover of the thesis, you can see attached a picture.
I want to add in the middle of these 2 logos, another one.
The code is the following but I don't know how to add another logo:
Code: Select all
% logos
\vspace*{-3.2cm}
\hspace*{-3.5cm}
\begin{tabular}{lp{6cm}c}
\multirow{3}{8cm}{\includegraphics[height=1.8cm]{pics/ethlogo.eps}} & &
\multirow{3}{4cm}{\vspace{-1cm}\begin{flushright}\includegraphics[height=1cm]{pics/asllogo.eps}\\Autonomous Systems Lab\\
Prof. Roland Siegwart\end{flushright}}\\
& & \\
& & \\
& & \\
\end{tabular}
Code: Select all
\multirow{1}{8cm}{\vspace{-6cm}\begin{flushright}\includegraphics[height=1cm]{pics/newlogo.jpg}\end{flushright}} & &
Can you help me?
Fab.