Skip to content
Snippets Groups Projects
njuthesis.dtx 185 KiB
Newer Older
  {
    % 用于摘要的作者名称字样
    { author_a     }
      { \tl_item:Nn \l_@@_info_degree_tl { 2 } 生姓名  },
    { chairman     } { 答辩委员会主席:                },
    { clc          } { 分类号                          },
    { confer       } { 学位授予单位和日期              },
    { df_date      } { 论文答辩日期                    },
    { degree       } { 申请学位级别                    },
    { apply        }
      { (申请 \l_@@_info_degree_tl 学位)             },
    { field        } { 研究方向                        },
    { g            } { 研究生                          },
    { grade        } { 级                              },
    % 用于摘要的专业名称字样
    { major_a      } { 专业                            },
    % 用于国家图书馆封面的专业名称字样
    { major_b      } { 专业名称                        },
    { orig_decl    } { 学位论文原创性声明              },
    { orig_sign    } { 研究生签名                      },
    { reviewer     } { 评阅人:                        },
    { seclv        } { 密级                            },
    { sign         } { (签字)                        },
    { sm_date      } { 论文提交日期                    },
    { supv         } { 导师                            },
    % 用于摘要的导师名称字样
    { supv_a       } { 指导教师(姓名、职称)          },
    { supv_info    }
      { 指导教师姓名、职务、职称、学位、单位名称及地址 },
    % 用于普通封面的标题名称字样
    { title        } { 论文题目                        },
    % 用于摘要的标题名称字样
    { title_a      } { 题目                            },
    % 用于国家图书馆封面的标题名称字样
    { title_b      } { (题名和副题名)                },
    { udc          } { U D C                           }
  }
  { \@@_define_name:nn #1 }
\clist_map_inline:nn
  {
    { abstract_title }
      { 南京大学 \l_@@_info_type_tl 中文摘要首页用纸 }
      { 南京大学 \l_@@_info_type_tl 英文摘要首页用纸 },
    { author    } { 作者姓名 } { POSTGRADUATE        },
    { major     } { 专业方向 } { SPECIALIZATION      },
    { supv_full } { 指导教师 } { MENTOR              }
  }
  { \@@_define_name:nnn #1 }
%    \end{macrocode}
%
% \begin{variable}{\c_@@_cover_en_text_tl}
% 英文封面字样。
%    \begin{macrocode}
\tl_const:Nn \c_@@_cover_en_text_tl
  {
    A~ dissertation~ submitted~ to \\
    the~ graduate~ school~ of~ Nanjing~ University \\
    in~ partial~ fulfilment~ of~ the~ requirements~ for~ the~ degree~ of
  }
%    \end{macrocode}
% \end{variable}
%
% \begin{variable}{\c_@@_orig_decl_text_tl}
% 学位论文原创性声明。
%    \begin{macrocode}
\tl_const:Nn \c_@@_orig_decl_text_tl
  {
    本人郑重声明,所提交的学位论文是本人在导师指导下独立进行科学研究工作
    所取得的成果。除本论文中已经注明引用的内容外,本论文不包含其他个人或
    集体已经发表或撰写过的研究成果,也不包含为获得南京大学或其他教育机构
    的学位证书而使用过的材料。对本文的研究做出重要贡献的个人和集体,均已
    在论文的致谢部分明确标明。本人郑重申明愿承担本声明的法律责任。
  }
%</definition-g>
%    \end{macrocode}
% \end{variable}
%
% \begin{variable}{\c_@@_theorem_type_clist}
% 默认定理类型。
%    \begin{macrocode}
%<*(definition-ug|definition-g)>
\clist_const:Nn \c_@@_theorem_type_clist
  { axiom, corollary, definition, example, lemma, theorem }
%    \end{macrocode}
% \end{variable}
%
% 默认定理头名称。
%    \begin{macrocode}
\clist_map_inline:nn
  {
    { axiom      } { 公理 } { Axiom      },
    { corollary  } { 推论 } { Corollary  },
    { definition } { 定义 } { Definition },
    { example    } { 例   } { Example    },
    { lemma      } { 引理 } { Lemma      },
    { proof      } { 证明 } { Proof      },
    { theorem    } { 定理 } { Theorem    }
  }
  { \@@_define_name:nnn #1 }
%</(definition-ug|definition-g)>
%    \end{macrocode}
%