Greetings,
I'm using the following settings for fancyhdr in a two-page book-derived documentclass:
\pagestyle{fancy}
\fancyhf{}
\fancyhead[LO]{\sffamily \footnotesize \rightmark}
\fancyhead[RE]{\sffamily \footnotesize \leftmark}
\fancyfoot[LO]{\footnotesize \thepage~{\color{red}\vline}}
\fancyfoot[RE]{\footnotesize {\color{red}\vline}~\thepage}
\fancyfootoffset{0.5cm}
\fancypagestyle{plain} {
\fancyhf{} % get rid of headers on plain pages
\renewcommand{\headrulewidth}{0pt} % and the line
\renewcommand{\footrulewidth}{0pt} % and the line
}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
But, somehow, the page number on even pages gets slightly below those on odd...
Help? :)
