I want the left and the right header to have the same baseline, regardless of the height of the content they yield. To demonstrate this, assume
\documentclass{scrartcl}
\usepackage{scrpage2}
\clearscrheadfoot
\renewcommand{\sectionmark}[1]{\markboth{#1}{#1}}
\ohead{\Huge\thesection -- \Large\leftmark}
\ihead{\small Report No. 11}
\ofoot{\small Page \thepage}
\pagestyle{scrheadings}
\begin{document}
\section{First section}
\end{document}
The output will be equivalent to

I added red line to emphasize the difference in the baseline.
Question: How can I set them both to the same baseline?
Considered solutions:
- Add to the smaller header something like
\vphantom{\Huge A}to implicitly make it the same height. - Use
fancyhdras it aligns the baselines (Well, it brings other issues).



headlines=1.25, so you actually made the head tighter. – Speravir Apr 20 '13 at 01:06