bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

`info` swallows vertical space and indentation after `@image`


From: Werner LEMBERG
Subject: `info` swallows vertical space and indentation after `@image`
Date: Fri, 16 Apr 2021 20:46:30 +0000 (UTC)

[commit 2a15ed35d]


Consider this example file `foo.texi`

```
@node Top

@image{test,,,foo,}

bar

baz

@bye
```

If processed with

  makeinfo `foo.texi`

and viewed with `info ./foo.info` I get the following output:

```
Up: (dir)

[foo]
bar

   baz
```

I see two problems.

(1) The empty line after the image is missing.
(2) There is no indentation of `bar`.  This is most likely a consequence
    of (1).

For me, this looks like a bug.


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]