Subversion Repositories wimsdev

Rev

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

Rev 4747 Rev 7610
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
 La formula inserita è ambigua. Verificate che WIMS
6
 La formula inserita è ambigua. Verificate che WIMS
7
 abbia correttamente 
7
 abbia correttamente 
8
 interpretato i dati inseriti.
8
 interpretato i dati inseriti.
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 non riconosce la funzione (o la variabile)
15
 WIMS non riconosce la funzione (o la variabile)
16
 <font color="red"><b><tt>$wims_warn_rawmath_parm</tt></b></font>
-
 
17
 utilizzata nella formula. Errore di battitura?
16
 <span class="bold tt wims_warning">$wims_warn_rawmath_parm</span> utilizzata nella formula. Errore di battitura?
18
 <p>
17
 </p>
19
 !set wims_warn_rmremark=yes
18
 !set wims_warn_rmremark=yes
20
!endif
19
!endif
21
 
20
 
22
!if flatpower iswordof $wims_warn_rawmath
21
!if flatpower iswordof $wims_warn_rawmath
23
 <p><span class="wims_warning">Suggerimento.</span>
22
 <p><span class="wims_warning">Suggerimento.</span>
24
 Se si vuole inserire <font color="green">x<sup>2</sup></font> scrivere
23
 Se si vuole inserire <span class="wims_emph">x<sup>2</sup></span> scrivere
25
 <tt>x^2</tt> o <tt>x**2</tt>.
24
 <span class="tt">x^2</span> oppure <span class="tt">x**2</span>.
26
 <p>
25
 </p>
27
!endif
26
!endif
28
 
27
 
29
!if badprec iswordof $wims_warn_rawmath
28
!if badprec iswordof $wims_warn_rawmath
30
 $wims_warn_header
29
 $wims_warn_header
31
 ``<tt>x^1/2</tt>'' significa <font color="green">x/2</font>! Scrivete
30
 ``<span class="tt">x^1/2</span>'' significa <span class="wims_emph">x/2</span>! Scrivete
32
 ``<tt>x^(1/2)</tt>'' se intendete <font color="green">x<sup>1/2</sup></font>.
31
 ``<span class="tt">x^(1/2)</span>'' se intendete <span class="wims_emph">x<sup>1/2</sup></span>.
33
 <p>
32
 </p>
34
!endif
33
!endif
35
 
34
 
36
!if unmatched_parentheses iswordof $wims_warn_rawmath
35
!if unmatched_parentheses iswordof $wims_warn_rawmath
37
 $wims_warn_header
36
 $wims_warn_header
38
 C'&egrave; una parentesi di troppo nella formula.
37
 C'è una parentesi di troppo nella formula.
39
 Verificate bene.
38
 Verificate bene.
40
 <p>
39
 </p>
41
!endif
40
!endif
42
 
41
 
43
!if $wims_warn_rmremark=yes
42
!if $wims_warn_rmremark=yes
44
 Usate sempre ``<tt>*</tt>'' per indicare la moltiplicazione e
-
 
45
 usate sempre le parentesi per gli argomenti delle funzioni.
-
 
46
 <small>Per gli esperti: se volete che WIMS non cerchi di interpretare
-
 
47
 i dati che inserite, fateli precedere da ``<tt>1-1+</tt>''.</small>
-
 
48
 <p>
43
 <p>
-
 
44
 Usate sempre ``<span class="tt">*</span>'' per indicare la moltiplicazione e
-
 
45
 usate sempre le parentesi per gli argomenti delle funzioni.
-
 
46
 <span class="small">Per gli esperti: se volete che WIMS non cerchi di interpretare
-
 
47
 i dati che inserite, fateli precedere da ``<span class="tt">1-1+</span>''.</span>
-
 
48
 </p>
49
!endif
49
!endif
50
 
50