Files
2025-05-08 13:33:08 +08:00

79 lines
1.6 KiB
TeX
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

% !TeX program = XeLaTeX
% !TeX encoding = UTF-8
\documentclass[lang=cn,11pt,a4paper,toc=twocol,chinese,thmcnt=section]{elegantbookzero}
\usepackage{amsmath}
\usepackage{ctex}
\usepackage[normalem,normalbf]{xeCJKfntef}
\usepackage{circledsteps,enumitem}
\usepackage[version=4]{mhchem}
\usepackage{tikz}
% \usepackage[normalem]{ulem}
\usepackage{mathspec}
\setmathsfont(Latin)[Lowercase]{XITS}
%% 设置默认数学字体中拉丁字母为 XITS
\setmathsfont(Digits){XITS}
%% 设置默认数学字体中数字为 XITS
\setlength{\ULdepth}{0.2334em}
%% 调整下划线的深度距离字符的垂直距离ulem
\usepackage{array}
% \usepackage{todonotes}
\newcommand{\circlnum}[1]{
\tikz[baseline=(char.base)]{
\node[shape=circle, draw, inner sep=0pt, minimum size=0.95em] (char) {#1};
}
}
\newlist{indentlist}{enumerate}{3}
%% 定义新列表用于12··· 序号开头的段落最大嵌套3层
\setlist[indentlist]{
labelindent=2em,
%% 标签缩进2字符
leftmargin=*,
%% 列表左侧空白宽度
label=\arabic*\hspace{-0.425em},
%% 序号格式以及 ")" 后空白的调整
itemindent=4em,
%% 首行缩进(相对于列表项目非首行的)
listparindent=0em,
%% 非首行缩进
parsep=0pt
%% 同一项内部段落行间距
}
\cover{cover1.png}
\title{大气污染控制工程}
\author{KWL}
\date{}
\begin{document}
\maketitle
\pagenumbering{roman}
\tableofcontents
\mainmatter
\input{chap1}
\input{chap2}
\input{chap3}
\end{document}