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
\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