bug-texinfo
[Top][All Lists]
Advanced

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

HTML node name improperly spaced


From: Robert J. Chassell
Subject: HTML node name improperly spaced
Date: Fri, 21 Mar 2003 19:50:31 +0000 (UTC)

The Texinfo to HTML formatting does not leave a proper space in the heading.
Here is an example:

    Node:Chapter One

There should be a blank space between `Node:' and the node name.
The Texinfo file contains:

    @node Chapter One, Chapter Two, Top, Top


`makinfo' formats the node correctly for Info and DVI.

Here is a test file.  This file formats without reported error for
Info, DVI, and HTML and looks correct in Info and when the DVI output
is viewed.  

Sadly, the Top node header looks like this

    Node:Top, Next:Chapter One, Previous:(dir), Up:(dir)

in GNU Emacs W3M mode, in Galeon, and in Lynx.



\input texinfo.tex   @c -*-texinfo-*-
@comment %**start of header
@setfilename test-html.info
@settitle Texinfo Test
@smallbook
@comment %**end of header

@ignore
 ## Summary of shell commands to create various output formats:

    ## Info output
    makeinfo --force --fill-column=70 --no-split --paragraph-indent=0 \
    --verbose test-html.texi

    ## DVI output
    texi2dvi test-html.texi

    ## View DVI output
    xdvi test-html.dvi &

    ## HTML output
    makeinfo --no-split --html test-html.texi

@end ignore

@titlepage
@sp 6
@center @titlefont{Test HTML}
@sp 4
@center by Robert J. Chassell

@page
@vskip 0pt plus 1filll
@end titlepage

@contents

@ifnottex
@node Top, Chapter One, (dir), (dir)
@top Test HTML Top
@end ifnottex

@menu
* Chapter One::
* Chapter Two::
@end menu

@node Chapter One, Chapter Two, Top, Top
@comment node, next, prev, up
@chapter Chapter One

Contents of chapter 1.

The quick brown fox jumps over the lazy dog.

@node Chapter Two,  , Chapter One, Top
@chapter Chapter Two

Contents of chapter 2

The lazy dog opened an eye.

@menu
* Section TwoA::
@end menu

@node Section TwoA, , Chapter Two, Chapter Two
@section SectionTwoA

Contents of Section 2A

The lazy dog jumps over the quick brown fox.

@bye



-- 
    Robert J. Chassell                         Rattlesnake Enterprises
    http://www.rattlesnake.com                  GnuPG Key ID: 004B4AC8
    http://www.teak.cc                             address@hidden




reply via email to

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