-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e111742
commit 13b22b8
Showing
22 changed files
with
1,736 additions
and
380 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
fonts | ||
Makefile | ||
.vscode | ||
.vscode | ||
install.sh | ||
dist |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# BHCexam | ||
|
||
[English](./README.md) | ||
|
||
BHCexam 是一款为中国数学老师设计的试卷排版文档类,目前已被 [橘子数学开源题库社区](https://www.mathcrowd.cn) 选用为默认文档类导出试卷pdf文件. | ||
|
||
你可以使用该文档类实现: | ||
|
||
* 将内容与样式分离 | ||
* 使用一个参数生成教师版和学生版试卷; | ||
* 排版3-6个选项的选择题,可根据选项的长度自适应对齐; | ||
* 排版填空题,可根据答案的长度自适应设置横线长度; | ||
* 排版简答题,并以列表形式展示小问,并控制是否展示小问、缩进; | ||
* 对试题分组,对组内试题以列表呈现,并控制是否展示分值、留空、是否重新开始编号; | ||
* 更多 (见 [BHCexam 文档](http://docs.mathcrowd.cn/advances/bhcexam.html) ) | ||
|
||
## 版本历史 | ||
|
||
* **version 1.7** (2022.8) | ||
* 针对TeXLive 2022, 修正`ctex`的字号、字体设置. | ||
* **version 1.6** (2021.8) | ||
* 不再使用`stix`数学字体 | ||
* `ctex` 设置 `punct = kaiming` | ||
* **version 1.5** (2020.6) | ||
* `questions` 环境新增 `r` 选项,重置题组的编号; | ||
* 在 `master` 分支中清理历史版本; | ||
* 新增 `fandol` 宏包选项以支持 `fandol` 字体; | ||
* **version 1.4** (2020.5) | ||
* 支持`subquestion`环境的嵌套; | ||
* `\parallel` 命令重定义; | ||
* **version 1.3** (2020.3) | ||
* 新增 `\sixchoices` , `\threechoices` 命令,以支持对3个和6个选项,并保持智能断行同及选项对齐. | ||
* **version 1.2** (2020.3) | ||
* 支持苹果字体 | ||
* 使用 `stix` 数学字体 | ||
* 支持在选择题最后显示右对齐括号 | ||
* **version 1.1** (2020.1) | ||
* 新增对A3双栏版式的支持 | ||
* 新增列表样式的试题 | ||
* **version 1.0** (2019.5) | ||
* 弃用 `exam` 而改用 `article` 为基宏包类 | ||
|
||
## 贡献者 | ||
|
||
* Bao Hongchang - @mathedu4all, charles@mathcrowd.cn | ||
* CamuseCao - @ CamuseCao, camusecao@gmail.com | ||
|
||
------ | ||
|
||
This work may be distributed and/or modified under the conditions of | ||
the LaTeX Project Public License, either version 1.3 of this license | ||
or (at your option) any later version. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,28 @@ | ||
# BHCexam | ||
|
||
> 一个让Latex初学者快速上手的试卷排版文档类. | ||
[中文版](./README-zh.md) | ||
|
||
## 特别说明 | ||
BHCexam is an exam class designed for mathematics teacher in China. | ||
|
||
BHCexam 自 0.5 版本起,针对 [橘子数学开源题库社区](https://www.mathcrowd.cn) 的组卷导出功能而定制开发. | ||
Now it is used by [mathcrowd.cn](www.mathcrowd.cn) ( an opensource math exam database) as the default class to export exam papers in pdf. | ||
|
||
## 文档 | ||
Using bhcexam you can | ||
|
||
BHCexam的相关帮助文档: | ||
|
||
* [BHCexam文档](http://docs.mathcrowd.cn/advances/bhcexam.html) | ||
* [如何编译橘子数学的 .tex 文件](http://docs.mathcrowd.cn/howtos/how_to_compile_mathcrowd_tex.html) | ||
* [如何将Word/PDF文件中的内容转为$\LaTeX$](http://docs.mathcrowd.cn/howtos/how_to_import_from_word.html) | ||
|
||
## 版本历史 | ||
|
||
* **version 1.6** (2021.8) | ||
* 不再使用`stix`数学字体 | ||
* `ctex` 设置 `punct = kaiming` | ||
* **version 1.5** (2020.6) | ||
* `questions` 环境新增 `r` 选项,重置题组的编号; | ||
* 在 `master` 分支中清理历史版本; | ||
* 新增 `fandol` 宏包选项以支持 `fandol` 字体; | ||
* **version 1.4** (2020.5) | ||
* 支持`subquestion`环境的嵌套; | ||
* `\parallel` 命令重定义; | ||
* **version 1.3** (2020.3) | ||
* 新增 `\sixchoices` , `\threechoices` 命令,以支持对3个和6个选项,并保持智能断行同及选项对齐. | ||
* **version 1.2** (2020.3) | ||
* 支持苹果字体 | ||
* 使用 `stix` 数学字体 | ||
* 支持在选择题最后显示右对齐括号 | ||
* **version 1.1** (2020.1) | ||
* 新增对A3双栏版式的支持 | ||
* 新增列表样式的试题 | ||
* **version 1.0** (2019.5) | ||
* 弃用 `exam` 而改用 `article` 为基宏包类 | ||
|
||
## Contributors | ||
|
||
* Bao Hongchang - @mathedu4all, charles@mathcrowd.cn | ||
* CamuseCao - @ CamuseCao, camusecao@gmail.com | ||
|
||
## 社区其他项目 | ||
|
||
* [mathcrowd-css](https://github.com/mathedu4all/mathcrowd-css) | ||
|
||
该项目实现了将橘子数学开源题库中的试题一键导出到微信公众号,其中包含了一个测试环境和所有导出样式的CSS. | ||
|
||
* [mathcrowd-docs](https://github.com/mathedu4all/mathcrowd-docs) | ||
|
||
橘子数学社区文档. | ||
* separate the format and the content very well; | ||
* export both teacher paper and student paper; | ||
* typeset multiple choice questions with 3-6 options keeping adaptively neat alignment; | ||
* typeset cloze questions with an adaptively underline; | ||
* typeset questions with subquestions in list; | ||
* group questions in list to control whether to show score, leave spacing, initialize question number; | ||
* and more (see [BHCexam Documentation](http://docs.mathcrowd.cn/advances/bhcexam.html)). | ||
|
||
## Authors and Contributors | ||
|
||
* Bao Hongchang <charles@mathcrowd.cn> | ||
* CamuseCao <camusecao@gmail.com> | ||
|
||
------ | ||
|
||
This work may be distributed and/or modified under the conditions of | ||
the LaTeX Project Public License, either version 1.3 of this license | ||
or (at your option) any later version. | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.