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

\ProvidesClass{njuthesis}[2021/09/10 NJU Thesis Undergraduate LaTeX Template]
Yichen Zhao's avatar
Yichen Zhao committed

\RequirePackage{kvoptions}

\SetupKeyvalOptions{
    family=njuthesis,
    prefix=nju@,% 故意留空防止出现大量@,但估计要发布CTAN还得加回nju@。
    setkeys=\kvsetkeys
Yichen Zhao's avatar
Yichen Zhao committed
}
\LoadClass[
  a4paper,
  UTF8,
  scheme=chinese,
  linespread=1.625,% laTex默认1.2行距,word默认行距是1.3,要求1.5倍word行距,故1.5/1.2*1.3 = 1.625
  fontset=none,
  zihao=-4
  ]{ctexbook}[2018/04/01]
Yichen Zhao's avatar
Yichen Zhao committed

\DeclareStringOption[1]{titlelength}
\DeclareStringOption[UG]{degree}
\DeclareStringOption[thesis]{type}
\DeclareBoolOption[true]{systemfont}
\DeclareStringOption[windows]{customlatinfont}
\DeclareStringOption[windows]{customchinesefont}
Yu Xiong's avatar
Yu Xiong committed
\ProcessKeyvalOptions*\relax

% 输入配置文件
Yu Xiong's avatar
Yu Xiong committed
\RequirePackage{profile/packages}
\RequirePackage{profile/font}
\RequirePackage{profile/page}
\RequirePackage{profile/reference}
\RequirePackage{profile/components}
\RequirePackage{profile/cover}
\RequirePackage{profile/abstract}