-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
标题换行页眉不换行的问题 #37
Comments
这是个好问题,要求助一下其他人 |
@mengchaoheng 你抽空看一下,我懒得去看你的代码了,我给个 \documentclass{book}
\usepackage{fancyhdr}
\fancypagestyle{plain}{
\pagestyle{fancy}
\fancyhf{}
\fancyhead[CE]{test}
\fancyhead[CO]{\leftmark}
}
\pagestyle{plain}
\usepackage{lipsum}
\begin{document}
\chapter{title1}
\lipsum[1-20]
\chapter{title2\\title2}
\markboth{\MakeUppercase{\chaptername~\thechapter.~title2--title2}}{}
\lipsum[1-20]
\chapter{title3}
\lipsum[1-20]
\end{document} |
抱歉实在没时间做这个修改。但我有一个疑问,一个章的标题真的需要这么长吗?考虑简称/缩写或者其他手段缩短标题? |
OK
| |
levondang
|
|
***@***.***
|
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2023年03月18日 01:00 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>***@***.***> |
| 主题 | Re: [mengchaoheng/SCUT_thesis] 标题换行页眉不换行的问题 (Issue #37) |
抱歉实在没时间做这个修改。但我有一个疑问,一个章的标题真的需要这么长吗?考虑简称/缩写或者其他手段缩短标题?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
像这种情况,怎么样才能将标题换行,页眉不换行,试了 \\ 好像页眉会跟着换行
The text was updated successfully, but these errors were encountered: