/[texi2html]/texi2html/doc/texi2html.texi
ViewVC logotype

Diff of /texi2html/doc/texi2html.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by pertusus, Mon Aug 8 20:46:15 2005 UTC revision 1.33 by pertusus, Tue Aug 9 06:04:58 2005 UTC
# Line 2900  quotation} is Line 2900  quotation} is
2900  The first one is usefull in case the @code{@@quotation} has an argument, as  The first one is usefull in case the @code{@@quotation} has an argument, as
2901  it allows to prepend a string to the quotation text:  it allows to prepend a string to the quotation text:
2902    
2903    @deftypefn {Function Reference} $prepended_string quotation_prepend_text $text
2904    @var{$text} is the argument of the quotation with @@-commands not
2905    interpreted. This function
2906    can return a string which will be prepended to the quotation text.
2907    @end deftypefn
2908    
2909    @ignore
2910  @deftypefn {Function Reference} $prepended_string quotation_prepend_text $style $text  @deftypefn {Function Reference} $prepended_string quotation_prepend_text $style $text
2911  @var{$style} is the first argument of the @code{@@quotation} if there are  @var{$style} is the first argument of the @code{@@quotation} if there are
2912  two arguments. @var{$text} is the second argument or the first if there is  two arguments. @var{$text} is the second argument or the first if there is
2913  one argument. There are still @@-commands in these strings. This function  one argument. There are still @@-commands in these strings. This function
2914  can return a string which will be prepended to the quotation text.  can return a string which will be prepended to the quotation text.
2915  @end deftypefn  @end deftypefn
2916    @end ignore
2917    
2918  The whole quotation is formatted by:  The whole quotation is formatted by:
2919    
2920    @deftypefn {Function Reference} $quotation quotation $quotation_text $argument_text $argument_text_texi
2921    @var{$quotation_text} is the quotation text, formatted, with the text
2922    prepended by the function above. @var{$argument_text} is the argument
2923    of the @code{@@quotation}, formatted. @var{$argument_text_texi} is the argument
2924    of the @code{@@quotation}, unformatted.
2925    @end deftypefn
2926    
2927    @ignore
2928  @deftypefn {Function Reference} $quotation quotation $quotation_text $argument_text $argument_style_texi $argument_style_id  @deftypefn {Function Reference} $quotation quotation $quotation_text $argument_text $argument_style_texi $argument_style_id
2929  @var{$quotation_text} is the quotation text, formatted, with the text  @var{$quotation_text} is the quotation text, formatted, with the text
2930  prepended by the function above. @var{$argument_text} is the second argument  prepended by the function above. @var{$argument_text} is the second argument
# Line 2918  The other arguments are defiend if there Line 2934  The other arguments are defiend if there
2934  @@-commands, and  @var{$argument_style_id} is this argument transformed in  @@-commands, and  @var{$argument_style_id} is this argument transformed in
2935  an identifier which can be used as an @acronym{XML} identifier.  an identifier which can be used as an @acronym{XML} identifier.
2936  @end deftypefn  @end deftypefn
2937    @end ignore
2938    
2939  @c --------------------------------------------------------  @c --------------------------------------------------------
2940  @node Menus  @node Menus

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26