Page Layout ⇒ Sided-logos
Sided-logos
I need to prepare something like the enclosed layout: The logo must be repeated in every page.
My first try was rotating and adding the graphic to the header, after making the margins wider, but now my problem is that the whole header takes half of the page.
Is there any package I could use to get something like "sided headers" or similar?
Another way would be to merge every single page to a "backround pdf with the logo", but I was't able to find a way to do that.
Thanks so much.
Edit by localghost: No external links where applicable (see Board Rules). Attachments go onto the forum server.
- Attachments
-
- logo-sample.png (2.92 KiB) Viewed 3037 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Sided-logos
For example, here's an attempt using the watermark package (you'll need to play around with \put to get it where you want it, etc.)
Code: Select all
\documentclass{article}
% the package I mentioned
\usepackage{watermark}
% loading graphicx for scalebox and rotatebox
\usepackage{graphicx}
% bitstream vera sans font looks like your sample
\usepackage[T1]{fontenc}
\usepackage[scaled]{berasans}
% lipsum autogenerates dummy text
\usepackage{lipsum}
\watermark{\put(-100,-120){\scalebox{4}{\rotatebox{90}{\textsf{\Huge Logo}}}}}
\begin{document}
\lipsum[1-100]
\end{document}
Re: Sided-logos
PS: and sorry for my external link (my first post

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Sided-logos
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10