Rev 555 | Rev 4747 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 555 | 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>Attention.</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 | Vous avez entré une formule ambigue, dont l'interprétation |
6 | Vous avez entré une formule ambigue, dont l'interprétation |
7 | par wims pourrait ne pas correspondre à ce que vous vouliez. Vérifiez la |
7 | par wims pourrait ne pas correspondre à ce que vous vouliez. Vérifiez la |
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 a détecté un nom de variable ou de fonction non-reconnu |
15 | Wims a détecté un nom de variable ou de fonction non-reconnu |
16 | <font |
16 | <font color="red"><b><tt>$wims_warn_rawmath_parm</tt></b></font> |
17 | dans votre formule. Erreur de frappe? |
17 | dans votre formule. Erreur de frappe? |
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>Indication.</font></b> |
24 | Vous voulez entrer <font |
24 | Vous voulez entrer <font color="green">x<sup>2</sup></font>? Tapez |
25 | <tt>x^2</tt> ou <tt>x**2</tt>. |
25 | <tt>x^2</tt> ou <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>'' signifie <font |
31 | ``<tt>x^1/2</tt>'' signifie <font color="green">x/2</font>! Il faut taper |
32 | ``<tt>x^(1/2)</tt>'' pour <font |
32 | ``<tt>x^(1/2)</tt>'' pour <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 |