Rev 4747 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4747 | Rev 16123 | ||
---|---|---|---|
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 |
|
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>. |
17 |
|
17 | 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><span class="wims_warning">Indication.</span> |
23 | <p><span class="wims_warning">Indication.</span> |
- | 24 | Vous voulez entrer |
|
24 |
|
25 | <span class="wims_emph">x<sup>2</sup></span>? |
- | 26 | Tapez |
|
25 | <tt>x^2 |
27 | <span class="tt">x^2</span> ou <span class="tt">x**2</span>. |
26 | <p> |
28 | </p> |
27 | !endif |
29 | !endif |
28 | 30 | ||
29 | !if badprec iswordof $wims_warn_rawmath |
31 | !if badprec iswordof $wims_warn_rawmath |
30 | $wims_warn_header |
32 | $wims_warn_header |
31 | ``<tt> |
33 | ``<span class="tt">x^1/2</span>'' |
- | 34 | signifie |
|
- | 35 | <span class="wims_emph">x/2</span>! |
|
- | 36 | Il faut taper |
|
32 | ``<tt>x^(1 |
37 | ``<span class="tt">x^(1/2)</span>'' pour <span class="wims_emph">x<sup>1/2</sup></span>. |
33 | <p> |
38 | </p> |
34 | !endif |
39 | !endif |
35 | 40 | ||
36 | !if unmatched_parentheses iswordof $wims_warn_rawmath |
41 | !if unmatched_parentheses iswordof $wims_warn_rawmath |
37 | $wims_warn_header |
42 | $wims_warn_header |
38 | Nous avons détecté des parenthèses mal |
43 | Nous avons détecté des parenthèses mal fermées dans votre formule. Veuillez |
39 | la vérifier. |
44 | la vérifier. |
40 | <p> |
45 | </p> |
41 | !endif |
46 | !endif |
42 | 47 | ||
43 | !if $wims_warn_rmremark=yes |
48 | !if $wims_warn_rmremark=yes |
- | 49 | <p> |
|
44 | Utilisez toujours ``<tt>*</ |
50 | Utilisez toujours ``<span class="tt">*</span>'' pour la multiplication, et entourez toujours |
45 | les arguments d'une fonction par une paire de parenthèses. |
51 | les arguments d'une fonction par une paire de parenthèses. |
46 | <small>Pour experts. Si vous ne voulez pas que wims interprète votre |
52 | <span class="small">Pour experts. Si vous ne voulez pas que wims interprète votre |
47 | expression, commencez-la avec la chaîne |
53 | expression, commencez-la avec la chaîne |
- | 54 | ``<span class="tt">1-1+</span>''.</span> |
|
48 | <p> |
55 | </p> |
49 | !endif |
56 | !endif |
50 | - | ||
51 | - | ||
52 | - |