tex/vym.tex
changeset 519 24691cdacc02
parent 514 497fab7d1404
child 527 f19bbd639726
     1.1 --- a/tex/vym.tex	Wed Jun 20 10:51:45 2007 +0000
     1.2 +++ b/tex/vym.tex	Wed Jun 20 10:51:46 2007 +0000
     1.3 @@ -1072,7 +1072,7 @@
     1.4  l & local	&			& Use local paths to stylesheets, translations, icons, 
     1.5                            etc. instead of system paths. Useful for testing\\
     1.6  h & help	&			& Show help\\
     1.7 -r & run 	& filename	& Run script\\
     1.8 +r & run 	& filename	& Load and run script\\
     1.9  q & quit	&			& Quit immediatly after startup. Useful for benchmarks.\\
    1.10  \end{tabular}
    1.11  \end{center}
    1.12 @@ -1088,7 +1088,7 @@
    1.13  \subsubsection{Export a set of maps}
    1.14  \begin{code}
    1.15  \# Simple vym script to export images of various maps simultanously
    1.16 -export ("image");
    1.17 +exportImage ();
    1.18  \end{code}
    1.19  The script above can be used to export all maps in a directory
    1.20  automatically. If the script is named {\tt export-image.vys}, call \vym with