Search found 2 matches

by mc007
Mon Sep 19, 2011 4:24 pm
Forum: LyX
Topic: Graphics in the Footer
Replies: 2
Views: 2915

Graphics in the Footer

PhilipPirrip wrote: Seems like one } is missing here.
Correct. But that didn't solve the Problem. Could this be a problem with the MiKTeX?
by mc007
Fri Sep 16, 2011 1:05 pm
Forum: LyX
Topic: Graphics in the Footer
Replies: 2
Views: 2915

Graphics in the Footer

Hello!

I'd like to insert a little picture in the footer of each page. I tried to implement that with the following code in the LaTeX-Preamble under Document-Settings:

\usepackage{graphicx}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[L]{}
\fancyhead[C]{}
\fancyhead[R]{Titel}
\renewcommand ...