TransWikia.com

Logo on west side on the same page

TeX - LaTeX Asked on January 5, 2022

When I am trying to insert logo or image picture is going to be post in frist page how I can force the picture to be stay on that postion only?

documentclass[5p,times,authoryear]{elsarticle}
addtobeamertemplate{}{%
begin{tikzpicture}
node 
{includegraphics[height=0.8cm]{logodimec.PNG}};
end{tikzpicture}}

One Answer

I saw your overleaf document. It seems like what you like to do is to put a logo image above your title. In this case,

  1. add usepackage{tikz} in your preamble.

  2. modify your title like this

title{CAVIDAD RECTANGULAR DE AIRE CON 4 TEMPERATURAS IMPUESTAS
begin{tikzpicture}[overlay,remember picture]
node[yshift=1cm,above left]{%
includegraphics[width=3.5cm]{logofcfm.png}hspace*{10cm}~%
includegraphics[width=3.5cm]{logodimec.PNG}
};
end{tikzpicture}}

This creates a box whose below right point is 1cm above the end of the word IMPUESTAS.

  1. Compile TWICE so that remember picture & overlay options work

result

Answered by domperor on January 5, 2022

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP