Skip to content

修复PDF大纲跳转错位问题,新增附录自动ABCD编号#10

Open
musnows wants to merge 4 commits into
dhiyu:masterfrom
musnows:dev/pr
Open

修复PDF大纲跳转错位问题,新增附录自动ABCD编号#10
musnows wants to merge 4 commits into
dhiyu:masterfrom
musnows:dev/pr

Conversation

@musnows

@musnows musnows commented Feb 26, 2025

Copy link
Copy Markdown

修改项一

如题,目前附录写死了附录A,新增一个计数器让附录可以被多次插入,实现自动编号成ABCD。

额外调整:附录中子标题样式调整为B.1,并在附录标题和正文之间添加0.5cm空行。

直接在原有附录后继续添加\thesisappendix插入新的附录即可

\thesisappendix

\section{本科期间的获奖情况}
\begin{itemize}
	\item 设计了一块RTX5090
	\item 准备移民火星
	\item 去太阳上面看看
\end{itemize}

效果截图:

image

同时修复了原始方案中附录自动编号后附录中的section跳转错位问题,比如附录B.1会跳转到附录A.1的问题。

以下为演示GIF,附录A和附录B的所有大纲都能正常跳转。

test


修改项二

给中文摘要和英文摘要添加了\clearpage,用于解决中文摘要、英文摘要、目录的PDF大纲跳转错位问题(在我的环境中英文摘要会跳转到中文摘要末尾,目录会跳转到英文摘要末尾)。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant