Chris Lieb
2005-11-17 18:22:14 UTC
Hi,
I am using the fancyhdr package to put a rather large header in my
document:
\usepackage{fancyhdr}
\usepackage{lastpage}
\pagestyle{fancy}
\lhead{
CACH Load Chart System
\vspace{5pt}
\hrule
\vspace{5pt}
\setstretch{3}
\textbf{
\begin{tabular}{p{7in}}
{\fontsize{36pt}{44pt}\selectfont EARMO T - NGT SORT HUB}
\begin{tabular}{p{6.5in}r}
{\fontsize{30pt}{36pt}\selectfont SLIC
6309}&\includegraphics[height=30pt]{ngt_hot}\\
\end{tabular}
{\fontsize{22pt}{26pt}\selectfont EARTH CITY MO 63000}
\end{tabular}
}
\setstretch{1}
}
\chead{}
\rhead{Page \thepage\ of \pageref{LastPage}}
\lfoot{id: 178}
\cfoot{}
\rfoot{Printed On: \today\\Last Updated: 5/24/2005}
When the document is generated, the page numbering in the right header
is aligned vertical center, which is below the \hrule in the left
header and on top of the graphic in the left header. I would like to
align the right header to the top of the header region instead of the
center. Does anyone know how to achieve this?
Any help is much appreciated.
Chris Lieb
I am using the fancyhdr package to put a rather large header in my
document:
\usepackage{fancyhdr}
\usepackage{lastpage}
\pagestyle{fancy}
\lhead{
CACH Load Chart System
\vspace{5pt}
\hrule
\vspace{5pt}
\setstretch{3}
\textbf{
\begin{tabular}{p{7in}}
{\fontsize{36pt}{44pt}\selectfont EARMO T - NGT SORT HUB}
\begin{tabular}{p{6.5in}r}
{\fontsize{30pt}{36pt}\selectfont SLIC
6309}&\includegraphics[height=30pt]{ngt_hot}\\
\end{tabular}
{\fontsize{22pt}{26pt}\selectfont EARTH CITY MO 63000}
\end{tabular}
}
\setstretch{1}
}
\chead{}
\rhead{Page \thepage\ of \pageref{LastPage}}
\lfoot{id: 178}
\cfoot{}
\rfoot{Printed On: \today\\Last Updated: 5/24/2005}
When the document is generated, the page numbering in the right header
is aligned vertical center, which is below the \hrule in the left
header and on top of the graphic in the left header. I would like to
align the right header to the top of the header region instead of the
center. Does anyone know how to achieve this?
Any help is much appreciated.
Chris Lieb