在论文中使用 fancyhdr 的不同标题

在论文中使用 fancyhdr 的不同标题

我一直在尝试在我的论文中插入不同的标题。

要求是前页用罗马字母显示,并标明章节或节名。正文标题应显示章号、章节标题和页码。后页也应显示与正文相同的内容,即章号、标题和页码。听起来很简单。但是,我遇到了困难。

我尝试了以下代码。它对前言部分运行良好。主内容和后记部分未显示预期结果。在主内容中,未显示章节编号,并且在“rightmark”页面上,显示的是章节而不是章节详细信息。

后记也一样。标题在页眉中显示两次,但没有显示章节号或页码。

附件中您将找到等效的代码。

\usepackage{fancyhdr}
\pagestyle{fancy}
\fancypagestyle{main}{%
\fancyhf{}
%\fancyhead[EL,OR]{\textsl{\rightmark}}
%\fancyhead[OL,ER]{\textsl{\rightmark}}
\fancyhead[EL]{\thepage} 
\fancyhead[ER]{\leftmark}
\fancyhead[OL]{\leftmark}
\fancyhead[OR]{\thepage}
\renewcommand{\chaptermark}[1]{%
     \markboth{\thechapter{} #1}{\thechapter{}#1}}
}
\fancypagestyle{plain}{%
\fancyhf{}
\fancyhead[L]{\nouppercase{\rightmark}}
\fancyhead[R]{\nouppercase{\leftmark}}
\fancyhead[EL]{\thepage} 
\fancyhead[OR]{\thepage}

\renewcommand{\chaptermark}[1]{%
    \markboth{#1}{#1}}
}
\fancypagestyle{back}{%
\fancyhf{}
\fancyhead[EL]{\thepage} 
\fancyhead[ER]{\leftmark}
\fancyhead[OL]{\leftmark}
\fancyhead[OR]{\thepage}

\renewcommand{\chaptermark}[1]{
    \markboth{\thechapter{} #1}{\thechapter{}#1}}
}
\appto\frontmatter{\pagestyle{plain}}
\appto\mainmatter{\pagestyle{main}}
\appto\backmatter{\pagestyle{back}}



%**Another way of doing it is the following:** 
\documentclass[12pt,twoside]{book}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage[a4paper,width=150mm, top=25mm, bottom=25mm, bindingoffset=6mm]{geometry}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{fontspec}
%\usepackage[scaled]{uarial}
\setsansfont{Arial}
%\usepackage{lmodern}
\usepackage{amsmath}
\usepackage{siunitx}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage[]{unicode-math}
\setmainfont[Mapping=tex-text,Numbers={OldStyle,Proportional},Ligatures={TeX, Common}]{TeX Gyre Termes}
\setmonofont[Mapping=tex-text,Scale=0.8]{TeX Gyre Cursor}
\setsansfont[Mapping=tex-text,Numbers=OldStyle,Ligatures=Common]{TeX Gyre Heros}
\setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{TeX Gyre Pagella Math}
\usepackage{makeidx}
\usepackage{multirow}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{fancyhdr}
\setlength{\headheight}{15pt}
\fancypagestyle{plain}{%
\fancyhf{}
\fancyhead[L]{\nouppercase{\leftmark}}
\fancyhead[R]{\nouppercase{\leftmark}}
\fancyhead[EL]{\thepage} 
\fancyhead[OR]{\thepage}
\renewcommand{\chaptermark}[1]{%

    \markboth{#1}{#1}}
}
%\fancypagestyle{main}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\chaptermark}[1]{ 
    \markboth{\thechapter{} #1} {} }

\fancyhead[LE,RO]{\thepage}
\fancyhead[RE]{\nouppercase{\leftmark} }
\fancyhead[LO]{\nouppercase{\leftmark} 
}

\graphicspath{images/}
\usepackage[style=alphabetic]{biblatex}
\addbibresource[style=alphabetic]{references.bib}
\usepackage{setspace}
\setstretch{1.1}
\usepackage{acronym}

\parindent0cm
\renewcommand*{\familydefault}{\sfdefault}


\makeatletter 
% Define frontmatter, mainmatter and backmatter if not defined 
\@ifundefined{frontmatter}{% 
    \newcommand{\frontmatter}{% 
       %In Roemischen Buchstaben nummerieren (i, ii, iii) 
       \pagenumbering{roman} 
    } 
}{} 
\@ifundefined{mainmatter}{% 
    % scrpage2 benoetigt den folgenden switch 
    % wenn \mainmatter definiert ist. 
%    \newif\if@mainmatter\@mainmattertrue 
    \newcommand{\mainmatter}{% 
       % -- Seitennummerierung auf Arabische Zahlen zuruecksetzen (1,2,3) 
       \pagenumbering{arabic}% 
       \setcounter{page}{1}% 
    } 
}{} 
\@ifundefined{backmatter}{% 
%    \newif\if@backmatter\@backmattertrue 
    \newcommand{\backmatter}{ %
       %In Roemischen Buchstaben nummerieren (i, ii, iii) 
       \pagenumbering{roman} 
    } 
}{} 
\makeatother 

\begin{document}
{\sffamily
%\maketitle
\begin{titlepage}
   \begin{center}
       \vspace*{2cm}

\begin{Huge}
{xx}
\end{Huge}
       
       \vspace{0.5cm}
        {\Large xx}
            
       \vspace{1cm}
\textbf{xx}\\
        \vspace{1cm}
zxx 

        \vspace{1cm}
\textbf{xx}

        \vspace{0.5cm}
\textbf{(xx)}
        
\vspace{1cm}
          
                             
       von xx\\
       \vspace{0.5cm}
xx \\
        \vspace{0.5cm}
xx\\
        \vspace{0.5cm}
xx\\
        \vspace{1.5cm}
xx: \\
        \vspace{0.5cm}
xx\\
        \vspace{0.5cm}
xx\\
        \vspace{1cm}
xx     
%       \includegraphics[width=0.4\textwidth]{university}
           
            
   \end{center}
\end{titlepage}
\thispagestyle{empty}
\frontmatter 
\pagestyle{plain}

\chapter{Vorwort}
\chapter{Danksagung}
xx
\chapter{Abstrakt}
xx
\chapter{Abstract}
xx
\chapter{Abkürzungsverzeichnis}
\begin{acronym}[SEPSEP]
\acro{abb}[Abb.]{Abbildung}
\end{acronym}
\newpage
\tableofcontents
\listoffigures
\listoftables
\mainmatter
\pagestyle{fancy}
\chapter{Einleitung}
xx

\chapter{ssssssssss}
xx

\chapter{eeeeeeeeee}
cccc

\backmatter

\appendix
\chapter{Anhang}
ffffffffff
}

\end{document}

答案1

后记中的章节没有编号。所以,我认为它们在页眉中也应该没有编号。因此,我将\if@mainmatter在全局重新定义中使用\chaptermark

\makeatletter
\renewcommand{\chaptermark}[1]{\markboth{\if@mainmatter\thechapter{}\ \fi#1}{}}
\makeatother

例子:

\documentclass[12pt]{book}
\usepackage[a4paper,width=150mm, top=25mm, bottom=25mm, bindingoffset=6mm]{geometry}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{fontspec}
\usepackage{}
\usepackage{fancyhdr}
\setlength{\headheight}{15pt}
\pagestyle{fancy}% before the redefinition of \chaptermark

\makeatletter
\renewcommand{\chaptermark}[1]{\markboth{\if@mainmatter\thechapter{}\ \fi#1}{}}
\makeatother

\fancyhf{}
\fancyhead[LE,RO]{\thepage}
\fancyhead[LO,RE]{\nouppercase{\leftmark}}

\renewcommand*{\familydefault}{\sfdefault}

\usepackage{lipsum}% nur für Fülltext
\begin{document}
\begin{titlepage}
\begin{center}
  \Huge Titelseite\par
  \normalsize
  Weiterer Text auf der Titelseite
\end{center}
\end{titlepage}
\thispagestyle{empty}
\frontmatter 
\chapter{Vorwort}
  \lipsum[1]
\chapter{Danksagung}
  \lipsum[2]
\chapter{Abstrakt}
  \lipsum[3]
\chapter{Abstract}
  \lipsum
\tableofcontents
\listoffigures
\listoftables
\mainmatter

\chapter{Einleitung}
\lipsum
\chapter{ssssssssss}
\lipsum
\chapter{eeeeeeeeee}
\lipsum
\backmatter
\appendix
\chapter{Anhang}
\lipsum
\end{document}

注意,每章的第一页都使用 pagestyle plain。如果它们需要相同的布局,请plain在序言中定义 fancypagestyle :

\fancypagestyle{plain}{%
  \fancyhf{}%
  \fancyhead[LE,RO]{\thepage}%
  \fancyhead[LO,RE]{\nouppercase{\leftmark}}%
}

或者

\fancypagestyle{plain}{}% change plain pagestyle to fancy

答案2

由于无论如何我都必须创建 MWE,所以就在这里。

\documentclass{book}
\usepackage{etoolbox}
\usepackage{lipsum}

\usepackage{fancyhdr}
\pagestyle{fancy}
\fancypagestyle{main}{%
\fancyhf{}
%\fancyhead[EL,OR]{\textsl{\rightmark}}
%\fancyhead[OL,ER]{\textsl{\rightmark}}
\fancyhead[EL]{\thepage} 
\fancyhead[ER]{\leftmark}
\fancyhead[OL]{\leftmark}
\fancyhead[OR]{\thepage}
\def\chaptermark##1{\markboth{\thechapter{} ##1}{\thechapter{}##1}}%
}
\fancypagestyle{plain}{%
\fancyhf{}
\fancyhead[L]{\nouppercase{\rightmark}}
\fancyhead[R]{\nouppercase{\leftmark}}
\fancyhead[EL]{\thepage} 
\fancyhead[OR]{\thepage}
\renewcommand{\chaptermark}[1]{%
    \markboth{##1}{##1}}
}
\fancypagestyle{back}{%
\fancyhf{}
\fancyhead[EL]{\thepage} 
\fancyhead[ER]{\leftmark}
\fancyhead[OL]{\leftmark}
\fancyhead[OR]{\thepage}
\renewcommand{\chaptermark}[1]{
    \markboth{\thechapter{} ##1}{\thechapter{}##1}}
}
\appto\frontmatter{\pagestyle{plain}}
\appto\mainmatter{\pagestyle{main}}
\appto\backmatter{\pagestyle{back}}

\begin{document}
\frontmatter
\chapter{chapter}
\section{section}
\lipsum[1-10]
\mainmatter
\chapter{chapter}
\section{section}
\lipsum[1-10]
\backmatter
\chapter{chapter}
\section{section}
\lipsum[1-10]
\end{document}

相关内容