On Sat, Dec 14, 2024 at 05:24:57PM +0100, Patrice Dumas wrote:
> On Tue, Dec 10, 2024 at 09:41:36AM +0100, Cecilio Pardo wrote:
> >
> > The manual says that the @small... commands are equivalent to their
> > non-small companion commands, except for the size of the font on printed
> > output.
> >
On Tue, Dec 10, 2024 at 09:41:36AM +0100, Cecilio Pardo wrote:
>
> The manual says that the @small... commands are equivalent to their
> non-small companion commands, except for the size of the font on printed
> output.
>
> @example can take arguments, so I expected @smallexample to take them too
On 10/12/2024 4:33, Eli Zaretskii wrote:
When passing an argument to @smallexample:
@smallexample lisp
...
@end smallexample
makeinfo warns:
: warning: unexpected argument on @smallexample line: lisp
Is this a bug?
Why did you expect it to accept arguments? The Te
> Date: Mon, 9 Dec 2024 22:31:14 +0100
> From: Cecilio Pardo
>
> Hello,
>
> When passing an argument to @smallexample:
>
> @smallexample lisp
> ...
> @end smallexample
>
> makeinfo warns:
>
>: warning: unexpected argument on @smallexample line: lisp
>
> Is this a bug?
Why
Hello,
When passing an argument to @smallexample:
@smallexample lisp
...
@end smallexample
makeinfo warns:
: warning: unexpected argument on @smallexample line: lisp
Is this a bug?
Thanks.