Next: PerlPoint Syntax Previous: Sources and Support Contents: Contents |
To run pp2html
you need an input file in PerlPoint format (see PerlPoint Syntax and eventually an option file to specify all the options you want to use.
All possible options are describe in the Options chapter.
Here are some examples for calls to pp2html
:
# Change to the directory where the input file is # located and start pp2html: pp2html input.pp pp2html -target_dir ./slides -title="PerlPoint" input.pp pp2html @my_options.cfg input.pp pp2html -style big_blue -style_dir /home/PP/styles input.pp |
Next: PerlPoint Syntax Previous: Sources and Support Contents: Contents |