[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: inconsistencies for commands in @acronym
From: |
Eli Zaretskii |
Subject: |
Re: inconsistencies for commands in @acronym |
Date: |
Tue, 03 Aug 2004 06:55:29 +0300 |
> Date: Mon, 2 Aug 2004 23:56:55 +0200
> From: Patrice Dumas <address@hidden>
>
> @-Commands in acronym second arg are kept as is when processed with makeinfo
> for html and info. In TeX or makeinfo --xml they are expanded.
That's a bug, IMHO.
> And I believe this is wrong they should be processed for all the output
> styles.
Yes; moreover, there should never be a case in Texinfo that for some
directive only some of the arguments are expanded for @-commands.
Either all of them should be expanded or none.
> Furthermore there is a bug with makeinfo with a constructs like
> @acronym{AC, A @strong{Cold}}.
> @acronym{AT, A @TeX{}}.
>
> (but not with
> @acronym{ATB, A @TeX{} Bad}.
> @acronym{ACT, A @strong{Cold} Thing}.
> )
Also a bug.
Thanks.