Skip to content
Snippets Groups Projects
Commit e98124b1 authored by Yu Xiong's avatar Yu Xiong :confounded:
Browse files

feat: 加入一系列数学环境

parent 4dba2ecf
No related branches found
No related tags found
No related merge requests found
...@@ -32,11 +32,11 @@ ...@@ -32,11 +32,11 @@
\toprule \toprule
OS & Tex & 测试情况 \\ OS & Tex & 测试情况 \\
\midrule \midrule
Windows 10 & TexLive 2021 & \\ Windows 10 & TexLive 2021 & \\
Windows 10 & MikTex & \\ Windows 10 & MikTex & \\
Windows 10 & TexLive 2020 & \\ Windows 10 & TexLive 2020 & ×\footnote{cleveref在引用章节时不能正常工作} \\
Ubuntu 20.04 & TexLive 2021 & \\ Ubuntu 20.04 & TexLive 2021 & \\
南大Tex & Overleaf & \\ 南大Tex & Overleaf & \\
\bottomrule \bottomrule
\end{tabular} \end{tabular}
\end{table} \end{table}
...@@ -48,11 +48,11 @@ ...@@ -48,11 +48,11 @@
\toprule \toprule
OS & Tex & 测试情况 \\ OS & Tex & 测试情况 \\
\midrule \midrule
Windows 10 & TexLive 2021 & \\ Windows 10 & TexLive 2021 & \\
Windows 10 & MikTex & \\ Windows 10 & MikTex & \\
Windows 10 & TexLive 2020 & \\ Windows 10 & TexLive 2020 & × \\
Ubuntu 20.04 & TexLive 2021 & \\ Ubuntu 20.04 & TexLive 2021 & \\
南大Tex & Overleaf & \\ 南大Tex & Overleaf & \\
\bottomrule \bottomrule
\end{tabular} \end{tabular}
\end{table}} \end{table}}
......
...@@ -36,6 +36,6 @@ ...@@ -36,6 +36,6 @@
证明我是我 证明我是我
\end{proof} \end{proof}
\begin{definition} \begin{definition}[他人]
定义他人即地狱 定义他人即地狱
\end{definition} \end{definition}
\ No newline at end of file
...@@ -56,3 +56,18 @@ ...@@ -56,3 +56,18 @@
\setlist[itemize]{noitemsep} \setlist[itemize]{noitemsep}
\setlist[enumerate]{noitemsep} \setlist[enumerate]{noitemsep}
\setlist[description]{noitemsep} \setlist[description]{noitemsep}
% 数学环境
\newtheorem{example}{}
\newtheorem{algorithm}{算法}
\newtheorem{theorem}{定理}[section] % 按 section 编号
\newtheorem{definition}{定义}
\newtheorem{axiom}{公理}
\newtheorem{property}{性质}
\newtheorem{proposition}{命题}
\newtheorem{lemma}{引理}
\newtheorem{corollary}{推论}
\newtheorem{remark}{注解}
\newtheorem{condition}{条件}
\newtheorem{conclusion}{结论}
\newtheorem{assumption}{假设}
...@@ -37,7 +37,8 @@ ...@@ -37,7 +37,8 @@
\RequirePackage{zhlipsum} % 生成用于测试的大段无意义中文文字 \RequirePackage{zhlipsum} % 生成用于测试的大段无意义中文文字
% \RequirePackage{showframe} % 加载以后展示内容边界 % \RequirePackage{showframe} % 加载以后展示内容边界
\RequirePackage{amssymb} % Must be loaded before unicode-math \RequirePackage{amsmath} % Must be loaded before unicode-math
\RequirePackage{amsthm} % Mathematical environments
\RequirePackage{unicode-math} % Math fonts in xetexorluatex \RequirePackage{unicode-math} % Math fonts in xetexorluatex
\RequirePackage{graphicx} \RequirePackage{graphicx}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment