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

docs: 更新文档

parent 3d006948
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,11 @@
\toprule
OS & Tex & 测试情况 \\
\midrule
Windows 10 & \hologo{TeX}\,Live 2021 & \\
Windows 10 & \hologo{MiKTeX} & \\
Windows 10 & \hologo{TeX}\,Live 2020 & \\
Ubuntu 20.04 & \hologo{TeX}\,Live 2021 & \\
南大\hologo{TeX}\footnote{由于未知原因,南大\hologo{TeX}不能使用\hologo{XeLaTeX}编译,请务必选择\hologo{LuaLaTeX}进行编译。} & Overleaf & \\
Windows 10 & \hologo{TeX}\,Live 2021 & 通过 \\
Windows 10 & \hologo{MiKTeX} & 通过 \\
Windows 10 & \hologo{TeX}\,Live 2020 & cref存在格式问题 \\
Ubuntu 20.04 & \hologo{TeX}\,Live 2021 & 通过 \\
南大\hologo{TeX} & \hologo{TeX}\,Live 2021 & 通过 \\
\bottomrule
\end{tabular}
\end{table}
......
......@@ -73,4 +73,4 @@
\section{附录页}
附录放在\texttt{\appendix}命令后,以英文字母进行编号
附录放在\lstinline|\appendix|命令后,以英文字母进行编号
......@@ -38,4 +38,31 @@
\begin{definition}[他人]
定义他人即地狱
\end{definition}
\ No newline at end of file
\end{definition}
全部数学环境如下所示
\begin{table}[htbp]
\caption{数学环境}
\label{tab:mathenv}
\begin{tabular}{cc}
\toprule
标签 & 名称 \\
\midrule
algorithm & 算法 \\
assumption & 假设 \\
axiom & 公理 \\
conclusion & 结论 \\
condition & 条件 \\
corollary & 推论 \\
definition & 定义 \\
proof & 证明 \\
example &\\
lemma & 引理 \\
property & 性质 \\
proposition & 命题 \\
remark & 注解 \\
theorem & 定理 \\
\bottomrule
\end{tabular}
\end{table}
\ No newline at end of file
......@@ -31,7 +31,7 @@
\RequirePackage{siunitx} % 用于书写单位符号
\RequirePackage[version=4]{mhchem} % 用于绘制分子式
\RequirePackage{hologo} % 用于生成可以被插入书签的LaTeX logo
\RequirePackage{needspace} % Required to prevent page break right after a sectioning command
% \RequirePackage{needspace} % Required to prevent page break right after a sectioning command
% \RequirePackage{xspace} % Better print trailing whitespace
\RequirePackage{microtype}
......
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