Graphics, Figures & TablesAdd a Logo in the Thesis

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
minidiable
Posts: 30
Joined: Tue Nov 13, 2012 4:18 pm

Add a Logo in the Thesis

Post by minidiable »

Hi to all, I'm writing my thesis and I have a template.

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}
I was trying to add this code:

Code: Select all

\multirow{1}{8cm}{\vspace{-6cm}\begin{flushright}\includegraphics[height=1cm]{pics/newlogo.jpg}\end{flushright}} & &
But It's not working

Can you help me?
Fab.
Attachments
logo.png
logo.png (24.38 KiB) Viewed 6201 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

tommytex
Posts: 39
Joined: Wed Jan 23, 2013 10:04 pm

Re: Add a Logo in the Thesis

Post by tommytex »

hello minidiable :)

could you please give me some more detailled information about what you want and what the latex error message is :)
i hope i can help you

greez

tommytex
Post Reply