\documentclass{article}
\begin{document}
foo
\end{document}
This code leaves a very big whitespace above foo. Why is this and how do I make it smaller?
\usepackage[showframe=true]{geometry} (thanks for the tip cmhughes) gives me

|
This is enough smaller?
|
|||
|
|
geometry. If you use\documentclass{article}\usepackage[showframe=true]{geometry} \begin{document} foo \end{document}then you'll have a nice visualization of the current page setup – cmhughes Aug 20 '12 at 20:45\usepackage[top=length,bottom=length]{geometry}or the sort. Do you have experience with the geomtery package? – azetina Aug 20 '12 at 20:53