I'm using LuaLaTeX of latest TexLive 2014 on Windows 7.
I want to overlap headers (page numbers) and documents.
My code is as below:
\documentclass[a4, 10pt]{article}
\usepackage{fancyhdr}
\setlength{\headheight}{0mm}
\setlength{\headsep}{0mm}
\pagestyle{fancy}
\rhead{\thepage{}}
\begin{document}
test1
\clearpage
test2
\end{document}
When I typeset the code, 2 pages are generated.
But these layouts are different.
"test1" is above the header line, but "test2" is below.
How can I raise the text after 2nd page?
"\0mm → 0mm." Sorry, that's my mistake. My TeX PC was offline, so I [mis]retyped it. The original code was definitely '0mm'.
– Magician Aug 31 '14 at 14:09