[Tex/LaTex] Define different heights for head and foot

fancyhdrheader-footer

is it possible to define different \headerheight for head and foot respectively? For example, there is a logo image in the header which needs a large \headerheight and only text is in foot which needs a small \headerheight. Or does it have two variables to control the heights of foot and head respectively?

Best Answer

if you want to see your page layout with the given values, then print it:

\documentclass[twoside]{article}
\usepackage{layout}
\begin{document}

\layout

\end{document}

enter image description here