Category Archive
LAYOUT
·2 min read
LaTeX Page Layout: Margins with geometry
To set margins in LaTeX, load the geometry package and specify them, e.g. \usepackage[margin=1in]{geometry}. Control paper size, binding offset, and more.
latexlayout
Open →·2 min read
Two-Column Layout in LaTeX (multicol & twocolumn)
For a two-column LaTeX layout, use the twocolumn class option for the whole document or the multicol package for balanced columns in part of a page.
latexlayout
Open →