Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qyxf/mcm-cumcm-thesis
数学建模国赛模板
https://github.com/qyxf/mcm-cumcm-thesis
Last synced: 18 days ago
JSON representation
数学建模国赛模板
- Host: GitHub
- URL: https://github.com/qyxf/mcm-cumcm-thesis
- Owner: qyxf
- Created: 2019-09-08T00:53:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T01:10:37.000Z (over 5 years ago)
- Last Synced: 2024-11-06T04:28:25.625Z (2 months ago)
- Language: TeX
- Size: 1.91 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 全国大学生数学建模竞赛LaTeX论文模板
cumcmthesis 是[LaTeX 工作室](https://www.latexstudio.net/)为全国大学生数学建模竞赛编写的LaTeX模板, 旨在让大家仅专注于论文的内容写作, 而不用花费过多精力在格式的定制和调整上。获取更详细的介绍请同学们关注LaTeX工作室的公众号。
## 仓库介绍
1. 本仓库中包含一个参考手册,其中提供了一些环境和命令可以让模板的使用更为方便。同时需要注意,使用者需要有一定的 LaTeX 的使用经验,至少要会使用 ctex 宏包的一些功能,比如调节字距或修改字体大小等等。
2. 本仓库中包含由钱院学辅的高旭帆同学制作的示例,详情请参看 [example.pdf](https://github.com/qyxf/mcm-cumcm-thesis/raw/master/example.pdf)![](example-1.png)
![](example-2.png)
![](example-3.png)
![](example-4.png)
如果需要去掉封面并把论文标题保留在摘要上面,在加载类的使用如下语句:
\documentclass[withoutpreface,bwprint]{cumcmthesis}
如果需要封面页,则是与原来一致:
\documentclass[bwprint]{cumcmthesis}