Subversion Repositories wimsdev

Rev

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