Rev 8241 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
127 | bpr | 1 | |
2071 | zjchen | 2 | # 如果你不想出现选项 `我不知道', 则设为 0 值. |
127 | bpr | 3 | idontknow=1 |
4 | |||
2071 | zjchen | 5 | # 如果你想使所有选项均出现, 可设为 1. |
127 | bpr | 6 | allchoices=0 |
7 | |||
2071 | zjchen | 8 | # 计算精度: 你可以修改这里的默认值, 然后去除注解号. |
127 | bpr | 9 | # pari_precision=18 |
10 | # maxima_precision=8 |
||
11 | # print_precision=8 |
||
12 | |||
2071 | zjchen | 13 | # 如果你不想使班级输入本模块内的练习, 则设为 no. |
14 | # 一个典型的情形是这些练习使用模块的公共资源. |
||
127 | bpr | 15 | class_importation=yes |
16 | |||
2071 | zjchen | 17 | # 如果你要把所有练习公用的图像放在 images/ 内, 则设为 yes。 |
18 | # 如果你这样做了, 你必须设 class_importation 为 no. |
||
6278 | zjchen | 19 | # 如果你要使用 modules/data/xx/yy 里的数据模块, 则把地址写成 |
20 | # datamodule/xx/yy : 例如, common_images=datamodule/language/toto/images |
||
127 | bpr | 21 | common_images=no |
22 | |||
2071 | zjchen | 23 | # 如果你的模块依赖于数据模块, |
24 | # 并且你希望即使在某些数据模块缺失时仍能运行, 就请去除下一行的注解号. |
||
1963 | guerimand | 25 | # allow_missing_data=yes |
26 | |||
2071 | zjchen | 27 | # 对于专家 : 你可以把你自己的特有命令放在一个创建的文件 my_var.proc 中 |
1963 | guerimand | 28 | # !read my_var.proc |
383 | bpr | 29 | |
8241 | bpr | 30 | # to create a multi-language version, you can use the variable \lang |
31 | # by writing in the exercise \text{lang=slib(oef/env lang)} |
||
32 | # and use it (only in the case translation_language is non empty in INDEX) |
||
6854 | bpr | 33 | |
15392 | bpr | 34 | # to fix the seed |
35 | # !setseed 12345 |
||
36 | |||
127 | bpr | 37 | !changeto oef/var.proc |