Re: LyX + latex2html: footnotes SF@gobble@opt, tables = missing rows

2004-02-19 Thread Alexis Huxley
 1) Footnotes are not being handled correctly. What appears is
 this:

 main text[EMAIL PROTECTED] @@footnote [EMAIL PROTECTED]@opt
 footnote text

 If you look at the .tex, you should find at the beginning the
 following code:

 %% Special footnote code from the package 'stblftnt.sty'
 %% Author: Robin Fairbairns -- Last revised Dec 13 1996
 \let\SF@@footnote\footnote
 [EMAIL PROTECTED]@protect
 \expandafter\SF@@footnote
   \else
 [EMAIL PROTECTED]@opt
   \fi
 }
 \expandafter\def\csname [EMAIL PROTECTED]@opt [EMAIL PROTECTED]
   [EMAIL PROTECTED]@twobracket
   [EMAIL PROTECTED]
 }
 [EMAIL PROTECTED]@opt{\noexpand\protect
   \expandafter\noexpand\csname [EMAIL PROTECTED]@opt \endcsname}
 [EMAIL PROTECTED]@twobracket[#1]#2{}

 Just remove it, and try to run latex2html by hand again.

That did it! Many thanks!

Alexis 



Re: LyX + latex2html: footnotes SF@gobble@opt, tables = missing rows

2004-02-19 Thread Alexis Huxley
 1) Footnotes are not being handled correctly. What appears is
 this:

 main text[EMAIL PROTECTED] @@footnote [EMAIL PROTECTED]@opt
 footnote text

 If you look at the .tex, you should find at the beginning the
 following code:

 %% Special footnote code from the package 'stblftnt.sty'
 %% Author: Robin Fairbairns -- Last revised Dec 13 1996
 \let\SF@@footnote\footnote
 [EMAIL PROTECTED]@protect
 \expandafter\SF@@footnote
   \else
 [EMAIL PROTECTED]@opt
   \fi
 }
 \expandafter\def\csname [EMAIL PROTECTED]@opt [EMAIL PROTECTED]
   [EMAIL PROTECTED]@twobracket
   [EMAIL PROTECTED]
 }
 [EMAIL PROTECTED]@opt{\noexpand\protect
   \expandafter\noexpand\csname [EMAIL PROTECTED]@opt \endcsname}
 [EMAIL PROTECTED]@twobracket[#1]#2{}

 Just remove it, and try to run latex2html by hand again.

That did it! Many thanks!

Alexis 



Re: LyX + latex2html: footnotes "SF@gobble@opt", tables = missing rows

2004-02-19 Thread Alexis Huxley
>> 1) Footnotes are not being handled correctly. What appears is
>> this:
>>
>> [EMAIL PROTECTED] @@footnote [EMAIL PROTECTED]@opt
>> 

> If you look at the .tex, you should find at the beginning the
> following code:
>
> %% Special footnote code from the package 'stblftnt.sty'
> %% Author: Robin Fairbairns -- Last revised Dec 13 1996
> \let\SF@@footnote\footnote
> [EMAIL PROTECTED]@protect
> \expandafter\SF@@footnote
>   \else
> [EMAIL PROTECTED]@opt
>   \fi
> }
> \expandafter\def\csname [EMAIL PROTECTED]@opt [EMAIL PROTECTED]
>   [EMAIL PROTECTED]@twobracket
>   [EMAIL PROTECTED]
> }
> [EMAIL PROTECTED]@opt{\noexpand\protect
>   \expandafter\noexpand\csname [EMAIL PROTECTED]@opt \endcsname}
> [EMAIL PROTECTED]@twobracket[#1]#2{}
>
> Just remove it, and try to run latex2html by hand again.

That did it! Many thanks!

Alexis 



Re: LyX + latex2html: footnotes SF@gobble@opt, tables = missing rows

2004-02-18 Thread Jean-Marc Lasgouttes
 Alexis == Alexis Huxley [EMAIL PROTECTED] writes:

Alexis Hi, I have a document written in LyX, and converted to HTML,
Alexis just using FILE - export - HTML. The document contains
Alexis many footnotes and tables and they come out quite wrong.

Alexis The specific problems are:

Alexis 1) Footnotes are not being handled correctly. What appears is
Alexis this:

Alexis main text[EMAIL PROTECTED] @@footnote [EMAIL PROTECTED]@opt
Alexis footnote text

