Rev 5755 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5755 | Rev 5903 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | :wims |
12 | :wims |
13 | wims(sort items \list) wims(listintersect \list1 and \list2) |
13 | wims(sort items \list) wims(listintersect \list1 and \list2) |
14 | use wims command : for example !sort command to sort items in the list \list, !listintersect command to get the common items of \list1 and \list2 |
14 | use wims command : for example !sort command to sort items in the list \list, !listintersect command to get the common items of \list1 and \list2 |
15 | :draw |
15 | :draw |
16 | draw(pixel_size_x,pixel_size_y<br/>draw_source) |
16 | draw(pixel_size_x,pixel_size_y<br/>draw_source) |
17 | draw a picture, the source is the same as in <tt |
17 | draw a picture, the source is the same as in <span class="tt wims_code_words">\draw</span>, with the image size as the first line. The output is the address URL of the image. |
18 | :slib |
18 | :slib |
19 | slib(matrix/invertible 3,5) |
19 | slib(matrix/invertible 3,5) |
20 | use of macro routine (slib) : for example here an invertible 3x3 matrix of range 5. |
20 | use of macro routine (slib) : for example here an invertible 3x3 matrix of range 5. |
21 | :teximg |
21 | :teximg |
22 | teximg( \(\displaystyle{\frac{3}{4}}\) ) |
22 | teximg( \(\displaystyle{\frac{3}{4}}\) ) |