# HG changeset patch
# User insilmaril
# Date 1182336706 0
# Node ID 24691cdacc0222b4ef94c37ad4f2cc6bb37e2b0d
# Parent  07f35022646d895f1c74d1a56feabe0fb95f3dd1
scripted exports (continued)

diff -r 07f35022646d -r 24691cdacc02 demos/vym-projectplan.vym
Binary file demos/vym-projectplan.vym has changed
diff -r 07f35022646d -r 24691cdacc02 flags/flag-url-16x16.png
Binary file flags/flag-url-16x16.png has changed
diff -r 07f35022646d -r 24691cdacc02 tex/vym.tex
--- a/tex/vym.tex	Wed Jun 20 10:51:45 2007 +0000
+++ b/tex/vym.tex	Wed Jun 20 10:51:46 2007 +0000
@@ -1072,7 +1072,7 @@
 l & local	&			& Use local paths to stylesheets, translations, icons, 
                           etc. instead of system paths. Useful for testing\\
 h & help	&			& Show help\\
-r & run 	& filename	& Run script\\
+r & run 	& filename	& Load and run script\\
 q & quit	&			& Quit immediatly after startup. Useful for benchmarks.\\
 \end{tabular}
 \end{center}
@@ -1088,7 +1088,7 @@
 \subsubsection{Export a set of maps}
 \begin{code}
 \# Simple vym script to export images of various maps simultanously
-export ("image");
+exportImage ();
 \end{code}
 The script above can be used to export all maps in a directory
 automatically. If the script is named {\tt export-image.vys}, call \vym with