Rev 3998 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
19 | reyssat | 1 | |
4747 | bpr | 2 | !set wims_warn_header=<p><span class="wims_warning">$wims_name_warning.</span> |
19 | reyssat | 3 | |
4 | !if ambiguous iswordof $wims_warn_rawmath |
||
5 | $wims_warn_header |
||
3998 | zjchen | 6 | 你输入了一个有歧义的公式, |
7 | WIMS对它的理解可能不同于你的本意. 请检查一下. |
||
19 | reyssat | 8 | <p> |
9 | !set wims_warn_rmremark=yes |
||
10 | !endif |
||
11 | |||
12 | !if unknown iswordof $wims_warn_rawmath |
||
13 | $wims_warn_header |
||
3998 | zjchen | 14 | Wims 在你的公式里遇到了一个不认识的变量或函数名 |
3980 | bpr | 15 | <font color="red"><b><tt>$wims_warn_rawmath_parm</tt></b></font> |
3998 | zjchen | 16 | 是输入错误吗 ? |
19 | reyssat | 17 | <p> |
18 | !set wims_warn_rmremark=yes |
||
19 | !endif |
||
20 | |||
21 | !if flatpower iswordof $wims_warn_rawmath |
||
4747 | bpr | 22 | <p><span class="wims_warning">Hint.</span> |
3998 | zjchen | 23 | 想要得到 <font color="green">x<sup>2</sup></font> 吗 ? |
24 | 输入 <tt>x^2</tt> 或 <tt>x**2</tt>. |
||
19 | reyssat | 25 | <p> |
26 | !endif |
||
27 | |||
28 | !if badprec iswordof $wims_warn_rawmath |
||
29 | $wims_warn_header |
||
3998 | zjchen | 30 | ``<tt>x^1/2</tt>'' 意为 <font color="green">x/2</font>! 请输入 |
31 | ``<tt>x^(1/2)</tt>'' 以得到 <font color="green">x<sup>1/2</sup></font>. |
||
19 | reyssat | 32 | <p> |
33 | !endif |
||
34 | |||
35 | !if unmatched_parentheses iswordof $wims_warn_rawmath |
||
36 | $wims_warn_header |
||
3998 | zjchen | 37 | 公式里的括号不配对. 请检查一下. |
19 | reyssat | 38 | <p> |
39 | !endif |
||
40 | |||
41 | !if $wims_warn_rmremark=yes |
||
3998 | zjchen | 42 | 请使用 ``<tt>*</tt>'' 作为乘号, |
43 | 并且把函数的变量放在括号里. |
||
44 | <small>对专家的提示. 如果你不要 wims 解读你的输入公式, |
||
45 | 可以用以下的串作为开头 ``<tt>1-1+</tt>''.</small> |
||
19 | reyssat | 46 | <p> |
47 | !endif |
||
48 |