Rev 858 | Rev 2071 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
127 | bpr | 1 | |
1963 | guerimand | 2 | # Change to 0 if you don't want the choice `I don't know' |
127 | bpr | 3 | idontknow=1 |
4 | |||
1963 | guerimand | 5 | # Change to 1 of you want all choices to be present |
127 | bpr | 6 | allchoices=0 |
7 | |||
1963 | guerimand | 8 | # Computational precisions: you can change the defaults here. |
127 | bpr | 9 | # pari_precision=18 |
10 | # maxima_precision=8 |
||
11 | # print_precision=8 |
||
12 | |||
1963 | guerimand | 13 | # Change to no if you don't want classes to import exercises in this module. |
14 | # A typical situation is that these exercises use common resources of the module. |
||
127 | bpr | 15 | class_importation=yes |
16 | |||
1963 | guerimand | 17 | # Change to yes if you want to put images in common (images/) to all exercises. |
18 | # If you do so, you must disable class_importation. |
||
127 | bpr | 19 | common_images=no |
20 | |||
1963 | guerimand | 21 | # Uncomment the following if your module depends on datamodules and if you want |
22 | # to let the execution to go on even if some datamodule is missing. |
||
23 | # allow_missing_data=yes |
||
24 | |||
383 | bpr | 25 | # for experts : you can add your special commands in a file my_var.proc to create |
1963 | guerimand | 26 | # !read my_var.proc |
383 | bpr | 27 | |
127 | bpr | 28 | !changeto oef/var.proc |