General ⇒ margin sizes
Re: margin sizes
Below is the preamble of my document, with a few of the options i tried to change the margins (one is new since my last post: margin={.1\paperwidth}, i joined a new image).
I'm happy with header, footer, textheight, all vertical stuff.
I'm unhappy with the margins: i'd like to make the textwidth 0.5 or 1cm larger than default, but whatever i try does not respect the assymetry of a twoside book.
Hope you can help...
Marie.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt]{scrbook}
\usepackage[a4paper,twoside,margin={.1\paperwidth}]{geometry}
\textheight 23.5cm
\textwidth 16cm
%\oddsidemargin -0.5cm
%\evensidemargin -1cm
- Attachments
-
- main_lds.pdf
- (46.91 KiB) Downloaded 340 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: margin sizes
\usepackage[lmargin=2cm,rmargin=2.5cm,tmargin=3cm,bmargin=2cm]{geometry}
actually did exactly what i needed. It didn't work before because i had other conflicting commands, like \textheight 3.5cm for example.
i thought i'd mention it.
thanks for all the help, it's super useful !
marie.