On Wed, Dec 13, 2000 at 04:30:15PM -0500, Dikeman, Brett wrote:
> I'm trying to export an HTML version of some docs I just finished up.  After
> reading through the various docs and checking both the archives and the web
> in general, I haven't found any conclusive instructions on "fixing"
> footnotes...just unhelpful stuff about cleanup scripts that Lyx runs to prep
> the tex file and then clean up latex2html's output.
> 
> Specifically, I get munged footnotes with what appears to be latex commands
> and @@'s around the footnote text, which is inline with the text.  I tried
> both an export and a manual run of latex2html.  Both spit out text that's
> pretty much useless with the footnotes the way they are(otherwise, the docs
> look great.)
> 
> I'm using 1.1.5-fix2 of Lyx and 99.2beta6(1.42) of Latex2html.

Perhaps you use a footnote in a section, in which case LyX redefines
the footnote command, which probably confuses the latex2html converter.
Try exporting to latex, and check if you get the following in the beginning
of the file:
%% Special footnote code from the package 'stblftnt.sty'
%% Author: Robin Fairbairns -- Last revised Dec 13 1996
\let\SF@@footnote\footnote
...
  \expandafter\noexpand\csname SF@gobble@opt \endcsname}
\def\SF@gobble@twobracket[#1]#2{}

If so, remove this part, and run latex2html manually.

If the above doesn't help, try using a different latex2html converter:
tth - http://hutchinson.belmont.ma.us/tth/
ltoh - http://www.best.com/~quong/ltoh/
hevea - http://para.inria.fr/~maranget/hevea/

Reply via email to