bug-texinfo
[Top][All Lists]
Advanced

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

[makeinfo] macros in menu description causes no HTML head


From: Yuri D'Elia
Subject: [makeinfo] macros in menu description causes no HTML head
Date: Fri, 04 Jun 2004 15:33:08 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (irix)

Not sure if this has been reported before.
Tested on texinfo 4.7.

Consider this example:

  \input texinfo

  @macro amacro{}
  a description.
  @end macro

  @node top
  @top Top
  @menu
  * anode:: @amacro{}
  @end menu

  @node anode
  @chapter A Node

  @bye

makeinfo --html [--no-split] produces this html:

  <div class="node">
  <p><hr>
  <a name="Top"></a>Up:&nbsp;<a rel="up" accesskey="u" href="#dir">(dir)</a>
  <br>
  </div>
  ...

The head is not emitted (html_output_head is never called).

-- 
'(wave++ "Yuri D'Elia" "http://www.yuv.info/~wavexx/";)





reply via email to

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