General ⇒ openright
openright
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}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- 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¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: openright
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
Thanks.
stefano
Re: openright
i have the same problem,
can you tell me how you fixed it ?
thanks !
Re: openright
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