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 |
||
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 |
||
8 | formule. |
||
16123 | bpr | 9 | </p> |
19 | reyssat | 10 | !set wims_warn_rmremark=yes |
11 | !endif |
||
12 | |||
13 | !if unknown iswordof $wims_warn_rawmath |
||
14 | $wims_warn_header |
||
16123 | bpr | 15 | WIMS a détecté dans votre formule un nom de variable ou de fonction non connu |
16 | <span class="bold tt wims_warning">$wims_warn_rawmath_parm</span>. |
||
17 | Erreur de frappe? |
||
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">Indication.</span> |
16123 | bpr | 24 | Vous voulez entrer |
25 | <span class="wims_emph">x<sup>2</sup></span>? |
||
26 | Tapez |
||
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 | ``<span class="tt">x^1/2</span>'' |
34 | signifie |
||
35 | <span class="wims_emph">x/2</span>! |
||
36 | Il faut taper |
||
37 | ``<span class="tt">x^(1/2)</span>'' pour <span class="wims_emph">x<sup>1/2</sup></span>. |
||
38 | </p> |
||
19 | reyssat | 39 | !endif |
40 | |||
41 | !if unmatched_parentheses iswordof $wims_warn_rawmath |
||
42 | $wims_warn_header |
||
16123 | bpr | 43 | Nous avons détecté des parenthèses mal fermées dans votre formule. Veuillez |
19 | reyssat | 44 | la vérifier. |
16123 | bpr | 45 | </p> |
19 | reyssat | 46 | !endif |
47 | |||
48 | !if $wims_warn_rmremark=yes |
||
16123 | bpr | 49 | <p> |
50 | Utilisez toujours ``<span class="tt">*</span>'' pour la multiplication, et entourez toujours |
||
19 | reyssat | 51 | les arguments d'une fonction par une paire de parenthèses. |
16123 | bpr | 52 | <span class="small">Pour experts. Si vous ne voulez pas que wims interprète votre |
53 | expression, commencez-la avec la chaîne |
||
54 | ``<span class="tt">1-1+</span>''.</span> |
||
55 | </p> |
||
19 | reyssat | 56 | !endif |