This is code that we add when a footnote is added to section headings.
Unfortunately, we do not have a good way right now to tell the latex
exporter whether the output is for real latex of html.

Alexis I have also tried converting lyx to HTML using lyxport, but
Alexis that's just calling latex2html also, and gives the same
Alexis results.

If you look at the .tex, you should find at the beginning the
following code:

%% Special footnote code from the package 'stblftnt.sty'
%% Author: Robin Fairbairns -- Last revised Dec 13 1996
\let\SF@@footnote\footnote
[EMAIL PROTECTED]@protect
\expandafter\SF@@footnote
  \else
[EMAIL PROTECTED]@opt
  \fi
}
\expandafter\def\csname [EMAIL PROTECTED]@opt [EMAIL PROTECTED]
  [EMAIL PROTECTED]@twobracket
  [EMAIL PROTECTED]
}
[EMAIL PROTECTED]@opt{\noexpand\protect
  \expandafter\noexpand\csname [EMAIL PROTECTED]@opt \endcsname}
[EMAIL PROTECTED]@twobracket[#1]#2{}

Just remove it, and try to run latex2html by hand again.

JMarc



Re: LyX + latex2html: footnotes SF@gobble@opt, tables = missing rows

2004-02-18 Thread Jean-Marc Lasgouttes
 Alexis == Alexis Huxley [EMAIL PROTECTED] writes:

Alexis Hi, I have a document written in LyX, and converted to HTML,
Alexis just using FILE - export - HTML. The document contains
Alexis many footnotes and tables and they come out quite wrong.

Alexis The specific problems are:

Alexis 1) Footnotes are not being handled correctly. What appears is
Alexis this:

Alexis main text[EMAIL PROTECTED] @@footnote [EMAIL PROTECTED]@opt
Alexis footnote text

This is code that we add when a footnote is added to section headings.
Unfortunately, we do not have a good way right now to tell the latex
exporter whether the output is for real latex of html.

Alexis I have also tried converting lyx to HTML using lyxport, but
Alexis that's just calling latex2html also, and gives the same
Alexis results.

If you look at the .tex, you should find at the beginning the
following code:

%% Special footnote code from the package 'stblftnt.sty'
%% Author: Robin Fairbairns -- Last revised Dec 13 1996
\let\SF@@footnote\footnote
[EMAIL PROTECTED]@protect
\expandafter\SF@@footnote
  \else
[EMAIL PROTECTED]@opt
  \fi
}
\expandafter\def\csname [EMAIL PROTECTED]@opt [EMAIL PROTECTED]
  [EMAIL PROTECTED]@twobracket
  [EMAIL PROTECTED]
}
[EMAIL PROTECTED]@opt{\noexpand\protect
  \expandafter\noexpand\csname [EMAIL PROTECTED]@opt \endcsname}
[EMAIL PROTECTED]@twobracket[#1]#2{}

Just remove it, and try to run latex2html by hand again.

JMarc



Re: LyX + latex2html: footnotes "SF@gobble@opt", tables = missing rows

2004-02-18 Thread Jean-Marc Lasgouttes
> "Alexis" == Alexis Huxley <[EMAIL PROTECTED]> writes:

Alexis> Hi, I have a document written in LyX, and converted to HTML,
Alexis> just using "FILE -> export -> HTML". The document contains
Alexis> many footnotes and tables and they come out quite wrong.

Alexis> The specific problems are:

Alexis> 1) Footnotes are not being handled correctly. What appears is
Alexis> this:

Alexis> [EMAIL PROTECTED] @@footnote [EMAIL PROTECTED]@opt
Alexis> 

This is code that we add when a footnote is added to section headings.
Unfortunately, we do not have a good way right now to tell the latex
exporter whether the output is for real latex of html.

Alexis> I have also tried converting lyx to HTML using lyxport, but
Alexis> that's just calling latex2html also, and gives the same
Alexis> results.

If you look at the .tex, you should find at the beginning the
following code:

%% Special footnote code from the package 'stblftnt.sty'
%% Author: Robin Fairbairns -- Last revised Dec 13 1996
\let\SF@@footnote\footnote
[EMAIL PROTECTED]@protect
\expandafter\SF@@footnote
  \else
[EMAIL PROTECTED]@opt
  \fi
}
\expandafter\def\csname [EMAIL PROTECTED]@opt [EMAIL PROTECTED]
  [EMAIL PROTECTED]@twobracket
  [EMAIL PROTECTED]
}
[EMAIL PROTECTED]@opt{\noexpand\protect
  \expandafter\noexpand\csname [EMAIL PROTECTED]@opt \endcsname}
