Rev 13975 | Rev 13985 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13975 | Rev 13984 | ||
---|---|---|---|
Line 52... | Line 52... | ||
52 | <legend>\$wims_name_slib</legend> |
52 | <legend>\$wims_name_slib</legend> |
53 | \$box_head \$wims_name_name \$box_middle_tt \$slib_detail \$box_foot |
53 | \$box_head \$wims_name_name \$box_middle_tt \$slib_detail \$box_foot |
54 | \$box_head \$wims_name_title \$box_middle \$slib_title \$box_foot |
54 | \$box_head \$wims_name_title \$box_middle \$slib_title \$box_foot |
55 | \$box_head \$wims_name_Author \$box_middle \$slib_author \$box_foot |
55 | \$box_head \$wims_name_Author \$box_middle \$slib_author \$box_foot |
56 | \$box_head \$wims_name_call1 \$box_middle <code>!readproc slib/\$slib_detail [parameters]</code> |
56 | \$box_head \$wims_name_call1 \$box_middle <code>!readproc slib/\$slib_detail [parameters]</code> |
57 |
|
57 | (\$wims_name_result <span class="tt">slib_out</span>) \$box_foot |
58 | \$box_head \$wims_name_call2 \$box_middle <code>slib(\$slib_detail [parameters])</code> \$box_foot |
58 | \$box_head \$wims_name_call2 \$box_middle <code>slib(\$slib_detail [parameters])</code> \$box_foot |
59 | \$box_head_full \$wims_name_Parameters |
59 | \$box_head_full \$wims_name_Parameters |
60 |
|
60 | !if \$slpcnt>1 |
61 |
|
61 | !if + isin \$slpcnt |
62 |
|
62 | \$wims_name_variable_list |
63 | !else |
- | |
64 | \$wims_name_upto |
- | |
65 | !endif |
- | |
66 | !else |
63 | !else |
67 |
|
64 | \$wims_name_upto |
68 | !endif |
65 | !endif |
- | 66 | !else |
|
- | 67 | : \$slpcnt |
|
- | 68 | !endif |
|
69 |
|
69 | \$box_middle |
70 | !for i=1 to \$slpcnt |
70 | !for i=1 to \$slpcnt |
71 | \$box_head \$wims_name_Parameter \$i |
71 | \$box_head \$wims_name_Parameter \$i |
72 | !ifval \$i=\$slpcnt and + isin \$slpcnt |
72 | !ifval \$i=\$slpcnt and + isin \$slpcnt |
73 | and up |
73 | and up |
74 | !endif |
74 | !endif |
75 | \$box_middle \$(slp\$i) |
75 | \$box_middle \$(slp\$i) |
76 | !if \$(slpdflt\$i)!=\$empty |
76 | !if \$(slpdflt\$i)!=\$empty |
77 | <div class="param_default"><em>(\$wims_name_default: <span class="tt">\$(slpdflt\$i)</span>)</em></div> |
77 | <div class="param_default"><em>(\$wims_name_default: <span class="tt">\$(slpdflt\$i)</span>)</em></div> |
78 | !endif |
78 | !endif |
79 |
|
79 | \$box_foot |
80 | !next i |
80 | !next i |
- | 81 | \$box_foot |
|
81 | \$box_head \$wims_name_Output \$box_middle \$slib_out \$box_foot |
82 | \$box_head \$wims_name_Output \$box_middle \$slib_out \$box_foot |
82 | !if \$slib_comment!=\$empty |
83 | !if \$slib_comment!=\$empty |
83 | \$box_head \$wims_name_comment \$box_middle \$slib_comment \$box_foot |
84 | \$box_head \$wims_name_comment \$box_middle \$slib_comment \$box_foot |
84 | !endif |
85 | !endif |
85 | !if \$slib_require!=\$empty |
86 | !if \$slib_require!=\$empty |
86 | \$box_head \$wims_name_Required_Software \$box_middle_tt \$slib_require \$box_foot |
87 | \$box_head \$wims_name_Required_Software \$box_middle_tt \$slib_require \$box_foot |
87 | !endif |
88 | !endif |
88 | !if \$slib_example!=\$empty |
89 | !if \$slib_example!=\$empty |
89 | !set excnt=!linecnt \$slib_example |
90 | !set excnt=!linecnt \$slib_example |
90 |
|
91 | \$box_head_full \$wims_name_Example OEF \$box_middle |
91 | !for i=1 to \$excnt |
92 | !for i=1 to \$excnt |
92 | !set slib_exemple=!line \$i of \$slib_example |
93 | !set slib_exemple=!line \$i of \$slib_example |
93 | <hr /> |
94 | <hr /> |
94 | <code>\text{A=slib(\$slib_detail \$slib_exemple)}</code> |
95 | <code>\text{A=slib(\$slib_detail \$slib_exemple)}</code> |
95 | !set slib_wims_backslash=\$wims_backslash_insmath |
96 | !set slib_wims_backslash=\$wims_backslash_insmath |