- Footnotes are now written to a separate file (filename_fn.html). This
allows the <back> button of all browsers to navigate back from a footnote
to the footnote reference.
- A table of contents file is now generated using the text from all headings
<H1>..<Hn> and any table of contents entries in the RTF. The table
of contents has hypertext links from the TOC entries to their locations in the
main HTML text. The -T option disables this feature.
- Generation of graphics files can be disabled through the -G option. The
filter still generates the hypertext links to the graphics files, but it does
not re-write the files themselves. This improves performance for graphics
intensive RTF files.
- Fixed a bug where table of contents entries and index entries were not
appearing in the HTML output.
- Fixed a bug that caused aborts when graphics occurred in a table.
- rtftohtml now closes off any "text" markup
(<em>,<b>,<cite>) before emitting a paragraph tag. This more
closely matches the HTML DTD and corrects a few error conditions.
- The format of the html-trans file has changed. You will need to use the
html-trans file from this distribution and then add any changes that you made
to customize your html-trans.
- Footnotes no longer require special styles in order to work. This means
that all superscripts can now be translated to <su></su> or any
other markup you prefer.
- The Macintosh interface now allows the file Creator to be selected for
graphics, HTML and error files.
- Fixed a bug that caused formatted text in tables to be lost or added to
the wrong cells.