[EMAIL PROTECTED]@twobracket[#1]#2{}

Just remove it, and try to run latex2html by hand again.

JMarc



LyX + latex2html: footnotes SF@gobble@opt, tables = missing rows

2004-02-10 Thread Alexis Huxley
Hi, I have a document written in LyX, and converted to HTML, just using
FILE - export - HTML.  The document contains many footnotes and
tables and they come out quite wrong.

The specific problems are:

1) Footnotes are not being handled correctly. What appears
   is this:

main text[EMAIL PROTECTED] @@footnote [EMAIL PROTECTED]@opt footnote text

2) Tables have only the header row except for the last cell,
   which has the text of the first cell of the second row
   also in it. As it:

.--,
| r1c1 | r1c2 | r1c3 |
||| r2c1 |
`--'

3) Typewriter character format has been preserved in the conversion,
   but it looks as though bold has not been.

Exporting to PDF, PS, DVI are all absolutely perfect.

The HTML version is at http://dione.no-ip.org/~alexis/ahdg.html,
if anybody wants to see for themselves.

I have also tried converting lyx to HTML using lyxport, but that's 
just calling latex2html also, and gives the same results.

I know zero TeX, so I've not tried writing a TeX file with tables or
footnotes to see if this is a LyX problem or a latex2html problem,
but I assume it is a latex2html problem; however, as it seems quite
a large problem, and I've not found anything saying that latex2html
can't handle footnotes, this mailing list seemed a good to start in
my top-down search for a solution.

Please can anyone offer any advice? Thanks!

Alexis



LyX + latex2html: footnotes SF@gobble@opt, tables = missing rows

2004-02-10 Thread Alexis Huxley
Hi, I have a document written in LyX, and converted to HTML, just using
FILE - export - HTML.  The document contains many footnotes and
tables and they come out quite wrong.

The specific problems are:

1) Footnotes are not being handled correctly. What appears
   is this:

main text[EMAIL PROTECTED] @@footnote [EMAIL PROTECTED]@opt footnote text

2) Tables have only the header row except for the last cell,
   which has the text of the first cell of the second row
   also in it. As it:

.--,
| r1c1 | r1c2 | r1c3 |
||| r2c1 |
`--'

3) Typewriter character format has been preserved in the conversion,
   but it looks as though bold has not been.

Exporting to PDF, PS, DVI are all absolutely perfect.

The HTML version is at http://dione.no-ip.org/~alexis/ahdg.html,
if anybody wants to see for themselves.

I have also tried converting lyx to HTML using lyxport, but that's 
just calling latex2html also, and gives the same results.

I know zero TeX, so I've not tried writing a TeX file with tables or
footnotes to see if this is a LyX problem or a latex2html problem,
but I assume it is a latex2html problem; however, as it seems quite
a large problem, and I've not found anything saying that latex2html
can't handle footnotes, this mailing list seemed a good to start in
my top-down search for a solution.

Please can anyone offer any advice? Thanks!

Alexis



LyX + latex2html: footnotes "SF@gobble@opt", tables = missing rows

2004-02-10 Thread Alexis Huxley
Hi, I have a document written in LyX, and converted to HTML, just using
"FILE -> export -> HTML".  The document contains many footnotes and
tables and they come out quite wrong.

The specific problems are:

1) Footnotes are not being handled correctly. What appears
   is this:

[EMAIL PROTECTED] @@footnote [EMAIL PROTECTED]@opt 

2) Tables have only the header row except for the last cell,
   which has the text of the first cell of the second row
   also in it. As it:

.--,
|  |  |  |
|||  |
`--'

3) "Typewriter" character format has been preserved in the conversion,
   but it looks as though bold has not been.

Exporting to PDF, PS, DVI are all absolutely perfect.

The HTML version is at http://dione.no-ip.org/~alexis/ahdg.html,
if anybody wants to see for themselves.

I have also tried converting lyx to HTML using lyxport, but that's 
just calling latex2html also, and gives the same results.

I know zero TeX, so I've not tried writing a TeX file with tables or
footnotes to see if this is a LyX problem or a latex2html problem,
but I assume it is a latex2html problem; however, as it seems quite
a large problem, and I've not found anything saying that latex2html
can't handle footnotes, this mailing list seemed a good to start in
my top-down search for a solution.

Please can anyone offer any advice? Thanks!

Alexis