Subversion Repositories wimsdev

Rev

Rev 6256 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6256 Rev 16123
Line 10... Line 10...
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
 <span class="bold tt wims_warning">$wims_warn_rawmath_parm</span>. Erreur de frappe?
16
 <span class="bold tt wims_warning">$wims_warn_rawmath_parm</span>.
-
 
17
 Erreur de frappe?
17
 </p>
18
 </p>
18
 !set wims_warn_rmremark=yes
19
 !set wims_warn_rmremark=yes
19
!endif
20
!endif
20
 
21
 
21
!if flatpower iswordof $wims_warn_rawmath
22
!if flatpower iswordof $wims_warn_rawmath
22
 <p><span class="wims_warning">Indication.</span>
23
 <p><span class="wims_warning">Indication.</span>
-
 
24
 Vous voulez entrer
23
 Vous voulez entrer <span class="wims_emph">x<sup>2</sup></span>? Tapez
25
 <span class="wims_emph">x<sup>2</sup></span>?
-
 
26
 Tapez
24
 <span class="tt">x^2</span> ou <span class="tt">x**2</span>.
27
 <span class="tt">x^2</span> ou <span class="tt">x**2</span>.
25
 </p>
28
 </p>
26
!endif
29
!endif
27
 
30
 
28
!if badprec iswordof $wims_warn_rawmath
31
!if badprec iswordof $wims_warn_rawmath
29
 $wims_warn_header
32
 $wims_warn_header
-
 
33
 ``<span class="tt">x^1/2</span>''
-
 
34
 signifie
30
 ``<span class="tt">x^1/2</span>'' signifie <span class="wims_emph">x/2</span>! Il faut taper
35
 <span class="wims_emph">x/2</span>!
-
 
36
 Il faut taper
31
 ``<span class="tt">x^(1/2)</span>'' pour <span class="wims_emph">x<sup>1/2</sup></span>.
37
 ``<span class="tt">x^(1/2)</span>'' pour <span class="wims_emph">x<sup>1/2</sup></span>.
32
 </p>
38
 </p>
33
!endif
39
!endif
34
 
40
 
35
!if unmatched_parentheses iswordof $wims_warn_rawmath
41
!if unmatched_parentheses iswordof $wims_warn_rawmath
Line 42... Line 48...
42
!if $wims_warn_rmremark=yes
48
!if $wims_warn_rmremark=yes
43
<p>
49
<p>
44
 Utilisez toujours ``<span class="tt">*</span>'' pour la multiplication, et entourez toujours
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
 <span class="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
-
 
53
 expression, commencez-la avec la chaîne
47
 expression, commencez-la avec la chaîne ``<span class="tt">1-1+</span>''.</span>
54
``<span class="tt">1-1+</span>''.</span>
48
 </p>
55
 </p>
49
!endif
56
!endif
50
 
-