Displaying help/information about a specific package
Subject: Displaying help/information about a specific package
From: Mario Rodriguez
Date: Mon, 23 Aug 2010 10:10:15 +0200
Julien Martin escribi?:
> Hello,
> I noticed there is a "finance" package in maxima. How do I display
> information/help about all available functions in this package after I
> have loaded it?
> Thanks in advance,
> Julien.
Hello,
Documentation is in share/contrib/finance/finance.texi
Use either texi2html or texi2pdf from command line this way:
texi2html finance.texi
or
texi2pdf finance.texi
to generate the documentation in html or pdf format.
--
Mario