I would like to know the distance (in mm) of the margins I just set, and I would like them to be displayed in the document (for debugging purposes, of course).
I use the showframe option of the geometry package in order to denote the margins. How do I get to display the margin values?
This is a super MWE:
\documentclass[12pt,twoside,a4paper]{scrreprt}
\usepackage[pass,showframe]{geometry}
\usepackage{lmodern}
\usepackage{kantlipsum}
\begin{document}
\kant[1-10]
\end{document}
I would like it to be something like this (taken from Golden Ratio for vertical poem positioning):

Of course, I don't care about the text inside, just the margins (margin par, topmargin, innermargin, etc.)

layoutpackage. – egreg May 29 '14 at 12:05mminstead ofpt? – Mario S. E. May 29 '14 at 12:09layoutspackage (with a final "s"). – Gonzalo Medina May 29 '14 at 13:09mm– Mario S. E. Jun 04 '14 at 18:49