Search found 3 matches

by kyra
Thu Aug 15, 2013 9:20 pm
Forum: Page Layout
Topic: avoid resetting left/right when changing numbering style
Replies: 5
Views: 11028

Re: avoid resetting left/right when changing numbering style

hmm ok, thanks. I'll do that. But why is it bad to have page one on the left side?
by kyra
Thu Aug 15, 2013 9:03 pm
Forum: Page Layout
Topic: avoid resetting left/right when changing numbering style
Replies: 5
Views: 11028

avoid resetting left/right when changing numbering style

I don't think this is intended. Or I misunderstand it. What is the problem with having page one on the left side? here is the mwe:

\documentclass[twoside]{scrartcl}
\usepackage{blindtext}

\begin{document}

\pagenumbering{Roman}
\section{right page, as it should be}
\blindtext \blindtext ...
by kyra
Thu Aug 15, 2013 7:22 pm
Forum: Page Layout
Topic: avoid resetting left/right when changing numbering style
Replies: 5
Views: 11028

avoid resetting left/right when changing numbering style

Hi!

I've already posted this question there http://tex.stackexchange.com/questions/128386/problem-with-change-of-pagenumbering-with-twoside
but it didn't get much coverage, so I'll try it here.

In about 16 houres i need to print my bachelor thesis. Everything worked great, but now I discovered a ...