stone-zeng / fduthesis

LaTeX thesis template for Fudan University
LaTeX Project Public License v1.3c
820 stars 207 forks source link

页眉的论文短标题设置 #191

Closed plong511 closed 3 years ago

plong511 commented 3 years ago

是否有办法设置,在页眉的显示的是论文的短标题(running title)? 格式要求的是左侧页眉显示论文题目,右侧页眉显示章标题。左侧的论文题目最好是短标题,与封面上的标题不一样。

stone-zeng commented 3 years ago

导言区加上:

\makeatletter
\let\ps@plain\ps@fancy
\fancyhead[L]{\fdu@kai\zihao{-5}论文短标题}
\fancyhead[R]{\fdu@kai\zihao{-5}\leftmark}
\makeatother

不想用楷体的话就把 \fdu@kai 删掉。

plong511 commented 3 years ago

导言区加上:

\makeatletter
\let\ps@plain\ps@fancy
\fancyhead[L]{\fdu@kai\zihao{-5}论文短标题}
\fancyhead[R]{\fdu@kai\zihao{-5}\leftmark}
\makeatother

不想用楷体的话就把 \fdu@kai 删掉。

搞定,多谢!