> On 2016Nov22, at 15:28, Bernt Lie <[email protected]> wrote:
>
> Using LyX 2.2.1 on Windows 10...
>
> * Is there a way to put a logo in the header of a standard LaTeX article
> class? ... or a similar class?
>
> I'm drafting an exam problem, and would like to insert the logo of my
> university in the header...
>
> -Bernt
For footer I put
\cfoot{{\includegraphics{LetterFoot.png}}}
\renewcommand{\headrulewidth}{0pt}
in the footer (no idea why I have the second line, but it works). I guess a
similar version for \chead would work.
For logos on the front page I found it more easy to just include the logo in
the text as graphic and modify the margins.
/Anders