长标题在页眉的显示问题 #264
Answered
by
atxy-blip
RenBaixiao
asked this question in
Q&A
长标题在页眉的显示问题
#264
-
长标题在封面上需要两行进行显示,使用 |
Beta Was this translation helpful? Give feedback.
Answered by
atxy-blip
Jul 28, 2022
Replies: 3 comments 9 replies
-
这个我会修一下,让多行连成一行(#265)。但如果标题本来就很长的话可能还是会有溢出的情况,也有可能和右边的 chapter/section 重叠。 |
Beta Was this translation helpful? Give feedback.
2 replies
-
一种临时措施见 https://tex.stackexchange.com/q/6862,用 \chapter[目录标题]{原始标题}
\chaptermark{页眉标题}
\section[目录标题]{原始标题}
\sectionmark{页眉标题} |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
RenBaixiao
-
c1f9e3e 之后可以通过 \documentclass{fduthesis}
\fdusetup{info/title={论文\\标题}}
\usepackage{zhlipsum}
\ExplSyntaxOn
\fancyhead[OR]{\l__fdu_info_title_sanitized_tl}
\ExplSyntaxOff
\begin{document}
\mainmatter
\chapter{介绍}
\zhlipsum[1-42]
\end{document} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
一种临时措施见 https://tex.stackexchange.com/q/6862,用
\chaptermark
和\sectionmark
这两个命令即可覆盖页眉显示的标题: