Rev 7681 | Rev 8402 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7681 | Rev 8367 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | doc=1_$modu_lang |
14 | doc=1_$modu_lang |
15 | !endif |
15 | !endif |
16 | 16 | ||
17 | module_title2=!detag $module_title |
17 | module_title2=!detag $module_title |
18 | 18 | ||
19 | wims_multiexec=pari maxima yacas octave |
- | |
20 | insmath_rawmath=yes |
- | |
21 | wims_backslash_insmath=yes |
- | |
22 | !read docu/$modu_lang/names |
19 | !read docu/$modu_lang/names |
23 | !if $cmd=help |
20 | !if $cmd=help |
24 | !exit |
21 | !exit |
25 | !endif |
22 | !endif |
- | 23 | ||
- | 24 | !read docu/docdef |
|
26 | 25 | ||
27 | !bound job within read,print,list,exosource default read |
26 | !bound job within read,print,list,exosource default read |
28 | !if robot isin $session |
27 | !if robot isin $session |
29 | job=print |
28 | job=print |
30 | !endif |
29 | !endif |
31 | 30 | ||
32 | !read tabletheme |
31 | !read tabletheme |
33 | !for i=1 to 20 |
32 | !for i=1 to 20 |
34 | m_parm$i=$(parm$i) |
33 | m_parm$i=$(parm$i) |
35 | parm$i= |
34 | parm$i= |
36 | !next i |
35 | !next i |
37 | !if $seq>0 |
36 | !if $seq>0 |
38 | !set m_wims_sequence=$seq |
37 | !set m_wims_sequence=$seq |
39 | !endif |
38 | !endif |
40 | 39 | ||
41 | namechars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_ |
- | |
42 | namelim=32 |
- | |
43 | codemin=4 |
40 | |
44 | codemax=16 |
- | |
45 | titlim=256 |
41 | |
46 | blocklim=512 |
- | |
47 | max_blocklen=65536 |
- | |
48 | max_texlen=32768 |
- | |
49 | insmath_slashsubst=yes |
- | |
50 | block=!text select $namechars in $block |
42 | block=!text select $namechars in $block |
51 | docdir=doc |
43 | docdir=doc |
52 | Docdir=$module_dir/$docdir |
44 | Docdir=$module_dir/$docdir |
53 | readable=yes |
45 | readable=yes |
54 | editable=no |
46 | editable=no |