Rev 4747 | 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 |
||
16123 | bpr | 6 | Ha introducido una fórmula ambigua, cuya interpretación |
19 | reyssat | 7 | por WIMS puede diferir de lo que quiere decir. Por favor, |
8 | compruebe la fórmula. |
||
9 | <p> |
||
10 | !set wims_warn_rmremark=yes |
||
11 | !endif |
||
12 | |||
13 | !if unknown iswordof $wims_warn_rawmath |
||
14 | $wims_warn_header |
||
16123 | bpr | 15 | WIMS ha detectado un nombre de función o variable no reconocible |
16 | <span class="bold tt wims_warning">$wims_warn_rawmath_parm</span> |
||
19 | reyssat | 17 | en su fórmula. ¿Un error de escritura? |
16123 | bpr | 18 | </p> |
19 | reyssat | 19 | !set wims_warn_rmremark=yes |
20 | !endif |
||
21 | |||
22 | !if flatpower iswordof $wims_warn_rawmath |
||
4747 | bpr | 23 | <p><span class="wims_warning">Anotación.</span> |
16123 | bpr | 24 | Si quiere introducir |
25 | <span class="wims_emph">x<sup>2</sup></span>? |
||
26 | Escriba |
||
27 | <span class="tt">x^2</span> ou <span class="tt">x**2</span>. |
||
28 | </p> |
||
19 | reyssat | 29 | !endif |
30 | |||
31 | !if badprec iswordof $wims_warn_rawmath |
||
32 | $wims_warn_header |
||
16123 | bpr | 33 | ¡ |
34 | ``<span class="tt">x^1/2</span>'' |
||
35 | significa |
||
36 | <span class="wims_emph">x/2</span>! |
||
37 | Por favor, escriba |
||
38 | ``<span class="tt">x^(1/2)</span>'' pour <span class="wims_emph">x<sup>1/2</sup></span>. |
||
39 | </p> |
||
19 | reyssat | 40 | !endif |
41 | |||
42 | !if unmatched_parentheses iswordof $wims_warn_rawmath |
||
43 | $wims_warn_header |
||
44 | hemos detectado paréntesis no balanceados en su fórmula. Por favor, |
||
45 | verifíquelo. |
||
16123 | bpr | 46 | </p> |
19 | reyssat | 47 | !endif |
48 | |||
49 | !if $wims_warn_rmremark=yes |
||
16123 | bpr | 50 | <p> |
51 | Use siempre ``<span class="tt">*</span>'' para la multiplicación, y |
||
19 | reyssat | 52 | encierre siempre los argumentos de las funciones entre |
53 | paréntesis. |
||
16123 | bpr | 54 | <span class="small">Para expertos. Si no quiere que WIMS interprete su expresión, |
55 | comiéncela con la cadena |
||
56 | ``<span class="tt">1-1+</span>''.</span> |
||
57 | </p> |
||
19 | reyssat | 58 | !endif |