Hi Karl!
Le 24 oct. 2012 à 01:45, Karl Berry a écrit :
> Hi Akim,
>
> I propose the attached patch which provides a -I option.
>
> Sounds good. Installed (blindly), thanks.
Thanks!
> FWIW, I don't know if it's considered an error, but @centering
> @image will not center in text mode.
>
> Sample input file please? I'm not going to try to guess at that one …
Sorry about this. Actually, it's worse than what I first
believed: the first line only is centered.
$ cat foo.txt
foo
bar
baz
$ cat centered-image.texi
\input texinfo @c -*-texinfo-*-
@center @image{foo}
@bye
$ makeinfo --plaintext centered-image.texi -o-
foo
bar
baz