For my master thesis I'm using the scrreprt document class from KOMA-Script in two-sided mode. I will use this to print the paper. Now I have the following question: is it possible to change the margins, so that they are similar to the single page mode? I would like to change this for the ebook version of my thesis which I have to submit to my university. Its content should be equal to the printed one, so I have to include the empty pages of the printed thesis. Because of this I cannot just use the single page layout. Is this possible somehow? I looked at the

Thanks for helping me,
Daniel
Example with documentclass from my file:
Code: Select all
\documentclass[listof=totoc, a4paper, 12pt, titlepage, twoside, openright]{scrreprt}
\usepackage[blindtext]
\begin{document}
\blindtext
\end{document}