Rev 17961 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17961 | Rev 17965 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | src=!trim $src |
4 | src=!trim $src |
5 | !if $sw iswordof jsxscript graphviz draw canvasdraw jsme tikz |
5 | !if $sw iswordof jsxscript graphviz draw canvasdraw jsme tikz float_calc |
6 | !default src=!record 0 of example.$sw |
6 | !default src=!record 0 of example.$sw |
7 | !endif |
7 | !endif |
8 | !if $sw iswordof graphvizsvg |
8 | !if $sw iswordof graphvizsvg |
9 | !default src=!record 0 of example.graphviz |
9 | !default src=!record 0 of example.graphviz |
10 | !endif |
10 | !endif |
11 | !if $sw=$empty or $src=$empty or $cmd!=reply |
11 | !if $sw=$empty or $src=$empty or $cmd!=reply |
12 | compute=no |
12 | compute=no |
13 | !exit |
13 | !exit |
14 | !endif |
- | |
15 | !if $sw=tikz |
- | |
16 | !default src=!record 0 of example.tikz |
- | |
17 | !endif |
14 | !endif |
18 | 15 | ||
19 | sw1=!positionof item $sw in $swlist |
16 | sw1=!positionof item $sw in $swlist |
20 | SW=!item $sw1 of $swname |
17 | SW=!item $sw1 of $swname |
21 | 18 |