Encabezados de tesis de látex cómo mostrar solo el nombre del capítulo en todas las páginas (dos caras)

Encabezados de tesis de látex cómo mostrar solo el nombre del capítulo en todas las páginas (dos caras)

Es posible que ya se haya hecho esta pregunta, pero parece que no puedo encontrar la respuesta o resolverla.

estoy usando elmuthesisPlantilla para escribir mi tesis. Esto proporciona el título del capítulo en las páginas pares como "Capítulo x. Nombre del capítulo", pero luego en las páginas impares proporciona el nombre y el número de la sección.

¿Cómo puedo hacerlo? Simplemente déme "Capítulo x. Nombre del capítulo" en TODAS las páginas (más el número de página tal como está actualmente).

Sospecho que esto se puede hacer con fancyhdr pero no sé cómo hacerlo.

Tenga en cuenta que estoy usando un documento de dos caras.

¡Espero que alguien pueda ayudar!

Aquí hay un MWE:

\documentclass[11pt,PhD,twoside]{muthesis}
\usepackage{textcomp}
\usepackage{graphicx}
\usepackage{todonotes}
\usepackage{amsmath}
\usepackage{amstext}
\usepackage{paralist}
\usepackage{enumitem}
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage[font=footnotesize,labelfont=bf]{caption}
\usepackage{stackengine}
\usepackage[aboveskip=2pt]{subcaption} % aboveskipchanges spacing     beten caption and figure
\usepackage{caption}
\captionsetup[subfigure]   {justification=justified,singlelinecheck=false} %%% alignment of  subfigure captions

\usepackage{pgfplotstable}
\usepackage[UKenglish]{datetime}
\usepackage{parskip}
\usepackage{booktabs}

\usepackage{colortbl}

\pgfplotstableset{col sep=comma}
\usepackage[none]{hyphenat}
\usepackage{subfig}
\usepackage{multirow}
\usepackage{lscape}
\usepackage{cite}


% for references\
\usepackage{natbib}  
%\setlength{\bibhang}{5em}
%%%%%% Make font smaller
\renewcommand{\bibfont}{\normalfont\small}
%%% to sort out issues with urls
\usepackage[hyperindex,breaklinks]{hyperref}

\usepackage{cite}
\usepackage{graphics}
\usepackage{amstext}
\usepackage{amsmath}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{booktabs}
\usepackage{url} % typeset URLs reasonably
\usepackage{listings}

%%%%%% section size
\usepackage[]{titlesec}

\titleformat{\section}
{\normalfont\fontsize{13}{15}\bfseries}{\thesection}{1em}{}
\titleformat{\subsection}
{\normalfont\fontsize{13}{15}\bfseries}{\thesubsection}{1em}{}
\titleformat{\subsubsection}
{\normalfont\fontsize{13}{15}\bfseries}{\thesubsubsection}{1em}{}
\titleformat{\subsubsubsection}
{\normalfont\fontsize{13}{15}\bfseries}{\thesubsubsubsection}{1em}{}

%%%% Number of sections that are numbered increase
\setcounter{tocdepth}{4}
\setcounter{secnumdepth}{4}
%%%%%%%%%%%%%%%
\begin{document}

\title{A thesis}
\author{AN Author}

\school{School of}
\faculty{Faculty}
\def\wordcount{57103}

\beforeabstract
\section*{Abstract}
\addcontentsline{toc}{chapter}{Abstract}
\sloppy
\begin{spacing}{1.0}
\fontsize{12}{12}\normalfont
abstract   abstract   abstract   abstract   abstract   abstract        abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   
\end{spacing}

\afterabstract
\prefacesection{Acknowledgements}
I would like to thank......

\afterpreface

\chapter{Introduction}
\section{Background}
Background Background Background Background Background Background     Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background 
\clearpage
\section{Background2}
Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background 
\clearpage
\section{Background3}
Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background 
\end{document}

Respuesta1

Un par de cosas:

  • La única razón para utilizar esta clase es que necesita satisfacer los requisitos institucionales que implementa. Si este es el caso, cambiar el diseño resultará en que su trabajo se considere inadmisible.

  • Si este no es el caso, sería mejor que utilice una clase diferente. Este es bastante explícito sobre el hecho de que viola las reglas de una buena tipografía. Tiene que. Los requisitos institucionales exigen una tipografía deficiente.

  • Tal como está, su código no se compila sin errores. Esto está estrechamente relacionado con el siguiente punto.

  • Tu preámbulo es un desastre. Esto hace que sea más difícil garantizar la coherencia, aumenta las posibilidades de que los paquetes entren en conflicto, hace que los problemas extraños y misteriosos sean casi seguros y hace que sea más difícil diagnosticar problemas cuando inevitablemente ocurren.

    • No cargue un paquete más de una vez.
    • Especialmente, no cargue un paquete con diferentes opciones.
    • No cargue varios paquetes diseñados para formatear los mismos elementos del documento de diferentes maneras, por ejemplo enumitemy paralist; subcaptiony subfig.
    • No cargue paquetes superfluos, por ejemplo , urlademás de hyperref; graphicsasí como graphicx.
    • Preste atención a los requisitos importantes del pedido, por ejemplo, si hyperrefse debe cargar tarde.
    • Utilice tantos paquetes como necesite y no más de los que necesite.
  • No escriba toda su tesis \sloppya menos que su institución requiera explícitamente tal monstruosidad tipográfica. (Esto no es probable: nunca he oído hablar de que requieran este, aunque con frecuencia requieren monstruosidades tipográficas de otros tipos).

