Subversion Repositories wimsdev

Rev

Rev 20 | Rev 2373 | Go to most recent revision | Details | Compare with Previous | 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
1407 bpr 23
!if $seq>0
24
 !set m_wims_sequence=$seq
25
!endif
20 reyssat 26
 
27
namechars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_
28
namelim=32
29
codemin=4
30
codemax=16
31
titlim=256
32
blocklim=512
33
max_blocklen=65536
34
max_texlen=32768
35
insmath_slashsubst=yes
36
block=!text select $namechars in $block
37
docdir=doc
38
Docdir=$module_dir/$docdir
39
readable=yes
40
editable=no
41
!default readcnt=0
42
 
43
m_filedir=$Docdir/$doc/files
44
!readdef $docdir/$doc/.def
45
!if $tit!=$empty
46
  !default block=main
47
  block=!char 1 to $namelim of $block
48
  !read $docdir/$doc/$block.def
49
!else
50
  error=doc_not_exist
51
!endif
52
 
53
!set wims_module_log=$job $doc $block
54
 
55
!read docu/$job.proc
56