[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs info viewer and @multitable
From: |
defanor |
Subject: |
emacs info viewer and @multitable |
Date: |
Mon, 07 Sep 2015 11:58:40 +0300 (MSK) |
Multitable appears to break representation of headings in the emacs
info viewer, drawing them as is instead of using another font. Here is
a texinfo example:
----test.texi----
@node Top
@top Test
@chapter Heading-1
@multitable @columnfractions .2 .4 .2
@headitem Type @tab Field @tab Example
@end multitable
@chapter Heading-2
test
-------eof-------
To reproduce:
makeinfo test.texi && emacs -Q --eval '(info "./test.info")'
Removing @headitem or replacing it with @item helps, but then there is
no headitem. Same happens with @section and @subsection instead of
@chapter.
GNU Emacs 24.5.1, GNU texinfo 6.0.
- emacs info viewer and @multitable,
defanor <=