Skip to content
Snippets Groups Projects
abstract.sty 1.88 KiB
Newer Older
\ProvidesExplPackage{profile/abstract}{2021-09-04}{0.1}{NJU Thesis Undergraduate abstract design}

% 拼合标题
\tl_const:Nn \Title {\TitleA\TitleB\TitleC}
% 摘要环境
Yichen Zhao's avatar
Yichen Zhao committed
\NewDocumentEnvironment{abstract} {}
{%
Yichen Zhao's avatar
Yichen Zhao committed
  \pagestyle{plain}
  \pagenumbering{Roman}
  % \phantomsection\addcontentsline{toc}{chapter}{中文摘要} % 将摘要插入目录和pdf书签
  \pdfbookmark[0]{中文摘要}{中文摘要} % 将摘要插入pdf书签,与上一行不可共存
Yichen Zhao's avatar
Yichen Zhao committed
  \begin{center}
    \kaishu\zihao{-2}{\textbf{\uuline{南京大学本科生毕业论文(设计、作品)中文摘要}}}
Yichen Zhao's avatar
Yichen Zhao committed
  \end{center}
  {\bgroup
    \kaishu\zihao{-4}
    \tl_set:Nn \tabcolsep {0pt}
    \tl_set:Nn \arraystretch {0.8}
Yichen Zhao's avatar
Yichen Zhao committed
    \noindent
    题目: \Title \\
    院系: \Department \\
    专业: \Major \\
    本科生姓名: \StudentName \\
    指导教师(姓名、职称): \Mentor\ \MentorTitle \\
    摘要:
    \egroup
  }
  \kaishu\zihao{-4}\par%
}{%
\newpage
}
Yichen Zhao's avatar
Yichen Zhao committed
\NewDocumentCommand \keywords {m} {%
Yichen Zhao's avatar
Yichen Zhao committed
  \par\vspace{2ex}\noindent%
  {\kaishu\zihao{-4}\makebox[4em][s]{关键词{}}}~{#1}%
}
Yichen Zhao's avatar
Yichen Zhao committed
% 英文摘要
Yichen Zhao's avatar
Yichen Zhao committed
\NewDocumentEnvironment{englishabstract} {}
{%
Yichen Zhao's avatar
Yichen Zhao committed
  \pagestyle{plain}
  % \phantomsection\addcontentsline{toc}{chapter}{英文摘要} % 将摘要插入目录和pdf书签
  \pdfbookmark[0]{英文摘要}{英文摘要} % 将摘要插入pdf书签,与上一行不可共存
Yichen Zhao's avatar
Yichen Zhao committed
  \begin{center}
      \kaishu\zihao{-2}{\textbf{\uuline{南京大学本科生毕业论文(设计、作品)英文摘要}}}
Yichen Zhao's avatar
Yichen Zhao committed
  \end{center}
  {
    \bgroup
    THESIS: ~~\Title_EN \\
    DEPARTMENT: ~~\Department_EN \\
    SPECIALIZATION: ~~\Major_EN \\
    UNDERGRADUATE:~~\StudentName_EN \\
Yichen Zhao's avatar
Yichen Zhao committed
    MENTOR:~~\Mentor_EN \ \MentorTitle_EN\\
Yichen Zhao's avatar
Yichen Zhao committed
    ABSTRACT:
    \egroup
  }
  \zihao{-4}\par%
}{%
\cleardoublepage
\newpage
}
Yichen Zhao's avatar
Yichen Zhao committed
\NewDocumentCommand \englishkeywords {m} {%
Yichen Zhao's avatar
Yichen Zhao committed
  \par\vspace{2ex}\noindent%
  {KEYWORDS{:}}~~{#1}%