I have a small issue with the final formatting of my thesis. I would like to print double-sided. However, my document is defined as one-sided and I individually defined the margins using the geometry package (see below):
\documentclass[12pt,a4paper]{article}
\usepackage{geometry}
\geometry{a4paper, top=32mm, left=28mm, right=28mm, bottom=32mm, headsep=10mm, footskip=12mm}
\renewcommand{\baselinestretch}{1.5}
\setlength{\parindent}{0em}
When I change the settings to two-sided it does not work, because I pre-defined the margins etc. However, if I remove my pre-defined margins and use the "twoside" command, the line spacing etc. becomes very small and I have around 20 pages less.
Is there any feasible way to get around this problem?
Many thanks for your help, highly appreciated.
left/righttoinner/outerand add the twoside option. – Henri Menke May 13 '17 at 12:07