================================================================================
                        Texinfo converting Tools
                         Release 1.00  28.03.97
                       (c) 1996 by Andreas Kaiser
                    (c) 1997 by Karl Heinz Marbaise
================================================================================
             $Id: BUGS 1.5 1997/03/28 21:13:32 KHM Exp $


 Known bugs, but there are many other bugs which I didn't found:

    o @lowersection
      @raisesection does not work correclty but didn't create
      "unknown control..."

    o This does not work already:
      @example @code
      @end example
      I'm not sure if this is allowed.

    o @node Copyright, Top, (dir), (dir)
      produces a message like this:
      "<up> node undefined in 'Copyright', 'Top', '(dir)', '(dir)'"

    o be more flexible:
      <up> node undefined in 'Key Index', 'Function Index', '', 'Top    '
                                                                    ^^^^
      This shouldn't happen anymore.

    o @math{} not handled

    o @tt{} is not a valid Texinfo part
      It seemed to be valid only in TeX area(@iftex ... @end iftex).

    o @author is accepted also in non titlepage environment this
      is not correct. Already an error message isn't produces.

    o @multitable @end multitable is already not supported,
      which means actualy it is ignored :-(

    o @defcodeindex is accepted but does not create new commands
      which can produce "unknown control...".
      On the other hand the created index command can produce
      "unknown control..." messages.
      e.g.:
      @defcodeindex au
      Does not produce "unknow control..." message but
      @auindex Antony
      does produce an "unknown control..." message!

    o The situation like this:
      @item @b{Discription}

      This is the ...
      .

      This should produce:

      - Discription
        This is the ...

      But it produces:

      - Discription This is the ...

      I'm working on that problem.

    o Menu entries like this:
       * Entry:(test)Node-Name.   Discripiton.
      Alread don't work.
      (I have got no idea to implement this in IPF in HTML it
       seemed to be possible).

    o @def    ...
      @def..x ...
      .
      @end def..
      Within IPF the converter creates paragraphs behind every @def and @def..x
      so, this is not looking well, but for the moment I can't change it.


 Known bugs in HTML converter:

    o @footnote is converted, but does not working well
      on the browser I tested with(Netscape 2.02 and MS's).
      I don't know why.
      I use the following things to do a footnote:
             <A HREF="#fn1">footnote1</A>
             <FN ID="fn1">Text to footnote one</FN>
      Does some one has a better (working) suggestion?