En respuesta a la pregunta específica, \afterprefaceestablece el estilo de página en headings. Redefinir este comando para configurarlo fancypermite que fancyhdrla configuración surta efecto:

doble propagación

A continuación se incluye el código completo con algunas anotaciones más específicas. Intenté agrupar paquetes que brindan funciones similares para que sea más fácil ver lo que necesita y lo que no. Si no sabe por qué está utilizando un paquete, coméntelo y vea si eso interrumpe su compilación. Si no, probablemente puedas prescindir de él.

Sin embargo, agregué fontencpara obtener la T1codificación de fuentes, lo cual es muy recomendable y también le brindará fuentes tipo 1 escalables.

\documentclass[11pt,PhD,twoside]{muthesis}
\usepackage[T1]{fontenc}% recommended
\usepackage{textcomp}
\usepackage{todonotes}
\usepackage{amsmath}
\usepackage{amstext}
% \usepackage{paralist}% enumitem provides similar functionality - stick to one interface
\usepackage{enumitem}
% tables
\usepackage{tabularx}
\usepackage{multirow}
\usepackage{booktabs}
% captions and floats
\usepackage[font=footnotesize,labelfont=bf]{caption}
\usepackage[aboveskip=2pt]{subcaption} % aboveskipchanges spacing     beten caption and figure
\captionsetup[subfigure]   {justification=justified,singlelinecheck=false} %%% alignment of  subfigure captions
% \usepackage{subfig}% if you are using subcaption, don't try to use subfig, too - this way lies madness
\usepackage{stackengine}
% colour, graphics, diagrams
\PassOptionsToPackage{table}{xcolor}
\usepackage{graphicx}% don't load graphics as well - this covers it all already
\usepackage{pgfplotstable}
\pgfplotstableset{col sep=comma}
\usepackage[UKenglish]{datetime}
\usepackage{parskip}
\usepackage[none]{hyphenat}
\usepackage{lscape}

% for references
% \usepackage{cite}% do you really want this as well as natbib? they are likely to fight!
\usepackage{natbib}
%\setlength{\bibhang}{5em}
\renewcommand{\bibfont}{\normalfont\small}

\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{listings}

\usepackage[]{titlesec}
\usepackage{fancyhdr}

% to sort out issues with urls
% for latex
% \usepackage[hyperindex,breaklinks]{hyperref}% load late: loads url - no need to load separately
% for pdflatex, lualatex or xelatex
\usepackage[hyperindex]{hyperref}% load late: loads url - no need to load separately

\titleformat{\section}
{\normalfont\fontsize{13}{15}\bfseries}{\thesection}{1em}{}
\titleformat{\subsection}
{\normalfont\fontsize{13}{15}\bfseries}{\thesubsection}{1em}{}
\titleformat{\subsubsection}
{\normalfont\fontsize{13}{15}\bfseries}{\thesubsubsection}{1em}{}
\titleformat{\subsubsubsection}
{\normalfont\fontsize{13}{15}\bfseries}{\thesubsubsubsection}{1em}{}

\setcounter{tocdepth}{4}
\setcounter{secnumdepth}{4}

\def\afterpreface{\newpage
        \pagestyle{fancy}}
\pagestyle{fancy}
\fancyhf{}
\renewcommand*\headrulewidth{0pt}
\fancyhf[leh,roh]{\thepage}
\fancyhf[loh,reh]{\slshape\leftmark}

\begin{document}

\title{A thesis}
\author{AN Author}

\school{School of}
\faculty{Faculty}
\def\wordcount{57103}

\beforeabstract
\section*{Abstract}
\addcontentsline{toc}{chapter}{Abstract}
% \sloppy% don't do this: It applies \sloppy to the rest of your document which is almost certainly not what you want
\begin{spacing}{1.0}
\fontsize{12}{12}\normalfont% is this a requirement? Because it will give you ugly output which is hard to read
abstract   abstract   abstract   abstract   abstract   abstract        abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract   abstract
\end{spacing}

\afterabstract
\prefacesection{Acknowledgements}
I would like to thank......

\afterpreface

\chapter{Introduction}
\section{Background}
Background Background Background Background Background Background     Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background
\clearpage
\section{Background2}
Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background
\clearpage
\section{Background3}
Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background Background
\end{document}

Respuesta2

Puede definir cada lado identificándolo con opciones que identifican los números de página pares e impares, así como el lado del encabezado que desea utilizar. Este formato es de un libro en el que estoy trabajando y que empuja los encabezados hacia el "exterior" de las páginas abiertas.

\fancyhead{} % clear all header fields
\fancyhead[RO]{The Book Title}  % [RO] here means Right/Odd numbered page
\fancyhead[LE]{\chaptername \ \thechapter}  % {LE] here means Left/Even numbered page

En su caso, incluya \thepage para insertar números de página donde quiera.

\fancyhead{} % clear all header fields
\fancyhead[RO]{\chaptername \ \thechapter \ \thepage}  % [RO] here means Right/Odd numbered page
\fancyhead[LE]{\chaptername \ \thechapter \ \thepage}  % {LE] here means Left/Even numbered page

información relacionada