3 @c NOTE: This template-standalone.texi shows how to create a texinfo file
4 @c that yields a stand-alone MYPACKAGE.info file.
5 @c See template.texi for a texinfo file which is to be part of maxima.info.
7 @c NOTE: The content of this file was determined by tedious trial and error.
8 @c My advice is to keep all elements of this template, from \input to @bye,
9 @c otherwise you'll experience cryptic error messages, hair loss, etc.
11 @c makeinfo MYPACKAGE.texi to make .info
12 @c texi2html MYPACKAGE.texi to make .html
13 @c texi2pdf MYPACKAGE.texi to make .pdf
15 @setfilename MYPACKAGE.info
16 @settitle Package MYPACKAGE
24 @dircategory Mathematics/Maxima
26 * Package MYPACKAGE: (maxima)Maxima share package MYPACKAGE for foo bar baz quux.
29 @node Top, Introduction to package MYPACKAGE, (dir), (dir)
32 * Introduction to package MYPACKAGE::
33 * Definitions for package MYPACKAGE::
34 * Function and variable index::
36 @chapter Package MYPACKAGE
38 @node Introduction to package MYPACKAGE, Definitions for package MYPACKAGE, Top, Top
39 @section Introduction to package MYPACKAGE
41 Package @code{MYPACKAGE} is yadda yadda yadda, foo bar baz quux mumble blurf.
43 @node Definitions for package MYPACKAGE, Function and variable index, Introduction to package MYPACKAGE, Top
44 @section Definitions for package MYPACKAGE
46 @deffn {Function} transmogrify (@var{foo}, @var{bar})
48 Returns the generalized transmogrificatin of @var{foo} and @var{bar}.
49 See also @code{frotz}.
53 @defvr {Variable} frotz
54 Default value: @code{true}
56 When @code{frotz} is @code{true},
57 @code{transmogrify} computes the transmogrification by Smith's algorithm.
58 Otherwise, the transmogrification is computed by Jones' algorithm.
62 @node Function and variable index, , Definitions for package MYPACKAGE, Top
63 @appendix Function and variable index