奇数页不显示章节号

奇数页不显示章节号

我已将章节编号设置为罗马字体,并且通过使用软件包fancyhdr,我将章节编号放在每页的顶部中央。但是,它只显示在偶数页上。示例:

\documentclass[12pt, twoside]{report}
\usepackage{graphicx}
\usepackage[ngerman]{babel}
\usepackage{fancyhdr}
\usepackage{fancyhdr}
\pagestyle{fancy}

\fancyhead{}
\fancyhead[LO,RE]{TOPIC}
\fancyhead[CE]{Chapter \thechapter}
\fancyhead[CO]{Chapter \thechapter}
\fancyfoot{}
\fancyfoot[LO]{\thepage}
\fancyfoot[RE]{\thepage}

相关内容