Subversion Repositories wimsdev

Rev

Rev 3980 | 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
 Ha introducido una fórmula ambigua, cuya interpretación 
7
 por WIMS puede diferir de lo que quiere decir. Por favor,
8
 compruebe la fórmula.
9
 <p>
10
 !set wims_warn_rmremark=yes
11
!endif
12
 
13
!if unknown iswordof $wims_warn_rawmath
14
 $wims_warn_header
15
 WIMS ha detectado un nombre de función o variable no reconocible 
3980 bpr 16
 <font color="red"><b><tt>$wims_warn_rawmath_parm</tt></b></font>
19 reyssat 17
 en su fórmula. ¿Un error de escritura?
18
 <p>
19
 !set wims_warn_rmremark=yes
20
!endif
21
 
22
!if flatpower iswordof $wims_warn_rawmath
4747 bpr 23
 <p><span class="wims_warning">Anotación.</span>
3980 bpr 24
 Si quiere introducir <font color="green">x<sup>2</sup></font>? Escriba
19 reyssat 25
 <tt>x^2</tt> o <tt>x**2</tt>.
26
 <p>
27
!endif
28
 
29
!if badprec iswordof $wims_warn_rawmath
30
 $wims_warn_header
3980 bpr 31
 ¡``<tt>x^1/2</tt>'' significa <font color="green">x/2</font>! Por favor, escriba
32
 ``<tt>x^(1/2)</tt>'' para <font color="green">x<sup>1/2</sup></font>.
19 reyssat 33
 <p>
34
!endif
35
 
36
!if unmatched_parentheses iswordof $wims_warn_rawmath
37
 $wims_warn_header
38
 hemos detectado paréntesis no balanceados en su fórmula. Por favor,
39
 verifíquelo.
40
 <p>
41
!endif
42
 
43
!if $wims_warn_rmremark=yes
44
 Use siempre ``<tt>*</tt>'' para la multiplicación, y
45
 encierre siempre los argumentos de las funciones entre
46
 paréntesis.
47
 <small>Para expertos. Si no quiere que WIMS interprete su expresión, 
48
  comiéncela con la cadena ``<tt>1-1+</tt>''.</small>
49
 <p>
50
!endif
51