Packages raddenest and mathml: fix up Texinfo and build machinery so that documentati...
[maxima.git] / share / template-standalone.texi
blob41cd829984cad4061be98f0bff394222e5b85f07
1 \input texinfo
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
18 @ifinfo
19 @macro var {expr}
20 <\expr\>
21 @end macro
22 @end ifinfo
24 @dircategory Mathematics/Maxima
25 @direntry
26 * Package MYPACKAGE: (maxima)Maxima share package MYPACKAGE for foo bar baz quux.
27 @end direntry
29 @node Top, Introduction to package MYPACKAGE, (dir), (dir)
30 @top
31 @menu
32 * Introduction to package MYPACKAGE::
33 * Definitions for package MYPACKAGE::
34 * Function and variable index::
35 @end menu
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}.
51 @end deffn
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.
60 @end defvr
62 @node Function and variable index,  , Definitions for package MYPACKAGE, Top
63 @appendix Function and variable index
64 @printindex fn
65 @printindex vr
67 @bye