Rev 16117 | Rev 17065 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16117 | Rev 17046 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | wims_multiexec=pari maxima |
5 | wims_multiexec=pari maxima |
6 | insmath_rawmath=yes |
6 | insmath_rawmath=yes |
7 | wims_backslash_insmath=yes |
7 | wims_backslash_insmath=yes |
8 | htmlmath_gtlt=yes |
8 | htmlmath_gtlt=yes |
9 | proc_oef=yes |
9 | proc_oef=yes |
- | 10 | !set oefenv_lang=$lang |
|
- | 11 | !set modu_lang=$module_language |
|
10 | !read deduc/ |
12 | !read deduc/$modu_lang/names |
- | 13 | ||
11 | !read deduc/var.headers |
14 | !read deduc/var.headers |
12 | # Limit Pari precision, for otherwise many computations will fail. |
15 | # Limit Pari precision, for otherwise many computations will fail. |
13 | !default pari_precision=18 |
16 | !default pari_precision=18 |
14 | !default precision=10000 |
17 | !default precision=10000 |
15 | !default print_precision=8 |
18 | !default print_precision=8 |