Skip to content
Snippets Groups Projects
Commit 754e86af authored by Yu Xiong's avatar Yu Xiong :confounded:
Browse files

feat: 将摘要页加入pdf书签

parent 00981033
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
{% {%
\pagestyle{plain} \pagestyle{plain}
\pagenumbering{Roman} \pagenumbering{Roman}
% \phantomsection\addcontentsline{toc}{chapter}{中文摘要}
\pdfbookmark[0]{中文摘要}{中文摘要}
\begin{center} \begin{center}
\kaishu\zihao{-2}{\textbf{\uuline{南京大学本科生毕业论文(设计、作品)中文摘要}}} \kaishu\zihao{-2}{\textbf{\uuline{南京大学本科生毕业论文(设计、作品)中文摘要}}}
\end{center} \end{center}
...@@ -39,6 +41,8 @@ ...@@ -39,6 +41,8 @@
\NewDocumentEnvironment{englishabstract} {} \NewDocumentEnvironment{englishabstract} {}
{% {%
\pagestyle{plain} \pagestyle{plain}
\pdfbookmark[0]{英文摘要}{英文摘要}
% \phantomsection\addcontentsline{toc}{chapter}{英文摘要}
\begin{center} \begin{center}
\kaishu\zihao{-2}{\textbf{\uuline{南京大学本科生毕业论文(设计、作品)英文摘要}}} \kaishu\zihao{-2}{\textbf{\uuline{南京大学本科生毕业论文(设计、作品)英文摘要}}}
\end{center} \end{center}
...@@ -62,4 +66,4 @@ ...@@ -62,4 +66,4 @@
\NewDocumentCommand \englishkeywords {m} {% \NewDocumentCommand \englishkeywords {m} {%
\par\vspace{2ex}\noindent% \par\vspace{2ex}\noindent%
{KEYWORDS{:}}~~{#1}% {KEYWORDS{:}}~~{#1}%
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment