This repository was archived by the owner on Apr 24, 2023. It is now read-only.
定理环境修正&会议论文BiBTeX格式修正 - #84
Open
andnot wants to merge 1 commit into
Open
Conversation
- 定理环境修正
按照学校2016年的学位论文撰写规范,定理引理等后面若有证明,则在证明结束处加上黑色方块表示证明完毕。
如果没有证明,则无需添加该方块字符,因此将模板中的两处\theoremsymbol{■}注释掉了。
此外还有两处修改:
1.将定理环境的编号模式section改为chapter;(学校的规范中给的是“定理 X.X”、“引理 X.X”)
2.将模板中的证毕方块字符■替换为 $\blacksquare$。
- 修改了FUNCTION {conference}:将booktitle设定为论文集名称,符合标准BiBTeX规范,避免与publisher条目出现冲突。
andnot
added a commit
to andnot/UESTCthesis
that referenced
this pull request
Apr 9, 2017
对应PR shifujun#84 定理环境修正&会议论文BiBTeX格式修正
Open
andnot
added a commit
to andnot/UESTCthesis
that referenced
this pull request
Apr 9, 2017
对应PR shifujun#84 定理环境修正&会议论文BiBTeX格式修正
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
定理环境修正$\blacksquare$ 。
按照学校2016年的学位论文撰写规范,定理引理等后面若有证明,则在证明结束处加上黑色方块表示证明完毕。
如果没有证明,则无需添加该方块字符,因此将模板中的两处\theoremsymbol{■}注释掉了。
此外还有两处修改:
1.将定理环境的编号模式section改为chapter;(学校的规范中给的是“定理 X.X”、“引理 X.X”)
2.将模板中的证毕方块字符■替换为
修改了FUNCTION {conference}:将booktitle设定为论文集名称,符合标准BiBTeX规范,避免与publisher条目出现冲突。