[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
@contents problem with 4.0f
From: |
address@hidden |
Subject: |
@contents problem with 4.0f |
Date: |
Wed, 23 Jan 2002 13:25:51 +0100 |
Hi
here is a sample test to visualize bugs with @contents command
here is the source file :
---------------------------------------------------
@node Top,,,(dir)
@menu
* toto::
* tutu::
@end menu
@node toto,tutu,,Top
@chapter toto
blabla...
@section ho
blabla...blabla...blabla...blabla...
@section he
blabla...blabla...blabla...
@node tutu,,toto,Top
@chapter tutu
blabla...blabla...
@section ho
blabla...blabla...blabla...
@section he
blabla...blabla...blabla...
@contents
@bye
------------------------------------------------------
processes :
makeinfo --html bug
produces files as advertized but the first chapter entry is
missing in tutu.htm, moreover <h*> </h*> don't match
tutu.htm
--------------------------------------------------------
<p>
Node:<a name="tutu">tutu</a>,
Previous:<a rel=previous href="toto.htm#toto">toto</a>,
Up:<a rel=up href="index.htm#Top">Top</a>
<hr><br>
<h2>tutu</h1>
<p>blabla... blabla...
<h3>ho</h2>
<p>blabla... blabla... blabla...
<h3>he</h2>
<p>blabla... blabla... blabla...
<h2>Table of Contents</h2>
<ul>
<ul>
</ul>
<li><a name="toc_tutu"></a>
<a href="tutu.htm">tutu</a>
<ul>
</ul>
</ul>
</body></html>
-------------------------------------------------
------------------------------------------------
other process
makeinfo --html --no-split bug
produces wrong hyperlink in toc : (wrong lower than and
greater than matching)
[......]
<h2>Table of Contents</h2>
<ul>
<ul>
<li><a href="#toto">ho">toto">ho</a>
<li><a href="#toto">he">toto">he</a>
</ul>
<li><a name="toc_tutu">tutu"></a>
<a href="#tutu">tutu">tutu">tutu</a>
<ul>
<li><a href="#tutu">ho">tutu">ho</a>
<li><a href="#tutu">he">tutu">he</a>
</ul>
</ul>
</body></html>
"Accédez au courrier électronique de La Poste : www.laposte.net ; 3615
LAPOSTENET (0,13 /mn) ; tél : 08 92 68 13 50 (0,34/mn)"
- @contents problem with 4.0f,
address@hidden <=