Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
NJUThesis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Yan
NJUThesis
Commits
e98124b1
Commit
e98124b1
authored
3 years ago
by
Yu Xiong
Browse files
Options
Downloads
Patches
Plain Diff
feat: 加入一系列数学环境
parent
4dba2ecf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
chapters/FigTabCode.tex
+10
-10
10 additions, 10 deletions
chapters/FigTabCode.tex
chapters/Mathematics.tex
+1
-1
1 addition, 1 deletion
chapters/Mathematics.tex
profile/components.sty
+15
-0
15 additions, 0 deletions
profile/components.sty
profile/packages.sty
+2
-1
2 additions, 1 deletion
profile/packages.sty
with
28 additions
and
12 deletions
chapters/FigTabCode.tex
+
10
−
10
View file @
e98124b1
...
...
@@ -32,11 +32,11 @@
\toprule
OS
&
Tex
&
测试情况
\\
\midrule
Windows 10
&
TexLive 2021
&
✔
\\
Windows 10
&
MikTex
&
✔
\\
Windows 10
&
TexLive 2020
&
✔
\\
Ubuntu 20.04
&
TexLive 2021
&
✔
\\
南大Tex
&
Overleaf
&
✔
\\
Windows 10
&
TexLive 2021
&
√
\\
Windows 10
&
MikTex
&
√
\\
Windows 10
&
TexLive 2020
&
×
\footnote
{
cleveref在引用章节时不能正常工作
}
\\
Ubuntu 20.04
&
TexLive 2021
&
√
\\
南大Tex
&
Overleaf
&
√
\\
\bottomrule
\end{tabular}
\end{table}
...
...
@@ -48,11 +48,11 @@
\toprule
OS
&
Tex
&
测试情况
\\
\midrule
Windows 10
&
TexLive 2021
&
✔
\\
Windows 10
&
MikTex
&
✔
\\
Windows 10
&
TexLive 2020
&
✔
\\
Ubuntu 20.04
&
TexLive 2021
&
✔
\\
南大Tex
&
Overleaf
&
✔
\\
Windows 10
&
TexLive 2021
&
√
\\
Windows 10
&
MikTex
&
√
\\
Windows 10
&
TexLive 2020
&
×
\\
Ubuntu 20.04
&
TexLive 2021
&
√
\\
南大Tex
&
Overleaf
&
√
\\
\bottomrule
\end{tabular}
\end{table}
}
...
...
This diff is collapsed.
Click to expand it.
chapters/Mathematics.tex
+
1
−
1
View file @
e98124b1
...
...
@@ -36,6 +36,6 @@
证明我是我
\end{proof}
\begin{definition}
\begin{definition}
[他人]
定义他人即地狱
\end{definition}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
profile/components.sty
+
15
−
0
View file @
e98124b1
...
...
@@ -56,3 +56,18 @@
\setlist
[itemize]
{
noitemsep
}
\setlist
[enumerate]
{
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
}{
假设
}
This diff is collapsed.
Click to expand it.
profile/packages.sty
+
2
−
1
View file @
e98124b1
...
...
@@ -37,7 +37,8 @@
\RequirePackage
{
zhlipsum
}
% 生成用于测试的大段无意义中文文字
% \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
{
graphicx
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment