reset; commands slideshow-config.txt; table page IN "ODBC" "data/diagram.xls": [], page_width, page_height; read table page; table params IN "ODBC" "data/randomwalk.mdb": [], T; read table params; shell ("gswin32c -dNOPAUSE -dBATCH" & " -dDEVICEWIDTHPOINTS=" & page_width & " -dDEVICEHEIGHTPOINTS=" & page_height & " -sDEVICE=pdfwrite -sOutputFile=diagram/out.pdf -f diagram/out.ps"); print "Creating GIF file ..."; shell ("convert -delay 15" & " -page " & page_width & "x" & page_height & " diagram/out.ps" & " diagram/out.gif"); end; #print "Creating MPEG file ..."; #shell ("convert" & # " -page " & page_width & "x" & page_height & # " diagram/out.ps" & # " diagram/out.mpeg"); print "Creating PNG files ..."; shell ("convert" & " -page " & page_width & "x" & page_height & " diagram/out.ps" & " diagram/out-%d.png"); param code_java_sz; param code_java{1..code_java_sz} symbolic; param code_html_sz; param code_html{1..code_html_sz} symbolic; read code_java_sz, {i in 1..code_java_sz} code_java[i]; 51 '' '
' '' '' '' '