\documentclass[twoside]{ctexbook}
\usepackage {fancyhdr}
\pagestyle {fancy}
\fancyhf {}
\renewcommand\chaptermark[1]{\markboth{\chaptername #1}{}}
\renewcommand\sectionmark[1]{\markright{ #1}}
\fancyhead[ER]{\fangsong \large \leftmark}
\begin{document}
\chapter{压轴题新编}
\end{document}
得到的效果是 偶数页右侧面 chapter压轴题新编
哪位能演示以下
第一种 CHPTER.压轴题新编
第二种 Chapter.压轴题新编 (就是案例)
第三种 第一章 压轴题新编

2 回答2

0
```tex \documentclass[twoside]{ctexbook} \usepackage {fancyhdr} \usepackage{zhlipsum} \pagestyle {fancy} \fancyhf {} \def\chaptername{这里是中文?} \renewcommand\chaptermark[1]{\markboth{\chaptername #1}{}} \renewcommand\sectionmark[1]{\markright{ #1}} \fancyhead[ER]{\fangsong \large \leftmark} \begin{document} \chapter{压轴题新编} \zhlipsum[1-5] \end{document} ```
0
第一种: ```tex \documentclass[twoside]{ctexbook} \usepackage{fancyhdr} \usepackage{zhlipsum} \pagestyle{fancy} \fancyhf{} \renewcommand\chaptermark[1]{\markboth{\MakeUppercase{\chaptername} #1}{}} \fancyhead[ER]{\fangsong \large \leftmark} \begin{document} \chapter{压轴题新编} \zhlipsum[1-5] \end{document} ``` 第三种: ```tex \documentclass[twoside]{ctexbook} \usepackage{fancyhdr} \usepackage{zhlipsum} \pagestyle{fancy} \fancyhf{} \fancyhead[ER]{\fangsong \large \leftmark} \begin{document} \chapter{压轴题新编} \zhlipsum[1-5] \end{document} ```

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。