胶乳中的标题都进入右边距并在左边距偏移

时间:2015-09-24 22:35:57

标签: format latex

我目前正在写论文,我希望当前章节出现在左侧每个偶数页面的顶部。

然而,我的一个章节标题相当长,并且它以2行运行,看起来很糟糕,所以我开始使用fancyhdr。

现在的问题是,仅仅改变“fancyheadoffset”是不够的,所以我需要使“headwidth”更宽。但是,我无法让两件事情协同工作......

这是我在最小例子中尝试的内容:

\documentclass[a4paper,10pt,twoside]{extarticle}
\usepackage{fancyhdr}
\begin{document}
\pagestyle{fancy}
\fancypagestyle{plain}{%
  \fancyhf{}%
  \renewcommand{\headrulewidth}{0pt}%
  \fancyhf[lef,rof]{\thepage}%
}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\headheight}{23pt}
\renewcommand{\headwidth}{1.7\textwidth}
%\fancyheadoffset[LO]{0.1\textwidth}
\fancyhead[RE,LO]{\leftmark}
\fancyfoot[RO,LE]{\thepage}
\section{The multivariate stochastic volatility model of Ornstein-Uhlenbeck type}
\end{document}

所以问题是:我如何操纵头宽和偏移

由于

0 个答案:

没有答案