我正在写作
\documentclass[12pt, twoside, openrany]{report}
我的问题是当我使用
\pagestyle{headings}
\usepackage{fancyhdr}
\usepackage{blindtext}
\fancyfoot{} % Delete current footer settings
\fancyhf{}
\fancyhead[LO]{\leftmark}
\fancyhead[RE]{\rightmark}
\fancyfoot[LO,LE]{\small\thepage}
\fancyfoot[RO,RE]{\small \textgreek{'Aggelos Armen'atzoglou}}
\pagestyle{fancy}
%\setlength{\headsep}{0.2in}
我还获得了目录列表、表格列表、图表列表和参考书目的标题,而这些我并不想得到。
有什么帮助吗?
谢谢
答案1
只需在这些之前添加\pagestyle{plain}
,并且正如 egreg 指出的那样,\pagestyle{fancy}
在您希望标准标题开始的位置。