Files
aust-thesis-template/aust-thesis.cls

104 lines
3.7 KiB
OpenEdge ABL
Raw Normal View History

2026-04-27 14:59:21 +08:00
%
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{austthesis}[2026/04/26 AUST Thesis Template]
% ctexart
2026-05-05 12:21:32 +08:00
\LoadClass[a4paper]{ctexart} % ctexartA4
2026-04-27 14:59:21 +08:00
2026-05-05 12:21:32 +08:00
%
2026-04-27 14:59:21 +08:00
\RequirePackage{amsmath, amssymb, amsthm} %
\RequirePackage{graphicx} %
\RequirePackage{caption} %
\RequirePackage{hyperref} %
2026-05-05 12:21:32 +08:00
% region:
% Word1cm线1cm
2026-04-27 14:59:21 +08:00
\RequirePackage{geometry}
2026-05-05 12:21:32 +08:00
\geometry{left=3.5cm,right=2.5cm,top=3cm,bottom=2.5cm}
% endregion
% region: 西
% 西
\usepackage{fontspec}
\setmainfont{Times New Roman}
%
\songti{}
%
\zihao{-4}
% endregion
% region:
\RequirePackage{fancyhdr}
% 使
\pagestyle{fancy}
\fancyhf{}
% 1.6cm`2.5cm + voffset`voffset-0.9cm-9mm
\setlength{\voffset}{-9mm}
%
\fancyhead[C]{\zihao{5} \songti \leftmark}
% 线
\renewcommand{\headrulewidth}{0.1mm}
% 1.5cm` - footskip`footskip1cm10mm
\setlength{\footskip}{10mm}
%
\fancyfoot[C]{\zihao{5}\songti -\hspace{0.5em}\thepage\hspace{0.5em}-}
% 线0线
\renewcommand{\footrulewidth}{0mm}
% endregion
% region:
% 1
\newcommand{\austnopagenum}{
\thispagestyle{empty} %
\setcounter{page}{1} % 1
}
% ()
\newcommand{\austromanpagenum}{
\pagenumbering{Roman} % 1
}
% ()
\newcommand{\austarabicpagenum}{
\pagenumbering{arabic} % 1
}
% endregion
2026-04-27 14:59:21 +08:00
%
\RequirePackage{titlesec}
\titleformat{\section}{\centering\zihao{3}\heiti}{\thesection}{1em}{}
\titleformat{\subsection}{\zihao{4}\heiti}{\thesubsection}{1em}{}
\titleformat{\subsubsection}{\zihao{-4}\heiti}{\thesubsubsection}{1em}{}
% 1-1
2026-05-05 12:21:32 +08:00
% https://www.latexstudio.net/archives/51638.html
2026-04-27 14:59:21 +08:00
\captionsetup[figure]{labelformat=simple, labelsep=space}
\renewcommand{\thefigure}{\arabic{section}-\arabic{figure}}
%
%\newenvironment{abstract}{\clearpage \section*{\centering }}{\clearpage}
2026-05-05 12:21:32 +08:00
% region:
% AUST
\newcommand{\austreportcover}{%
\begin{titlepage} % titlepage
\centering
{\LARGE \@title \par}
{\large \@author \par}
{\large \@date \par}
\end{titlepage}
\thispagestyle{empty} % <---
\setcounter{page}{1} % 1
}
% AUST
\newcommand{\austthesiscover}{%
\begin{titlepage} % titlepage
\centering
{\LARGE \@title \par}
{\large \@author \par}
{\large \@date \par}
\end{titlepage}
\thispagestyle{empty} % <---
\setcounter{page}{1} % 1
}
% endregion