I have large outer margins and I want some time more text, on the left for even pages and on the right for odd pages. I tried:
\begin{addmargin*}
...
\end{addmargin*}
But the result is good only on the first page.
Can anyone help me?
Here is my MWE (after trying to implement solutions in Dennis's answer):
\documentclass{scrbook}
\usepackage[inner=1.5 cm,outer=5.5cm]{geometry}
\usepackage{lipsum}
%\usepackage{scrextend} % load it if you're not using a KOMA class
\usepackage{lipsum}
\begin{document}
\chapter{One}
\lipsum[1-6]
\section{One-one}
\lipsum[1-3]
\setlength{\oddsidemargin}{15.5pt}
\setlength{\evensidemargin}{15.5pt}
\lipsum[2-11]
\lipsum[1-12]
\setlength{\oddsidemargin}{0pt}
\setlength{\evensidemargin}{0pt}
\section{One-two}
\lipsum[1-3]
\end{document}
Best Answer
I think all problems are now solved (also with the header) with this code:
I show some page of output:
