On Tue, Feb 18, 2003 at 12:13:44AM -0500, Adinda Praditya wrote:
> Is there any documentations or tips for writing a book? Any example (lyx file) 
> of book (at least 70 pages) can be downloaded? Well, I have a problem when my 
> file (lyx) is getting bigger. The footnote is not created when i view it in 
> HTML. Instead, i got this:
> 
> "Hey Jude" [EMAIL PROTECTED] @@footnote [EMAIL PROTECTED]@opt A beatles song written 
> by 
> Paul and John

This is a known problem, which happens when you put a footnote in a section
header (which, IMO, is a bad style).
There is no easy solution.
You can export the file to latex, remove the lines:

\let\SF@@footnote\footnote
...
[EMAIL PROTECTED]@twobracket[#1]#2{}

and run latex2html manually.
Or, you can try other latex->html converters (e.g. tth or tex4ht) which
don't have this problem.

Reply via email to