Text Formattingreport | Define specific Margins

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
ggyyree
Posts: 21
Joined: Mon Sep 15, 2008 6:32 pm

report | Define specific Margins

Post by ggyyree »

How to define specific margins for the latex 'report' class? For example,

Margins at the binding edge must be not less than 40 mm (1.5 inches) and other margins not less than 20 mm (.75 inches). (Single page print-out should be used).

Double or one-and-a-half spacing should be used in typescripts, except for indented quotations or footnotes where single spacing may be used.

I use but get very stange output:

Code: Select all

\documentclass[12pt,a4paper,oneside]{report}

\setlength{\oddsidemargin}{4cm}
\setlength{\evensidemargin}{2cm}
\setlength{\topmargin}{2cm}
\setlength{\topmargin}{2cm} 


Thanks very much!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

report | Define specific Margins

Post by localghost »

Take a look at the geometry package and its manual.


Thorsten
Post Reply