diff options
author | David A. Madore <david+git@madore.org> | 2017-11-14 13:05:17 +0100 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2017-11-14 13:05:17 +0100 |
commit | f1826f0f50ca2ff35761222b64d6312ac87bbc77 (patch) | |
tree | dd48d034c0cb8245b2303f170d54ebec87c55f49 | |
parent | df54f750dc8b17fc334a7d169e0d6aaef326b31a (diff) | |
download | inf105-printed-2017.tar.gz inf105-printed-2017.tar.bz2 inf105-printed-2017.zip |
Increase inner margin (at expense of outer margin, so as to keep line width).printed-2017
-rw-r--r-- | notes-inf105.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notes-inf105.tex b/notes-inf105.tex index 158db95..d0069cd 100644 --- a/notes-inf105.tex +++ b/notes-inf105.tex @@ -1,6 +1,6 @@ %% This is a LaTeX document. Hey, Emacs, -*- latex -*- , get it? \documentclass[12pt,a4paper]{article} -\usepackage[a4paper,hmargin=2.5cm,vmargin=3cm]{geometry} +\usepackage[a4paper,twoside,inner=2.75cm,outer=2.25cm,vmargin=3cm]{geometry} \usepackage[francais]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} |