General ⇒ Absolute placement, regardless of page margins
Absolute placement, regardless of page margins
Anyways, its a logo and I want it to appear always on the same spot in my document.
What I usually do is making a savebox in the preamble with the pstricks code like this:
\newsavebox\logo
\sbox\logo{ MY CODE HERE}
Then I will call that box whereever I want it (for example in the watermark package), and I do this in combination with the PUT command to get it where I want it.
like this:
\put(-60,0){\usebox{\logo}}
This works fine, until I change my page margins with, for example, the geometry package. In that case I have to reposition, which is annoying.
Is there a way for absolute placement, regardless of margins?
Thanks!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Absolute placement, regardless of page margins
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10