Page LayoutTop vertical alignment in header

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
eswap0
Posts: 17
Joined: Tue Sep 28, 2010 8:40 pm

Top vertical alignment in header

Post by eswap0 »

Hi!
My unskilled code tries to align a logo to the upper limit of the sheet, cause I've been unable to find how to do it in a clean way.
Can you please suggest me the package I could start working with?

Code: Select all

\fancyhead [C]{
	\begin{tabular}{c}
		\includegraphics{head.pdf}\\
		\\
		\\
		\\
	\end{tabular}}
Thanks in advanced,
Last edited by eswap0 on Sat Oct 02, 2010 9:23 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Top vertical alignment in header

Post by frabjous »

Always search the forum first. Here's a recent thread which may help.
eswap0
Posts: 17
Joined: Tue Sep 28, 2010 8:40 pm

Re: Top vertical alignment in header

Post by eswap0 »

Sorry my question was missunderstood: my question was about aligning a graphic within the header, not just using a watermark.
Will try to work on it...
Thanks
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Top vertical alignment in header

Post by frabjous »

The methods discussed in that thread can be used to place any thing (whether it is text or an image) anywhere on the page. In particular, try the eso-pic package.
eswap0
Posts: 17
Joined: Tue Sep 28, 2010 8:40 pm

Re: Top vertical alignment in header

Post by eswap0 »

Thanks!
Very intresting package.
Post Reply