Hello, I want to insert an image and show it in the header of the pages, the code I use is the following:
\pagestyle{fancy}
\fancyhf{}
\chead{Energy}
\rhead{Concentrated Solar Power}
\lhead{\includegraphics[scale=0.14]{Logo_1.png}}
\lfoot{\scriptsize Facultad\Universidad}
\rfoot{\thepage}
\renewcommand{\footrulewidth}{0.25pt}
\addtolength{\headheight}{1cm}
\renewcommand{\baselinestretch}{1.5}
I don’t know how to load the image in google docs so that the “\includegraphics[scale=0.14]{ }” command run.
Is there any way to insert the image into the header? Thank you.