Restaurando la geometría en látex

Restaurando la geometría en látex

Quiero que los capítulos comiencen en páginas pares, así que usé dos lados con el comando abrir a la derecha pero hizo que \restoregeometry no funcionara en páginas pares. ¿Alguien puede ayudarme a solucionar esto?PDF

\documentclass[twoside,12pt,openright]{report}
\usepackage{emptypage}
\usepackage[a4paper]{geometry}
%\usepackage[myheadings]{fullpage}
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0.1pt}
\fancyhead[RE]{Section \thesection}
\fancyhead[LE]{Chapter \thechapter}
\fancyhead[RO]{Section \thesection}
\fancyhead[LO]{Chapter \thechapter}


\usepackage{lastpage}

\usepackage{xcolor}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\newcommand{\HRule}[1]{\rule{\linewidth}{#1}}




\usepackage{fancyhdr}

\usepackage{afterpage,lipsum}


\begin{document}
\begin{titlepage}
 \newgeometry{
 a4paper,
 total={170mm,250mm},
 left=20mm,
 right=10mm,
 top=20mm,
 }


\includegraphics[width = 50mm]{LOGOBourgogne.png}%\\[15ex]
\hspace{6.5cm}\includegraphics[width = 55mm]{Logo.PNG}\\[15ex]
    \centering
    {\scshape\LARGE University of Burgundy \par}
    \vspace{1cm}
    {\scshape\Large Final year project\par}
    \vspace{1.5cm}
    {\huge\bfseries  Channel Emulation using SDR\par}
    \vspace{2cm}
    {\Large\itshape Ali SABRA\par}
    \vfill
    Supervised by\par
    {\large\itshape Pr. Marion BERBINEAU}


    \vfill

{\large \today\par}



%\author{Ali SABRA \\ Supervisor: Marion Berbineau}
%\date{from May to August 2019}

\end{titlepage}
\restoregeometry

información relacionada