Rev 4747 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4747 | Rev 6256 | ||
---|---|---|---|
Line 4... | Line 4... | ||
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 |
8 | formule. |
8 | formule. |
9 | <p> |
9 | </p> |
10 | !set wims_warn_rmremark=yes |
10 | !set wims_warn_rmremark=yes |
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é dans votre formule un nom de variable ou de fonction non connu |
15 | Wims a détecté dans votre formule un nom de variable ou de fonction non connu |
16 | < |
16 | <span class="bold tt wims_warning">$wims_warn_rawmath_parm</span>. Erreur de frappe? |
17 | <p> |
17 | </p> |
18 | !set wims_warn_rmremark=yes |
18 | !set wims_warn_rmremark=yes |
19 | !endif |
19 | !endif |
20 | 20 | ||
21 | !if flatpower iswordof $wims_warn_rawmath |
21 | !if flatpower iswordof $wims_warn_rawmath |
22 | <p><span class="wims_warning">Indication.</span> |
22 | <p><span class="wims_warning">Indication.</span> |
23 | Vous voulez entrer < |
23 | Vous voulez entrer <span class="wims_emph">x<sup>2</sup></span>? Tapez |
24 | <tt>x^2 |
24 | <span class="tt">x^2</span> ou <span class="tt">x**2</span>. |
25 | <p> |
25 | </p> |
26 | !endif |
26 | !endif |
27 | 27 | ||
28 | !if badprec iswordof $wims_warn_rawmath |
28 | !if badprec iswordof $wims_warn_rawmath |
29 | $wims_warn_header |
29 | $wims_warn_header |
30 | ``<tt>x^1 |
30 | ``<span class="tt">x^1/2</span>'' signifie <span class="wims_emph">x/2</span>! Il faut taper |
31 | ``<tt>x^(1 |
31 | ``<span class="tt">x^(1/2)</span>'' pour <span class="wims_emph">x<sup>1/2</sup></span>. |
32 | <p> |
32 | </p> |
33 | !endif |
33 | !endif |
34 | 34 | ||
35 | !if unmatched_parentheses iswordof $wims_warn_rawmath |
35 | !if unmatched_parentheses iswordof $wims_warn_rawmath |
36 | $wims_warn_header |
36 | $wims_warn_header |
37 | Nous avons détecté des parenthèses mal |
37 | Nous avons détecté des parenthèses mal fermées dans votre formule. Veuillez |
38 | la vérifier. |
38 | la vérifier. |
39 | <p> |
39 | </p> |
40 | !endif |
40 | !endif |
41 | 41 | ||
42 | !if $wims_warn_rmremark=yes |
42 | !if $wims_warn_rmremark=yes |
- | 43 | <p> |
|
43 | Utilisez toujours ``<tt>*</ |
44 | Utilisez toujours ``<span class="tt">*</span>'' pour la multiplication, et entourez toujours |
44 | les arguments d'une fonction par une paire de parenthèses. |
45 | les arguments d'une fonction par une paire de parenthèses. |
45 | <small>Pour experts. Si vous ne voulez pas que wims interprète votre |
46 | <span class="small">Pour experts. Si vous ne voulez pas que wims interprète votre |
46 | expression, commencez-la avec la chaîne ``<tt>1-1+</ |
47 | expression, commencez-la avec la chaîne ``<span class="tt">1-1+</span>''.</span> |
47 | <p> |
48 | </p> |
48 | !endif |
49 | !endif |
49 | - | ||
50 | - | ||
51 | 50 |