home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / txict100.zip / texicvt1.00 / bugs next >
Text File  |  1997-03-31  |  3KB  |  92 lines

  1. ================================================================================
  2.                         Texinfo converting Tools
  3.                          Release 1.00  28.03.97
  4.                        (c) 1996 by Andreas Kaiser
  5.                     (c) 1997 by Karl Heinz Marbaise
  6. ================================================================================
  7.              $Id: BUGS 1.5 1997/03/28 21:13:32 KHM Exp $
  8.  
  9.  
  10.  Known bugs, but there are many other bugs which I didn't found:
  11.  
  12.     o @lowersection
  13.       @raisesection does not work correclty but didn't create
  14.       "unknown control..."
  15.  
  16.     o This does not work already:
  17.       @example @code
  18.       @end example
  19.       I'm not sure if this is allowed.
  20.  
  21.     o @node Copyright, Top, (dir), (dir)
  22.       produces a message like this:
  23.       "<up> node undefined in 'Copyright', 'Top', '(dir)', '(dir)'"
  24.  
  25.     o be more flexible:
  26.       <up> node undefined in 'Key Index', 'Function Index', '', 'Top    '
  27.                                                                     ^^^^
  28.       This shouldn't happen anymore.
  29.  
  30.     o @math{} not handled
  31.  
  32.     o @tt{} is not a valid Texinfo part
  33.       It seemed to be valid only in TeX area(@iftex ... @end iftex).
  34.  
  35.     o @author is accepted also in non titlepage environment this
  36.       is not correct. Already an error message isn't produces.
  37.  
  38.     o @multitable @end multitable is already not supported,
  39.       which means actualy it is ignored :-(
  40.  
  41.     o @defcodeindex is accepted but does not create new commands
  42.       which can produce "unknown control...".
  43.       On the other hand the created index command can produce
  44.       "unknown control..." messages.
  45.       e.g.:
  46.       @defcodeindex au
  47.       Does not produce "unknow control..." message but
  48.       @auindex Antony
  49.       does produce an "unknown control..." message!
  50.  
  51.     o The situation like this:
  52.       @item @b{Discription}
  53.  
  54.       This is the ...
  55.       .
  56.  
  57.       This should produce:
  58.  
  59.       - Discription
  60.         This is the ...
  61.  
  62.       But it produces:
  63.  
  64.       - Discription This is the ...
  65.  
  66.       I'm working on that problem.
  67.  
  68.     o Menu entries like this:
  69.        * Entry:(test)Node-Name.   Discripiton.
  70.       Alread don't work.
  71.       (I have got no idea to implement this in IPF in HTML it
  72.        seemed to be possible).
  73.  
  74.     o @def    ...
  75.       @def..x ...
  76.       .
  77.       @end def..
  78.       Within IPF the converter creates paragraphs behind every @def and @def..x
  79.       so, this is not looking well, but for the moment I can't change it.
  80.  
  81.  
  82.  Known bugs in HTML converter:
  83.  
  84.     o @footnote is converted, but does not working well
  85.       on the browser I tested with(Netscape 2.02 and MS's).
  86.       I don't know why.
  87.       I use the following things to do a footnote:
  88.              <A HREF="#fn1">footnote1</A>
  89.              <FN ID="fn1">Text to footnote one</FN>
  90.       Does some one has a better (working) suggestion?
  91.  
  92.