On this page
Page layout parameters
-
\columnsep¶ -
\columnseprule¶ -
\columnwidth¶ -
The distance between the two columns, the width of a rule between the columns, and the width of the columns, when the document class option
twocolumnis in effect (see Document class options). See\twocolumn. -
\headheight¶ -
Height of the box that contains the running head. The default in the
article,report, andbookclasses is ‘12pt’, at all type sizes. -
\headsep¶ -
Vertical distance between the bottom of the header line and the top of the main text. The default in the
articleandreportclasses is ‘25pt’. In thebookclass the default is: if the document is set at 10pt then it is ‘0.25in’, and at 11pt or 12pt it is ‘0.275in’. -
\footskip¶ -
Distance from the baseline of the last line of text to the baseline of the page footer. The default in the
articleandreportclasses is ‘30pt’. In thebookclass the default is: when the type size is 10pt the default is ‘0.35in’, while at 11pt it is ‘0.38in’, and at 12pt it is ‘30pt’. -
\linewidth¶ -
Width of the current line, decreased for each nested
list(seelist). That is, the nominal value for\linewidthis to equal\textwidthbut for each nested list the\linewidthis decreased by the sum of that list’s\leftmarginand\rightmargin(seeitemize). -
\marginparpush¶ -
\marginsep¶ -
\marginparwidth¶ -
The minimum vertical space between two marginal notes, the horizontal space between the text body and the marginal notes, and the horizontal width of the notes.
Normally marginal notes appear on the outside of the page, but the declaration
\reversemarginparchanges that (and\normalmarginparchanges it back).The defaults for
\marginparpushin bothbookandarticleclasses are: ‘7pt’ if the document is set at 12pt, and ‘5pt’ if the document is set at 11pt or 10pt.For
\marginsep, inarticleclass the default is ‘10pt’ except if the document is set at 10pt and in two-column mode where the default is ‘11pt’.For
\marginsepinbookclass the default is ‘10pt’ in two-column mode and ‘7pt’ in one-column mode.For
\marginparwidthin bothbookandarticleclasses, in two-column mode the default is 60% of\paperwidth - \textwidth, while in one-column mode it is 50% of that distance. -
\oddsidemargin¶ -
\evensidemargin¶ -
The
\oddsidemarginlength is the extra distance between the left side of the page and the text’s left margin, on odd-numbered pages when the document class optiontwosideis chosen and on all pages whenonesideis in effect. Whentwosideis in effect, on even-numbered pages the extra distance on the left is\evensidemargin.LaTeX’s default is that
\oddsidemarginis 40% of the difference between\paperwidthand\textwidth, and\evensidemarginis the remainder. -
\paperheight¶ -
The height of the paper, as distinct from the height of the print area. Normally set with a document class option, as in
\documentclass[a4paper]{article}(see Document class options). -
\paperwidth¶ -
The width of the paper, as distinct from the width of the print area. Normally set with a document class option, as in
\documentclass[a4paper]{article}(see Document class options). -
\textheight¶ -
The normal vertical height of the page body. If the document is set at a nominal type size of 10pt then for an
articleorreportthe default is ‘43\baselineskip’, while for abookit is ‘41\baselineskip’. At a type size of 11pt the default is ‘38\baselineskip’ for all document classes. At 12pt it is ‘36\baselineskip’ for all classes. -
\textwidth¶ -
The full horizontal width of the entire page body. For an
articleorreportdocument, the default is ‘345pt’ when the chosen type size is 10pt, the default is ‘360pt’ at 11pt, and it is ‘390pt’ at 12pt. For abookdocument, the default is ‘4.5in’ at a type size of 10pt, and ‘5in’ at 11pt or 12pt.In multi-column output,
\textwidthremains the width of the entire page body, while\columnwidthis the width of one column (see\twocolumn).In lists (see
list),\textwidthremains the width of the entire page body (and\columnwidththe width of the entire column), while\linewidthmay decrease for nested lists.Inside a minipage (see
minipage) or\parbox(see\parbox), all the width-related parameters are set to the specified width, and revert to their normal values at the end of theminipageor\parbox. -
\hsize¶ -
This entry is included for completeness:
\hsizeis the TeX primitive parameter used when text is broken into lines. It should not be used in normal LaTeX documents. -
\topmargin¶ -
Space between the top of the TeX page (one inch from the top of the paper, by default) and the top of the header. The value is computed based on many other parameters:
\paperheight - 2in - \headheight - \headsep - \textheight - \footskip, and then divided by two. -
\topskip¶ -
Minimum distance between the top of the page body and the baseline of the first line of text. For the standard classes, the default is the same as the font size, e.g., ‘10pt’ at a type size of 10pt.
© 2007–2018 Karl Berry
Public Domain Software
http://latexref.xyz/Page-layout-parameters.html