Skip to content
Snippets Groups Projects
njuthesis.cls 584 B
Newer Older
Yichen Zhao's avatar
Yichen Zhao committed
\NeedsTeXFormat{LaTeX2e}

\ProvidesClass{njuthesis}

\RequirePackage{kvoptions}

\SetupKeyvalOptions{
    family=njuthesis,
    prefix=
}
%
% \PassOptionsToPackage{AutoFakeBold=2.17}{xeCJK}
\LoadClass[
  a4paper,
  UTF8,
  scheme=chinese,
  linespread=1.625,
  fontset=none,
  zihao=-4
  ]{ctexbook}[2018/04/01]
Yichen Zhao's avatar
Yichen Zhao committed

% 输入配置文件
\input{profile/profile.cls}

\DeclareStringOption[1]{TitleLength}

Yichen Zhao's avatar
Yichen Zhao committed
\ProcessKeyvalOptions*

\ifthenelse{\equal{\Type}{thesis}}
{
Yichen Zhao's avatar
Yichen Zhao committed
  \NewDocumentCommand \typename {} {\Degree 毕业论文}
Yichen Zhao's avatar
Yichen Zhao committed
}
{
Yichen Zhao's avatar
Yichen Zhao committed
  \NewDocumentCommand \typename {} {\Degree 毕业设计}