PsiLAB Help Manual Page

Section: Help system

Name: help_manual

Print the complete PsiLAB reference manual.
Either in troff (postscript) or html format. Use the help_dev function to set the appropiate device. The html device prints each manual page in a separate file, and builds an index main page named from the argument string. The troff driver prints all manual pages in one file named from the argument string. Additional, a table of content will be created.

help_manual
filename:string

Examples:

[] help_dev Troff ;; 
(* print it to psilab.tr *) 
[] help_manual "psilab" ;; 
(* create html files, with index.html *) 
[] help_dev Html ;; 
[] help_manual "index" ;; 

Printed by PsiLAB