Generalopenright

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
stefano
Posts: 5
Joined: Wed Mar 12, 2008 12:16 pm

openright

Post by stefano »

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}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

openright

Post by localghost »

stefano wrote:[…] I don't know way my chapters start on the left page. [...]
You have to help me a little bit to decipher this expression. I'm not sure what you want to say.
  1. I don't know why my chapters start on the left page.
  2. I don't know a way to make my chapters start on the left page.
Please, describe exactly what you want to do and what is going wrong.


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
stefano
Posts: 5
Joined: Wed Mar 12, 2008 12:16 pm

Re: openright

Post by stefano »

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
stefano
Posts: 5
Joined: Wed Mar 12, 2008 12:16 pm

Re: openright

Post by stefano »

now everything is right.

Thanks.

stefano
dimarcom
Posts: 26
Joined: Wed Mar 05, 2008 11:03 am

Re: openright

Post by dimarcom »

ciao stefano,

i have the same problem,
can you tell me how you fixed it ?

thanks !
dimarcom
Posts: 26
Joined: Wed Mar 05, 2008 11:03 am

Re: openright

Post by dimarcom »

... 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
Post Reply