We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
currentpdfbookmark
1 parent ef0e51e commit 95ef418Copy full SHA for 95ef418
bithesis.dtx
@@ -2693,14 +2693,15 @@
2693
\vspace{-8pt}
2694
}
2695
2696
- % 添加目录书签
2697
- \currentpdfbookmark{\c__bithesis_label_toc_tl}{ch:toc}
2698
% 制作目录
2699
\tableofcontents
2700
2701
% 在本科生全英文模板中,添加「目录」本身到目录中。
2702
- \@@_if_thesis_int_type:nT {3} {
2703
- \addcontentsline{toc}{chapter}{\c_@@_label_toc_en_tl}
+ \__bithesis_if_thesis_int_type:nTF {3} {
+ \addcontentsline{toc}{chapter}{\c__bithesis_label_toc_en_tl}
+ } {
+ % 添加目录书签
2704
+ \currentpdfbookmark{\c__bithesis_label_toc_tl}{ch:toc}
2705
2706
2707
% 单独成页
0 commit comments