Skip to content
Snippets Groups Projects
njuthesis.dtx 183 KiB
Newer Older
        \cs_set_eq:NN \makelabel \@@_notation_label:n
Yu Xiong's avatar
Yu Xiong committed
      }
  }
%    \end{macrocode}
% \end{macro}
%
% \begin{environment}{notation}
Yu Xiong's avatar
Yu Xiong committed
% \changes{v0.15}{2022/01/17}{提供符号表环境。}
Yu Xiong's avatar
Yu Xiong committed
% 符号表环境。
% \begin{arguments}
%   \item 说明区域宽度,初始值为 10 em。说明宽度的调整更为常见,所以放在前面。
%   \item 符号区域宽度,初始值为 5 em
% \end{arguments}
%    \begin{macrocode}
\NewDocumentEnvironment { notation } { O { 10 em } O { 5 em } }
    \@@_chapter:V { \c_@@_name_notation_tl }
Yu Xiong's avatar
Yu Xiong committed
    \@@_make_notation:nn { #1 } { #2 }
  }
  { \endlist }
%    \end{macrocode}
% \end{environment}
%
% \begin{environment}{notation*}
% 带有星号的符号表不会插入目录。
%    \begin{macrocode}
\NewDocumentEnvironment { notation* } { O { 10 em } O { 5 em } }
  {
    \chapter * { \c_@@_name_notation_tl }
Yu Xiong's avatar
Yu Xiong committed
    \@@_make_notation:nn { #1 } { #2 }
  }
  { \endlist }
%</class>
%    \end{macrocode}
% \end{environment}
%