Rev 19 | Rev 4747 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 19 | Rev 3980 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | !set wims_warn_header=<p><font |
2 | !set wims_warn_header=<p><font color="red"><blink><b>Atención.</b></blink></font> |
3 | 3 | ||
4 | !if ambiguous iswordof $wims_warn_rawmath |
4 | !if ambiguous iswordof $wims_warn_rawmath |
5 | $wims_warn_header |
5 | $wims_warn_header |
6 | Ha introducido una fórmula ambigua, cuya interpretación |
6 | Ha introducido una fórmula ambigua, cuya interpretación |
7 | por WIMS puede diferir de lo que quiere decir. Por favor, |
7 | por WIMS puede diferir de lo que quiere decir. Por favor, |
Line 11... | Line 11... | ||
11 | !endif |
11 | !endif |
12 | 12 | ||
13 | !if unknown iswordof $wims_warn_rawmath |
13 | !if unknown iswordof $wims_warn_rawmath |
14 | $wims_warn_header |
14 | $wims_warn_header |
15 | WIMS ha detectado un nombre de función o variable no reconocible |
15 | WIMS ha detectado un nombre de función o variable no reconocible |
16 | <font |
16 | <font color="red"><b><tt>$wims_warn_rawmath_parm</tt></b></font> |
17 | en su fórmula. ¿Un error de escritura? |
17 | en su fórmula. ¿Un error de escritura? |
18 | <p> |
18 | <p> |
19 | !set wims_warn_rmremark=yes |
19 | !set wims_warn_rmremark=yes |
20 | !endif |
20 | !endif |
21 | 21 | ||
22 | !if flatpower iswordof $wims_warn_rawmath |
22 | !if flatpower iswordof $wims_warn_rawmath |
23 | <p><font |
23 | <p><font color="red"><b>Anotación.</font></b> |
24 | Si quiere introducir <font |
24 | Si quiere introducir <font color="green">x<sup>2</sup></font>? Escriba |
25 | <tt>x^2</tt> o <tt>x**2</tt>. |
25 | <tt>x^2</tt> o <tt>x**2</tt>. |
26 | <p> |
26 | <p> |
27 | !endif |
27 | !endif |
28 | 28 | ||
29 | !if badprec iswordof $wims_warn_rawmath |
29 | !if badprec iswordof $wims_warn_rawmath |
30 | $wims_warn_header |
30 | $wims_warn_header |
31 | ¡``<tt>x^1/2</tt>'' significa <font |
31 | ¡``<tt>x^1/2</tt>'' significa <font color="green">x/2</font>! Por favor, escriba |
32 | ``<tt>x^(1/2)</tt>'' para <font |
32 | ``<tt>x^(1/2)</tt>'' para <font color="green">x<sup>1/2</sup></font>. |
33 | <p> |
33 | <p> |
34 | !endif |
34 | !endif |
35 | 35 | ||
36 | !if unmatched_parentheses iswordof $wims_warn_rawmath |
36 | !if unmatched_parentheses iswordof $wims_warn_rawmath |
37 | $wims_warn_header |
37 | $wims_warn_header |