Rev 2958 | Rev 4747 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2958 | Rev 3980 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | !set wims_warn_header=<p><font |
2 | !set wims_warn_header=<p><font color="red"><blink><b>Waarschuwing.</b></blink></font> |
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 | U hebt een vreemde formule ingetypt, de WIMS interpretatie |
6 | U hebt een vreemde formule ingetypt, de WIMS interpretatie |
7 | hiervan kan verschillen met uw bedoelingen. Controleer de formule s.v.p. |
7 | hiervan kan verschillen met uw bedoelingen. Controleer de formule s.v.p. |
Line 11... | Line 11... | ||
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 heeft een ongedefinieerde variabele of functienaam ontdekt |
15 | WIMS heeft een ongedefinieerde variabele of functienaam ontdekt |
16 | <font |
16 | <font color="red"><b><tt>$wims_warn_rawmath_parm</tt></b></font> in uw formule. Een typfoutje misschien? |
17 | <p> |
17 | <p> |
18 | !set wims_warn_rmremark=yes |
18 | !set wims_warn_rmremark=yes |
19 | !endif |
19 | !endif |
20 | 20 | ||
21 | !if flatpower iswordof $wims_warn_rawmath |
21 | !if flatpower iswordof $wims_warn_rawmath |
22 | <p><font |
22 | <p><font color="red"><b>Hint.</font></b> |
23 | Wil je <font |
23 | Wil je <font color="green">x<sup>2</sup></font> in typen? Typ dan: |
24 | <tt>x^2</tt> of <tt>x**2</tt>. |
24 | <tt>x^2</tt> of <tt>x**2</tt>. |
25 | <p> |
25 | <p> |
26 | !endif |
26 | !endif |
27 | 27 | ||
28 | !if badprec iswordof $wims_warn_rawmath |
28 | !if badprec iswordof $wims_warn_rawmath |
29 | $wims_warn_header |
29 | $wims_warn_header |
30 | ``<tt>x^1/2</tt>'' betekent <font |
30 | ``<tt>x^1/2</tt>'' betekent <font color="green">x/2</font>! typ s.v.p. |
31 | ``<tt>x^(1/2)</tt>'' voor <font |
31 | ``<tt>x^(1/2)</tt>'' voor <font color="green">x<sup>1/2</sup></font>. |
32 | <p> |
32 | <p> |
33 | !endif |
33 | !endif |
34 | 34 | ||
35 | !if unmatched_parentheses iswordof $wims_warn_rawmath |
35 | !if unmatched_parentheses iswordof $wims_warn_rawmath |
36 | $wims_warn_header |
36 | $wims_warn_header |