mirror of
https://github.com/ElegantLaTeX/ElegantBook.git
synced 2026-01-26 04:14:35 +08:00
add custom environment
This commit is contained in:
@@ -14,7 +14,7 @@ ElegantBook is designed for books. Just enjoy it! If you have any questions, sug
|
||||
|
||||
如果你有其他问题、建议或者报告 bug,可以提交 issues 或者给我们发邮件:elegantlatex2e@gmail.com。
|
||||
|
||||
**由于 3.x 版本进行了重构,3.x 版本并不兼容 2.x 版本,如果你想把 2.x 版本的文件转为 3.x 版本兼容,可以查看[Wiki:跨版本转换](https://github.com/ElegantLaTeX/ElegantBook/wiki/%E8%BD%AC%E6%8D%A2)**。
|
||||
**版本兼容** 由于 3.x 版本进行了重构,3.x 版本并不兼容 2.x 版本,如果你想把 2.x 版本的文件转为 3.x 版本,可以查看[跨版本转换](https://github.com/ElegantLaTeX/ElegantBook/wiki/%E8%BD%AC%E6%8D%A2)。
|
||||
|
||||
# License
|
||||
|
||||
|
||||
@@ -420,7 +420,9 @@
|
||||
\newenvironment{property}{\par\noindent\textbf{\color{main}
|
||||
\ifdefstring{\ELEGANT@lang}{en}{Property:}{性质:}
|
||||
}}{\par}
|
||||
|
||||
\newenvironment{property}[1]{\par\noindent\textbf{\color{main}
|
||||
\ifdefstring{\ELEGANT@lang}{en}{#1:}{#1:}
|
||||
}}{\par}
|
||||
% \ifdefstring{\ELEGANT@result}{answer}{
|
||||
% \AtBeginDocument{
|
||||
% \includecomment{solution}
|
||||
|
||||
Reference in New Issue
Block a user