Why trying to use macros to define entries of a multitable, I fell
onto this:

/tmp % cat sample.texi
@macro ovar{varname}
@r{[}@var{\varname\}@r{]}
@end macro

@table @asis
@item @ovar{toto}
Description of @ovar{toto}.
@end table

@bye
/tmp % makeinfo -E - --commands sample.texi

@table @asis
@item @ovar{toto}
Description of @r{[}@var{toto}@r{]}.
@end table

@bye


(I tried with --commands to see if it had an influence, but it does
not).  I suspect this is not meant :(

Makeinfo 4.0b has the same behavior.

_______________________________________________
Bug-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-texinfo

Reply via email to