#Logo in the corner of my paper

1 messages · Page 1 of 1 (latest)

spiral cairn
#

Hello. I would like to include a logo in the corner of my paper. I am using a header with fancyhdr but I want a logo that ignores the margins and just goes to the corner of the paper

#

Also I want it to be like that in all pages except for the title

uneven sonnet
#
\protected\def\printlogo{\global\let\printlogo=\printlogoA}
\protected\def\printlogoA{%
    \put (0in,-\paperheight){%
        \includegraphics[height=1cm]{logo.png}%
    }%
}
\AddToHook{shipout/background}{
    \printlogo
}
```@spiral cairn This should do
#

This assumes you want the upper left corner