Rev 1407 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !nocache |
2 | doc=1 |
||
3 | |||
4 | wims_multiexec=pari maxima yacas octave |
||
5 | module_title2=!detag $module_title |
||
6 | insmath_rawmath=yes |
||
7 | wims_backslash_insmath=yes |
||
8 | !read docu/$module_language/names |
||
9 | !if $cmd=help |
||
10 | !exit |
||
11 | !endif |
||
12 | |||
13 | !bound job within read,print,list,exosource default read |
||
14 | !if robot isin $session |
||
15 | job=print |
||
16 | !endif |
||
17 | |||
18 | !read tabletheme |
||
19 | !for i=1 to 20 |
||
20 | m_parm$i=$(parm$i) |
||
21 | parm$i= |
||
22 | !next i |
||
23 | |||
24 | namechars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_ |
||
25 | namelim=32 |
||
26 | codemin=4 |
||
27 | codemax=16 |
||
28 | titlim=256 |
||
29 | blocklim=512 |
||
30 | max_blocklen=65536 |
||
31 | max_texlen=32768 |
||
32 | insmath_slashsubst=yes |
||
33 | block=!text select $namechars in $block |
||
34 | docdir=doc |
||
35 | Docdir=$module_dir/$docdir |
||
36 | readable=yes |
||
37 | editable=no |
||
38 | !default readcnt=0 |
||
39 | |||
40 | m_filedir=$Docdir/$doc/files |
||
41 | !readdef $docdir/$doc/.def |
||
42 | !if $tit!=$empty |
||
43 | !default block=main |
||
44 | block=!char 1 to $namelim of $block |
||
45 | !read $docdir/$doc/$block.def |
||
46 | !else |
||
47 | error=doc_not_exist |
||
48 | !endif |
||
49 | |||
50 | !set wims_module_log=$job $doc $block |
||
51 | |||
52 | !read docu/$job.proc |
||
53 |