Newer
Older
% \begin{environment}{preface}
% \begin{environment}{acknowledgement}
\NewDocumentEnvironment { preface } { +b }
{ \njuchapter { \c_@@_name_preface_tl } #1 } { }
\NewDocumentEnvironment { acknowledgement } { +b }
{ \njuchapter { \c_@@_name_acknowledgement_tl } #1 } { }
%
% \begin{macro}{\njupaperlist}
% \changes{v0.10}{2021/09/29}{新增了成果列表页面。}
\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 } } }
\printbibliography[heading=subbibliography,title=#1]