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:
Code: Select all
Code, edit and compile here:
\usepackage{graphicx}\pagestyle{fancy}\fancyhf{}\fancyhead[L]{}\fancyhead[C]{}\fancyhead[R]{Titel}\renewcommand{\headrulewidth}{0.4pt}\fancyfoot[L]{\includegraphics[width=2cm]{pic/logo300dpi}\fancyfoot[C]{PA}\fancyfoot[R]{\thepage}\renewcommand{\footrulewidth}{0.4pt}