Placing an image in a fancyhdr

3,785 views
Skip to first unread message

Bondles

unread,
Feb 16, 2008, 8:31:02 AM2/16/08
to LaTeX Users Group
As the title implies, I'm trying to get one of my header elements to
be an image. Basically, I want the document to do what I expect
\rhead{\includegraphics[width=13pt]{./logo.pdf}}
to do (but obviously, that doesn't work). Any suggestions? Google
searches for all kinds of combinations of latex, header, and image
have been uncharacteristically unhelpful.

Werner Grundlingh

unread,
Feb 16, 2008, 9:54:20 AM2/16/08
to LaTeX Users Group
I have tried something like

\pagestyle{fancy}
\fancyhead{} % Clear all header fields
\fancyhead[C]{\includegraphics[height=13pt]{file}}%
\fancyfoot{} % Clear all footer fields

and it works. By the way, use the If the problem persists, provide a
minimal example that replicates your problem
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=minxampl

Werner
Reply all
Reply to author
Forward
0 new messages