Rev 2373 | Rev 7237 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2373 | Rev 7235 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | !let modu_lang=en |
6 | !let modu_lang=en |
7 | !read docu/$lang/names |
7 | !read docu/$lang/names |
8 | !endif |
8 | !endif |
9 | !set module_language=$lang |
9 | !set module_language=$lang |
10 | 10 | ||
11 | wims_multiexec=pari maxima yacas octave |
- | |
12 | module_title2=!detag $module_title |
11 | module_title2=!detag $module_title |
- | 12 | ||
- | 13 | wims_multiexec=pari maxima yacas octave |
|
13 | insmath_rawmath=yes |
14 | insmath_rawmath=yes |
14 | wims_backslash_insmath=yes |
15 | wims_backslash_insmath=yes |
15 | !read docu/$modu_lang/names |
16 | !read docu/$modu_lang/names |
16 | !if $cmd=help |
17 | !if $cmd=help |
17 | !exit |
18 | !exit |
Line 44... | Line 45... | ||
44 | docdir=doc |
45 | docdir=doc |
45 | Docdir=$module_dir/$docdir |
46 | Docdir=$module_dir/$docdir |
46 | readable=yes |
47 | readable=yes |
47 | editable=no |
48 | editable=no |
48 | !default readcnt=0 |
49 | !default readcnt=0 |
- | 50 | !readdef $docdir/.def |
|
49 | 51 | ||
- | 52 | !if $common_files=yes |
|
- | 53 | m_filedir=$Docdir/files |
|
- | 54 | !else |
|
50 | m_filedir=$Docdir/$doc/files |
55 | m_filedir=$Docdir/$doc/files |
- | 56 | !endif |
|
51 | !readdef $docdir/$doc/.def |
57 | !readdef $docdir/$doc/.def |
52 | !if $tit!=$empty |
58 | !if $tit!=$empty |
53 | !default block=main |
59 | !default block=main |
54 | block=!char 1 to $namelim of $block |
60 | block=!char 1 to $namelim of $block |
55 | !read $docdir/$doc/$block.def |
61 | !read $docdir/$doc/$block.def |