I am wondering, for a document from class article with the following setup:
\documentclass[a4paper,11pt,oneside]{article}
What values should one input into fields top, right, bottom and left (in inches or points) from package geometry to recover the default margin behaviour from the document?
\usepackage[top=¿?, bottom=¿?, left=¿?, right=¿?]{geometry}
I have found the following thread but it does not seem to answer my question: Default margins for geometry package.
Auxiliary, how is can this default behaviour be checked? In particular, if I change the document type or the font size, the default behaviour might no longer be the same.
\usepackage{layouts} ... \begin{document} \pagevaluesprints text and paper width/height, margins, header/footer..., values which you can then input ingeometry. Combine with\usepackage{showframe}for additional (visual) validation of the settings. Repeat after changing document type or font size. – marquinho Feb 26 '22 at 18:02\pagevaluesand the values for the parameters ofgeometry? Plus, I am not sure how to interpret the output, for example\topmarginhas value-37.0pt, does that refer w.r.t. to the default value? – Daneel Olivaw Feb 26 '22 at 18:41