Skip to content

Commit 9415295

Browse files
committed
fix comma
1 parent d7febb6 commit 9415295

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

elegantbook-cn.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
\newcommand{\ccr}[1]{\makecell{{\color{#1}\rule{1cm}{1cm}}}}
2222

2323
% 修改标题页的橙色带
24-
% \definecolor{customcolor}{RGB}{32,178,170}
25-
% \colorlet{coverlinecolor}{customcolor}
24+
\definecolor{customcolor}{RGB}{32,178,170}
25+
\colorlet{coverlinecolor}{customcolor}
2626
\usepackage{cprotect}
2727

28-
\addbibresource[location=local]{reference.bib}
28+
\addbibresource[location=local]{reference.bib} % 参考文献,不要删除
2929

3030
\begin{document}
3131

@@ -968,7 +968,7 @@ \chapter{版本更新历史}
968968
\datechange{2022/08/15}{版本 4.4 正式发布。}
969969

970970
\begin{change}
971-
\item \textbf{重要改动}:提供了一个定义定理类环境的命令 \lstinline|\elegantnewtheorem|
971+
\item \textbf{重要改动}:提供了一个定义定理类环境的命令 \lstinline|\elegantnewtheorem|
972972
\item \textbf{重要改动}:为所有内置定理类环境提供了带星号的版本,带星号的定理类环境不会编号,修复 \href{https://github.com/ElegantLaTeX/ElegantBook/issues/167}{issue: \#167};
973973
\item \textbf{重要改动}:在 \lstinline{scheme=chinese} 下将目录中的“第 1 章”修改为“第一章”;
974974
\item 将 TeX Gyre Termes 改为 TeX Gyre TermesX,使英文部分字形与 newtx 系列宏包更相近;

0 commit comments

Comments
 (0)