Rev 2967 | Rev 4805 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2967 | Rev 3865 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | !endif |
11 | !endif |
12 | <p> |
12 | <p> |
13 | $name_prompt_about |
13 | $name_prompt_about |
14 | <ul> |
14 | <ul> |
15 | !for s in $module_require |
15 | !for s in $module_require |
16 | !if $s iswordof pari |
16 | !if $s iswordof pari maxima povray m2 octave coq graphviz yacas gnuplot |
17 | <li> |
17 | <li> |
18 | !exec $s about |
18 | !exec $s about |
19 | . |
19 | . |
20 | !endif |
20 | !endif |
21 | !next s |
21 | !next s |