Hi,
I don't know way my chapters start on the left page. I copy and paste my main file (actually even the title page is on the left):
\documentclass[12pt,a4paper,openright]{book}
\usepackage{graphicx}
%\DeclareGraphicsExtensions{.png, .pdf, .jpg, .eps}
\usepackage{latexsym,amsmath,amsfonts,hyperref,setspace,ctable,tabulary,tabularx,array,multirow,caption,longtable,subfigure,mathrsfs}
\usepackage[Sonny]{fncychap}
\usepackage[numbers, sort&compress]{natbib}
\usepackage[printonlyused]{acronym}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\selectlanguage{english}
\hypersetup{colorlinks = {false}, pdftitle = {Grundlagen für Nukleartechnik}, pdfauthor = {Stefano Gallo}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\renewcommand{\chaptername}{Exercise}
\include{titlepage}
\tableofcontents
\newpage
\include{MassDefect}
\include{OneSpeed}
\end{document}
General ⇒ openright
- localghost
- Site Moderator
- Posts: 9201
- Joined: Fri Feb 02, 2007 12:06 pm
openright
You have to help me a little bit to decipher this expression. I'm not sure what you want to say.stefano wrote:[…] I don't know way my chapters start on the left page. [...]
- I don't know why my chapters start on the left page.
- I don't know a way to make my chapters start on the left page.
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Re: openright
of course you are right...I mean "I don't know WHY my chapters start on the left page"
I would like to see the first page of a chapter (and the title page as well) on the right hand...to specify "openright" is not enough?
The document class "book" should work like that by default, I guess...
Thanks again
stefano
I would like to see the first page of a chapter (and the title page as well) on the right hand...to specify "openright" is not enough?
The document class "book" should work like that by default, I guess...
Thanks again
stefano
Re: openright
now everything is right.
Thanks.
stefano
Thanks.
stefano
Re: openright
ciao stefano,
i have the same problem,
can you tell me how you fixed it ?
thanks !
i have the same problem,
can you tell me how you fixed it ?
thanks !
Re: openright
... i had set the wrong margins,
here's a bit of preamble that works:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt,a4paper,twoside,openright]{scrbook}
\usepackage[lmargin=2.5cm,rmargin=1cm,tmargin=2.5cm,bmargin=2.5cm]{geometry}
sorry
here's a bit of preamble that works:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt,a4paper,twoside,openright]{scrbook}
\usepackage[lmargin=2.5cm,rmargin=1cm,tmargin=2.5cm,bmargin=2.5cm]{geometry}
sorry