Sometimes when I'm reviewing my document and rearranging images and tables, It would be sometimes great to see the page margins.
Is there any easy way to print the page margins when reviewing a document?
Sometimes when I'm reviewing my document and rearranging images and tables, It would be sometimes great to see the page margins.
Is there any easy way to print the page margins when reviewing a document?
You can achieve this by activating the showframe option of the geometry package. If you don’t want the package to modify your page layout, you additionally need to pass the pass option:
\usepackage[showframe, pass]{geometry}
You can also achieve this by adding the showframe package to your preamble:
\usepackage{showframe}
memoir based document. Only the right margin frame is drawn. Why so? see demo code in http://tex.stackexchange.com/q/272453/8272
– Nikos Alexandris
Oct 12 '15 at 10:26