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