Rev 383 | Rev 1963 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
127 | bpr | 1 | |
2 | # 如果你不想出现选项 `我不知道', 则设为 0 值. |
||
3 | idontknow=1 |
||
4 | |||
5 | # 如果你想使所有选项均出现, 可设为 1. |
||
6 | allchoices=0 |
||
7 | |||
8 | # 计算精度: 你可以修改这里的默认值. |
||
9 | # pari_precision=18 |
||
10 | # maxima_precision=8 |
||
11 | # print_precision=8 |
||
12 | |||
13 | # 如果你不想使班级输入本模块内的练习, 则设为 no. |
||
14 | # 一个典型的情形是这些练习使用模块的公共资源. |
||
15 | class_importation=yes |
||
16 | |||
17 | # 如果你要把所有练习公用的图像放在 images/ 内, 则设为 yes。 |
||
18 | # 如果你这样做了, 你必须设 class_importation 为 no. |
||
19 | common_images=no |
||
20 | |||
383 | bpr | 21 | # for experts : you can add your special commands in a file my_var.proc to create |
858 | bpr | 22 | #!read my_var.proc |
383 | bpr | 23 | |
127 | bpr | 24 | !changeto oef/var.proc |