Skip to content
Snippets Groups Projects
njuthesis.dtx 148 KiB
Newer Older
Yu Xiong's avatar
Yu Xiong committed
\NewDocumentEnvironment{abstract*} { +b }
Yu Xiong's avatar
Yu Xiong committed
  {
    \cleardoublepage
    \@@_abs_bookmark_en:
Yu Xiong's avatar
Yu Xiong committed
    \use:c { @@_make_abs_ \l_@@_info_diploma_tl :nn } { _en } { :~ }
Yu Xiong's avatar
Yu Xiong committed
    \group_begin: \kaishu \zihao{ -4 } #1
  { \@@_print_keywords:nn { _en } { ;~ } \group_end: }
%    \end{macrocode}
% \end{environment}
Yu Xiong's avatar
Yu Xiong committed
%
% \subsection{前言致谢}
% 
% \begin{environment}{preface}
% \begin{environment}{acknowledgement}
% 单独制作的前言致谢页。
Yu Xiong's avatar
Yu Xiong committed
%    \begin{macrocode}
\NewDocumentEnvironment { preface         } { +b }
  { \njuchapter { \c_@@_name_preface_tl         } #1 } { }
\NewDocumentEnvironment { acknowledgement } { +b }
  { \njuchapter { \c_@@_name_acknowledgement_tl } #1 } { }
Yu Xiong's avatar
Yu Xiong committed
%    \end{macrocode}
% \end{environment}
% \end{environment}
Yu Xiong's avatar
Yu Xiong committed
%
% \begin{macro}{\njupaperlist}
% \changes{v0.10}{2021/09/29}{新增了成果列表页面。}
% \changes{v0.14}{2021/12/20}{成果列表中可突出指定作者姓名及年份。}
Yu Xiong's avatar
Yu Xiong committed
%    \begin{macrocode}
\NewDocumentCommand \njupaperlist
  { O { \c_@@_name_paperlist_tl } m }
  { 
    \group_begin:
%    \end{macrocode}
% 修改姓名的显示方式,使被注解的姓名可被加粗下划线表示。
%    \begin{macrocode}
    \RenewDocumentCommand \mkbibnamegiven  { m }
      { \ifitemannotation { thesisauthor } 
          { \njuline { \bf ##1 } } { ##1 } }
    \RenewDocumentCommand \mkbibnamefamily { m }
      { \ifitemannotation { thesisauthor } 
          { \njuline { \bf ##1 } } { ##1 } }
%    \end{macrocode}
% 修改年份的显示方式,默认进行加粗。
%    \begin{macrocode}
    \RenewDocumentCommand \mkbibdateshort  { m m m }
      { \textbf{ \thefield { ##1 } } }
Yu Xiong's avatar
Yu Xiong committed
    \begin{refsection} 
      \nocite{#2}
      \printbibliography[heading=subbibliography,title=#1]
Yu Xiong's avatar
Yu Xiong committed
    \end{refsection}
Yu Xiong's avatar
Yu Xiong committed
%</class>
%    \end{macrocode}
Yu Xiong's avatar
Yu Xiong committed
% \end{macro}