tar xzvf multitalk-1.4.tar.gz cd multitalk make su -c make installThe default installation puts things in /usr/local. You can tweak the Makefile if you want to change that.
If you do not have root access, replace the final step with:
make userinstall
If you install Multitalk in a non-standard location and/or it has trouble locating the resources it needs (fonts, styles and graphics), you should set the MULTITALK_DIR environment variable to the directory which contains the fonts, gfx and styles subdirectories.
multitalk <talk-name>For example:
multitalk examples/about.talk
| -fs | full-screen |
| -win | window |
| -export | export HTML |
| -nowatch | don't watch talk file for changes |
| -reverse | reverse mouse scroll direction |
| -force | regenerate latex segments even if text hasn't changed (useful if style parameters such as text or background colour have been modified for slides containing latex) |
| -displaysize=widthxheight | set window/screen size in pixels |
| -version | show Multitalk version number |