[LaTeX] What are the standard margins on a latex document?

In summary, the default margin settings in LaTeX are 1 inch for the top and bottom margins, and 1.5 inches for the left and right margins. You can change the margin settings in LaTeX by using the \usepackage{geometry} command and specifying the desired margin values in the document preamble. To adjust the margin size in LaTeX, you can use the \geometry{margin=} command and specify the desired margin size. You can also use the \setlength{\marginparwidth}{ } command to adjust the margin size for footnotes, margin notes, and other elements. It is possible to set different margin sizes for odd and even pages in LaTeX by using the \geometry{inner= , outer= } command. To change
  • #1
nonequilibrium
1,439
2
I'm working with a
Code:
\documentclass[12pt,a4paper]{article}
document and plan on adjusting the margins using the geometry package, but for this it would be handy to know an estimate of the current margin widths. Does anybody know them, or where I can find it?
 
Physics news on Phys.org
  • #3
Thank you :)
 

1. What are the default margin settings in LaTeX?

The default margin settings in LaTeX are 1 inch for the top and bottom margins, and 1.5 inches for the left and right margins.

2. Can I change the margin settings in LaTeX?

Yes, you can change the margin settings in LaTeX by using the \usepackage{geometry} command and specifying the desired margin values in the document preamble.

3. How do I adjust the margin size in LaTeX?

To adjust the margin size in LaTeX, you can use the \geometry{margin= } command and specify the desired margin size in inches, centimeters, or other units. You can also use the \setlength{\marginparwidth}{ } command to adjust the margin size for footnotes, margin notes, and other elements.

4. Can I set different margin sizes for odd and even pages in LaTeX?

Yes, you can set different margin sizes for odd and even pages in LaTeX by using the \geometry{inner= , outer= } command to specify different margin sizes for the inner and outer margins of a two-sided document.

5. How do I change the margin size for a specific page in LaTeX?

To change the margin size for a specific page in LaTeX, you can use the \newgeometry{margin= } command before the page and the \restoregeometry command after the page to reset the margin settings to default.

Similar threads

  • MATLAB, Maple, Mathematica, LaTeX
Replies
5
Views
299
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
9
Views
3K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
3K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
5
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
5
Views
486
  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
16
Views
2K
Back
Top