Rev 4747 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4747 | Rev 10522 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | !set wims_warn_header=<p><span class="wims_warning">$wims_name_warning.</span> |
2 | !set wims_warn_header=<p><span class="wims_warning">$wims_name_warning.</span> |
3 | 3 | ||
4 | !if ambiguous iswordof $wims_warn_rawmath |
4 | !if ambiguous iswordof $wims_warn_rawmath |
5 | $wims_warn_header |
5 | $wims_warn_header |
6 | You have entered an ambiguous formula, whose interpretation |
- | |
7 |
|
6 | Vnesli ste dvoumen izraz, ki ga morda WIMS razume drugaèe kot vi. Preverite ga ponovno. |
8 | <p> |
7 | <p> |
9 | !set wims_warn_rmremark=yes |
8 | !set wims_warn_rmremark=yes |
10 | !endif |
9 | !endif |
11 | 10 | ||
12 | !if unknown iswordof $wims_warn_rawmath |
11 | !if unknown iswordof $wims_warn_rawmath |
13 | $wims_warn_header |
12 | $wims_warn_header |
14 |
|
13 | WIMS je zaznal neznano spremenljivko ali funkcijo |
15 | <font color="red"><b><tt>$wims_warn_rawmath_parm</tt></b></font> |
14 | <font color="red"><b><tt>$wims_warn_rawmath_parm</tt></b></font> |
16 |
|
15 | v va¹em izrazu. |
17 | <p> |
16 | <p> |
18 | !set wims_warn_rmremark=yes |
17 | !set wims_warn_rmremark=yes |
19 | !endif |
18 | !endif |
20 | 19 | ||
21 | !if flatpower iswordof $wims_warn_rawmath |
20 | !if flatpower iswordof $wims_warn_rawmath |
22 | <p><span class="wims_warning"> |
21 | <p><span class="wims_warning">Namig.</span> |
23 |
|
22 | Ste ¾eleli vnesti <font color="green">x<sup>2</sup></font>? Vpi¹ite |
24 | <tt>x^2</tt> |
23 | <tt>x^2</tt> ali <tt>x**2</tt>. |
25 | <p> |
24 | <p> |
26 | !endif |
25 | !endif |
27 | 26 | ||
28 | !if badprec iswordof $wims_warn_rawmath |
27 | !if badprec iswordof $wims_warn_rawmath |
29 | $wims_warn_header |
28 | $wims_warn_header |
30 | ``<tt>x^1/2</tt>'' |
29 | ``<tt>x^1/2</tt>'' pomeni <font color="green">x/2</font>! Vnesti morate |
31 | ``<tt>x^(1/2)</tt>'' |
30 | ``<tt>x^(1/2)</tt>'' za <font color="green">x<sup>1/2</sup></font>. |
32 | <p> |
31 | <p> |
33 | !endif |
32 | !endif |
34 | 33 | ||
35 | !if unmatched_parentheses iswordof $wims_warn_rawmath |
34 | !if unmatched_parentheses iswordof $wims_warn_rawmath |
36 | $wims_warn_header |
35 | $wims_warn_header |
37 |
|
36 | V va¹em izrazu smo zaznali napako pri oklepajih. <p> |
38 | <p> |
- | |
39 | !endif |
37 | !endif |
40 | 38 | ||
41 | !if $wims_warn_rmremark=yes |
39 | !if $wims_warn_rmremark=yes |
42 |
|
40 | Vnesite znak ``<tt>*</tt>'' za mno¾enje in uporabite oklepaje za argumente funkcij. |
43 | always enclose function arguments in parentheses. |
- | |
44 | <small> |
41 | <small>Za izku¹ene uporabnike: èe ne ¾elite, da WIMS samodejno interpretira izraze, zaènite izraz z ``<tt>1-1+</tt>''.</small> |
45 | start it with the string ``<tt>1-1+</tt>''.</small> |
- | |
46 | <p> |
42 | <p> |
47 | !endif |
43 | !endif |
48 | 44 |