bug-texinfo
[Top][All Lists]
Advanced

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

table/item: @* too aggressive


From: Karl Eichwalder
Subject: table/item: @* too aggressive
Date: Sun, 29 Jul 2001 11:16:57 +0200
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.104

Hello,

A spurios "@*" at the end of an item will eat the empty line before the
next item (cf. "item 4.0a"):

makeinfo --version
makeinfo (GNU texinfo) 4.0

Copyright (C) 1999 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.

cat test.texi

@table @t
@item 4.0
line address@hidden
line 2

@item 4.0a
line address@hidden
line address@hidden

@item 4.0b
line address@hidden
line 2b
@end table

makeinfo --no-headers --paragraph-indent 0 --force test.texi

4.0
     line 1
     line 2

4.0a
     line 1a
     line 2a
4.0b
     line 1b
     line 2b

Expected output:

4.0
     line 1
     line 2

4.0a
     line 1a
     line 2a

4.0b
     line 1b
     line 2b

Maybe, the texi parser should warn about spurios trailing "@*" commands?

-- 
address@hidden (work) / address@hidden (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)



reply via email to

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