opt []

2013-09-12 Thread Patrick Dupre
Hello,

I cannot remember how to insert opt for [] in front of a date or a title
Sometime, in insert, the option short title is not active!

Thank

===
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===


Re: opt []

2013-09-12 Thread José Matos
On Thursday 12 September 2013 17:55:40 Patrick Dupre wrote:
 Hello,
 
 I cannot remember how to insert opt for [] in front of a date or a title
 Sometime, in insert, the option short title is not active!
 
 Thank

A hack is to insert it at a place where it is allowed (like title) and then 
move it to where you want it. Not optimal, and IIRC it is improved/fixed at 
lyx-2.1 but it works. :-)

-- 
José Abílio


opt []

2013-09-12 Thread Patrick Dupre
Hello,

I cannot remember how to insert opt for [] in front of a date or a title
Sometime, in insert, the option short title is not active!

Thank

===
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===


Re: opt []

2013-09-12 Thread José Matos
On Thursday 12 September 2013 17:55:40 Patrick Dupre wrote:
 Hello,
 
 I cannot remember how to insert opt for [] in front of a date or a title
 Sometime, in insert, the option short title is not active!
 
 Thank

A hack is to insert it at a place where it is allowed (like title) and then 
move it to where you want it. Not optimal, and IIRC it is improved/fixed at 
lyx-2.1 but it works. :-)

-- 
José Abílio


opt []

2013-09-12 Thread Patrick Dupre
Hello,

I cannot remember how to insert opt for [] in front of a date or a title
Sometime, in insert, the option "short title" is not active!

Thank

===
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===


Re: opt []

2013-09-12 Thread José Matos
On Thursday 12 September 2013 17:55:40 Patrick Dupre wrote:
> Hello,
> 
> I cannot remember how to insert opt for [] in front of a date or a title
> Sometime, in insert, the option "short title" is not active!
> 
> Thank

A hack is to insert it at a place where it is allowed (like title) and then 
move it to where you want it. Not optimal, and IIRC it is improved/fixed at 
lyx-2.1 but it works. :-)

-- 
José Abílio


how to get lyx working with a tetex distribution in /opt

2004-11-16 Thread Ben Hourigan
I just switched from Fink to DarwinPorts today, and reinstalled teTeX.
DarwinPorts installs teTeX by default in /opt/local/share/texmf/ and 
/opt/local/share/texmf-local/. Executables are in /opt/local/bin/. 
LyX/Aqua can't find teTeX in these locations, even after running 
texhash and doing an Edit  Reconfigure.

Anyone know how to get LyX to recognise the teTeX installation in these 
locations?

Ben


Re: how to get lyx working with a tetex distribution in /opt

2004-11-16 Thread Jean-Marc Lasgouttes
 Ben == Ben Hourigan [EMAIL PROTECTED] writes:

Ben I just switched from Fink to DarwinPorts today, and reinstalled
Ben teTeX. DarwinPorts installs teTeX by default in
Ben /opt/local/share/texmf/ and /opt/local/share/texmf-local/.
Ben Executables are in /opt/local/bin/. LyX/Aqua can't find teTeX in
Ben these locations, even after running texhash and doing an Edit 
Ben Reconfigure.

Ben Anyone know how to get LyX to recognise the teTeX installation in
Ben these locations?

Currently, LyX/Mac automatically searches in these locations:
  /sw/bin
  /usr/local/bin
  /usr/local/teTeX/bin/powerpc-apple-darwin-current

We could hardcode more entries, but this is beginning to look like a
bit too much entries...

JMarc




Re: how to get lyx working with a tetex distribution in /opt

2004-11-16 Thread Christopher Menzel
Ben Hourigan wrote:
I just switched from Fink to DarwinPorts today, and reinstalled teTeX.
DarwinPorts installs teTeX by default in /opt/local/share/texmf/ and 
/opt/local/share/texmf-local/. Executables are in /opt/local/bin/. 
LyX/Aqua can't find teTeX in these locations, even after running 
texhash and doing an Edit  Reconfigure.

Anyone know how to get LyX to recognise the teTeX installation in 
these locations?
Assuming you've clobbered /sw, since you don't use fink anymore, how 
about, from a shell:

 sudo ln -s /opt /sw
and perhaps also (to mimic fink tetex dir structure:
 sudo ln -s /opt/local/share /opt/share
 sudo ln -s /opt/local/bin/ /opt/bin
If there are already share and bin subdirs below /opt, you might need to 
use more creative symlinks.

Chris Menzel


Re: how to get lyx working with a tetex distribution in /opt

2004-11-16 Thread Ben Hourigan
Thanks Jean, the list of locations jolted my brain into discovering a 
simple solution. Here's how to make LyX work with a teTeX distribution 
installed by Darwinports (assuming you don't have Fink installed as 
well):

ln -s /opt/local /sw
Then Edit  Reconfigure, and away you go!
Ben
On 16 Nov 2004, at 22:21, Jean-Marc Lasgouttes wrote:
Ben == Ben Hourigan [EMAIL PROTECTED] writes:
Ben I just switched from Fink to DarwinPorts today, and reinstalled
Ben teTeX. DarwinPorts installs teTeX by default in
Ben /opt/local/share/texmf/ and /opt/local/share/texmf-local/.
Ben Executables are in /opt/local/bin/. LyX/Aqua can't find teTeX in
Ben these locations, even after running texhash and doing an Edit 
Ben Reconfigure.
Ben Anyone know how to get LyX to recognise the teTeX installation in
Ben these locations?
Currently, LyX/Mac automatically searches in these locations:
  /sw/bin
  /usr/local/bin
  /usr/local/teTeX/bin/powerpc-apple-darwin-current
We could hardcode more entries, but this is beginning to look like a
bit too much entries...
JMarc




Re: how to get lyx working with a tetex distribution in /opt

2004-11-16 Thread Ben Hourigan
Thanks to Christopher Menzel, too, who suggested almost exactly the 
same solution, while my previous email was sitting in my outbox waiting 
for me to go online.

Ben
Thanks Jean, the list of locations jolted my brain into discovering a 
simple solution. Here's how to make LyX work with a teTeX distribution 
installed by Darwinports (assuming you don't have Fink installed as 
well):

ln -s /opt/local /sw
Then Edit  Reconfigure, and away you go!
Ben
On 16 Nov 2004, at 22:21, Jean-Marc Lasgouttes wrote:
Ben == Ben Hourigan [EMAIL PROTECTED] writes:
Ben I just switched from Fink to DarwinPorts today, and reinstalled
Ben teTeX. DarwinPorts installs teTeX by default in
Ben /opt/local/share/texmf/ and /opt/local/share/texmf-local/.
Ben Executables are in /opt/local/bin/. LyX/Aqua can't find teTeX in
Ben these locations, even after running texhash and doing an Edit 
Ben Reconfigure.
Ben Anyone know how to get LyX to recognise the teTeX installation in
Ben these locations?
Currently, LyX/Mac automatically searches in these locations:
  /sw/bin
  /usr/local/bin
  /usr/local/teTeX/bin/powerpc-apple-darwin-current
We could hardcode more entries, but this is beginning to look like a
bit too much entries...
JMarc





how to get lyx working with a tetex distribution in /opt

2004-11-16 Thread Ben Hourigan
I just switched from Fink to DarwinPorts today, and reinstalled teTeX.
DarwinPorts installs teTeX by default in /opt/local/share/texmf/ and 
/opt/local/share/texmf-local/. Executables are in /opt/local/bin/. 
LyX/Aqua can't find teTeX in these locations, even after running 
texhash and doing an Edit  Reconfigure.

Anyone know how to get LyX to recognise the teTeX installation in these 
locations?

Ben


Re: how to get lyx working with a tetex distribution in /opt

2004-11-16 Thread Jean-Marc Lasgouttes
 Ben == Ben Hourigan [EMAIL PROTECTED] writes:

Ben I just switched from Fink to DarwinPorts today, and reinstalled
Ben teTeX. DarwinPorts installs teTeX by default in
Ben /opt/local/share/texmf/ and /opt/local/share/texmf-local/.
Ben Executables are in /opt/local/bin/. LyX/Aqua can't find teTeX in
Ben these locations, even after running texhash and doing an Edit 
Ben Reconfigure.

Ben Anyone know how to get LyX to recognise the teTeX installation in
Ben these locations?

Currently, LyX/Mac automatically searches in these locations:
  /sw/bin
  /usr/local/bin
  /usr/local/teTeX/bin/powerpc-apple-darwin-current

We could hardcode more entries, but this is beginning to look like a
bit too much entries...

JMarc




Re: how to get lyx working with a tetex distribution in /opt

2004-11-16 Thread Christopher Menzel
Ben Hourigan wrote:
I just switched from Fink to DarwinPorts today, and reinstalled teTeX.
DarwinPorts installs teTeX by default in /opt/local/share/texmf/ and 
/opt/local/share/texmf-local/. Executables are in /opt/local/bin/. 
LyX/Aqua can't find teTeX in these locations, even after running 
texhash and doing an Edit  Reconfigure.

Anyone know how to get LyX to recognise the teTeX installation in 
these locations?
Assuming you've clobbered /sw, since you don't use fink anymore, how 
about, from a shell:

 sudo ln -s /opt /sw
and perhaps also (to mimic fink tetex dir structure:
 sudo ln -s /opt/local/share /opt/share
 sudo ln -s /opt/local/bin/ /opt/bin
If there are already share and bin subdirs below /opt, you might need to 
use more creative symlinks.

Chris Menzel


Re: how to get lyx working with a tetex distribution in /opt

2004-11-16 Thread Ben Hourigan
Thanks Jean, the list of locations jolted my brain into discovering a 
simple solution. Here's how to make LyX work with a teTeX distribution 
installed by Darwinports (assuming you don't have Fink installed as 
well):

ln -s /opt/local /sw
Then Edit  Reconfigure, and away you go!
Ben
On 16 Nov 2004, at 22:21, Jean-Marc Lasgouttes wrote:
Ben == Ben Hourigan [EMAIL PROTECTED] writes:
Ben I just switched from Fink to DarwinPorts today, and reinstalled
Ben teTeX. DarwinPorts installs teTeX by default in
Ben /opt/local/share/texmf/ and /opt/local/share/texmf-local/.
Ben Executables are in /opt/local/bin/. LyX/Aqua can't find teTeX in
Ben these locations, even after running texhash and doing an Edit 
Ben Reconfigure.
Ben Anyone know how to get LyX to recognise the teTeX installation in
Ben these locations?
Currently, LyX/Mac automatically searches in these locations:
  /sw/bin
  /usr/local/bin
  /usr/local/teTeX/bin/powerpc-apple-darwin-current
We could hardcode more entries, but this is beginning to look like a
bit too much entries...
JMarc




Re: how to get lyx working with a tetex distribution in /opt

2004-11-16 Thread Ben Hourigan
Thanks to Christopher Menzel, too, who suggested almost exactly the 
same solution, while my previous email was sitting in my outbox waiting 
for me to go online.

Ben
Thanks Jean, the list of locations jolted my brain into discovering a 
simple solution. Here's how to make LyX work with a teTeX distribution 
installed by Darwinports (assuming you don't have Fink installed as 
well):

ln -s /opt/local /sw
Then Edit  Reconfigure, and away you go!
Ben
On 16 Nov 2004, at 22:21, Jean-Marc Lasgouttes wrote:
Ben == Ben Hourigan [EMAIL PROTECTED] writes:
Ben I just switched from Fink to DarwinPorts today, and reinstalled
Ben teTeX. DarwinPorts installs teTeX by default in
Ben /opt/local/share/texmf/ and /opt/local/share/texmf-local/.
Ben Executables are in /opt/local/bin/. LyX/Aqua can't find teTeX in
Ben these locations, even after running texhash and doing an Edit 
Ben Reconfigure.
Ben Anyone know how to get LyX to recognise the teTeX installation in
Ben these locations?
Currently, LyX/Mac automatically searches in these locations:
  /sw/bin
  /usr/local/bin
  /usr/local/teTeX/bin/powerpc-apple-darwin-current
We could hardcode more entries, but this is beginning to look like a
bit too much entries...
JMarc





how to get lyx working with a tetex distribution in /opt

2004-11-16 Thread Ben Hourigan
I just switched from Fink to DarwinPorts today, and reinstalled teTeX.
DarwinPorts installs teTeX by default in /opt/local/share/texmf/ and 
/opt/local/share/texmf-local/. Executables are in /opt/local/bin/. 
LyX/Aqua can't find teTeX in these locations, even after running 
texhash and doing an Edit > Reconfigure.

Anyone know how to get LyX to recognise the teTeX installation in these 
locations?

Ben


Re: how to get lyx working with a tetex distribution in /opt

2004-11-16 Thread Jean-Marc Lasgouttes
>>>>> "Ben" == Ben Hourigan <[EMAIL PROTECTED]> writes:

Ben> I just switched from Fink to DarwinPorts today, and reinstalled
Ben> teTeX. DarwinPorts installs teTeX by default in
Ben> /opt/local/share/texmf/ and /opt/local/share/texmf-local/.
Ben> Executables are in /opt/local/bin/. LyX/Aqua can't find teTeX in
Ben> these locations, even after running texhash and doing an Edit >
Ben> Reconfigure.

Ben> Anyone know how to get LyX to recognise the teTeX installation in
Ben> these locations?

Currently, LyX/Mac automatically searches in these locations:
  /sw/bin
  /usr/local/bin
  /usr/local/teTeX/bin/powerpc-apple-darwin-current

We could hardcode more entries, but this is beginning to look like a
bit too much entries...

JMarc




Re: how to get lyx working with a tetex distribution in /opt

2004-11-16 Thread Christopher Menzel
Ben Hourigan wrote:
I just switched from Fink to DarwinPorts today, and reinstalled teTeX.
DarwinPorts installs teTeX by default in /opt/local/share/texmf/ and 
/opt/local/share/texmf-local/. Executables are in /opt/local/bin/. 
LyX/Aqua can't find teTeX in these locations, even after running 
texhash and doing an Edit > Reconfigure.

Anyone know how to get LyX to recognise the teTeX installation in 
these locations?
Assuming you've clobbered /sw, since you don't use fink anymore, how 
about, from a shell:

 sudo ln -s /opt /sw
and perhaps also (to mimic fink tetex dir structure:
 sudo ln -s /opt/local/share /opt/share
 sudo ln -s /opt/local/bin/ /opt/bin
If there are already share and bin subdirs below /opt, you might need to 
use more creative symlinks.

Chris Menzel


Re: how to get lyx working with a tetex distribution in /opt

2004-11-16 Thread Ben Hourigan
Thanks Jean, the list of locations jolted my brain into discovering a 
simple solution. Here's how to make LyX work with a teTeX distribution 
installed by Darwinports (assuming you don't have Fink installed as 
well):

ln -s /opt/local /sw
Then Edit > Reconfigure, and away you go!
Ben
On 16 Nov 2004, at 22:21, Jean-Marc Lasgouttes wrote:
"Ben" == Ben Hourigan <[EMAIL PROTECTED]> writes:
Ben> I just switched from Fink to DarwinPorts today, and reinstalled
Ben> teTeX. DarwinPorts installs teTeX by default in
Ben> /opt/local/share/texmf/ and /opt/local/share/texmf-local/.
Ben> Executables are in /opt/local/bin/. LyX/Aqua can't find teTeX in
Ben> these locations, even after running texhash and doing an Edit >
Ben> Reconfigure.
Ben> Anyone know how to get LyX to recognise the teTeX installation in
Ben> these locations?
Currently, LyX/Mac automatically searches in these locations:
  /sw/bin
  /usr/local/bin
  /usr/local/teTeX/bin/powerpc-apple-darwin-current
We could hardcode more entries, but this is beginning to look like a
bit too much entries...
JMarc




Re: how to get lyx working with a tetex distribution in /opt

2004-11-16 Thread Ben Hourigan
Thanks to Christopher Menzel, too, who suggested almost exactly the 
same solution, while my previous email was sitting in my outbox waiting 
for me to go online.

Ben
Thanks Jean, the list of locations jolted my brain into discovering a 
simple solution. Here's how to make LyX work with a teTeX distribution 
installed by Darwinports (assuming you don't have Fink installed as 
well):

ln -s /opt/local /sw
Then Edit > Reconfigure, and away you go!
Ben
On 16 Nov 2004, at 22:21, Jean-Marc Lasgouttes wrote:
"Ben" == Ben Hourigan <[EMAIL PROTECTED]> writes:
Ben> I just switched from Fink to DarwinPorts today, and reinstalled
Ben> teTeX. DarwinPorts installs teTeX by default in
Ben> /opt/local/share/texmf/ and /opt/local/share/texmf-local/.
Ben> Executables are in /opt/local/bin/. LyX/Aqua can't find teTeX in
Ben> these locations, even after running texhash and doing an Edit >
Ben> Reconfigure.
Ben> Anyone know how to get LyX to recognise the teTeX installation in
Ben> these locations?
Currently, LyX/Mac automatically searches in these locations:
  /sw/bin
  /usr/local/bin
  /usr/local/teTeX/bin/powerpc-apple-darwin-current
We could hardcode more entries, but this is beginning to look like a
bit too much entries...
JMarc





Re: beamer class: not opt. args for institute and date in slide

2004-05-03 Thread Uwe Sthr
 My problem is:
 The optinal arguments to institute and date don't get displayed in
 the footer of my slides when I process the pdf.
 My file is the template that comes with the package:
 beamerpresentation.lyx
 The optional Arguments for title and author get displayed.
 Any hint?
If you want another layout, you have to change the beamertheme.
You can start with the theme-file 'beamerthemeshadow.sty', which is used 
in 'beamerpresentation.lyx' (see the preamble). You can edit the layout 
of the footer in the \usefoottemplate section. When you look in the 
file, cou can see, that only \insertshortauthor and \insertshorttitle is 
used to print out the author and title. But you can  add 
\insertshortintitute to print the institute. The other \insert- commands 
are explained in the beameruserguide, chap. 9.4 (in this case chap. 9.4.9).

regards Uwe


Re: beamer class: not opt. args for institute and date in slide

2004-05-03 Thread Uwe Sthr
 My problem is:
 The optinal arguments to institute and date don't get displayed in
 the footer of my slides when I process the pdf.
 My file is the template that comes with the package:
 beamerpresentation.lyx
 The optional Arguments for title and author get displayed.
 Any hint?
If you want another layout, you have to change the beamertheme.
You can start with the theme-file 'beamerthemeshadow.sty', which is used 
in 'beamerpresentation.lyx' (see the preamble). You can edit the layout 
of the footer in the \usefoottemplate section. When you look in the 
file, cou can see, that only \insertshortauthor and \insertshorttitle is 
used to print out the author and title. But you can  add 
\insertshortintitute to print the institute. The other \insert- commands 
are explained in the beameruserguide, chap. 9.4 (in this case chap. 9.4.9).

regards Uwe


Re: beamer class: not opt. args for institute and date in slide

2004-05-03 Thread Uwe Stöhr
> My problem is:
> The optinal arguments to "institute" and "date" don't get displayed in
> the footer of my slides when I process the pdf.
> My file is the template that comes with the package:
> beamerpresentation.lyx
> The optional Arguments for title and author get displayed.
> Any hint?
If you want another layout, you have to change the beamertheme.
You can start with the theme-file 'beamerthemeshadow.sty', which is used 
in 'beamerpresentation.lyx' (see the preamble). You can edit the layout 
of the footer in the \usefoottemplate section. When you look in the 
file, cou can see, that only \insertshortauthor and \insertshorttitle is 
used to print out the author and title. But you can  add 
\insertshortintitute to print the institute. The other \insert- commands 
are explained in the beameruserguide, chap. 9.4 (in this case chap. 9.4.9).

regards Uwe


beamer class: not opt. args for institute and date in slide

2004-04-30 Thread Tim Michelsen
Hi,
 I use the beamer class for making a presentation.

My problem is:

The optinal arguments to institute and date don't get displayed in the 
footer of my slides when I process the pdf. 
My file is the template that comes with the package: beamerpresentation.lyx
The optional Arguments for title and author get displayed.
Any hint? Someone with the same problem?

Thank you
Tim

P.S. the Beamer is a really cool and easy to use class. I can really recommend 
it.


beamer class: not opt. args for institute and date in slide

2004-04-30 Thread Tim Michelsen
Hi,
 I use the beamer class for making a presentation.

My problem is:

The optinal arguments to institute and date don't get displayed in the 
footer of my slides when I process the pdf. 
My file is the template that comes with the package: beamerpresentation.lyx
The optional Arguments for title and author get displayed.
Any hint? Someone with the same problem?

Thank you
Tim

P.S. the Beamer is a really cool and easy to use class. I can really recommend 
it.


beamer class: not opt. args for institute and date in slide

2004-04-30 Thread Tim Michelsen
Hi,
 I use the beamer class for making a presentation.

My problem is:

The optinal arguments to "institute" and "date" don't get displayed in the 
footer of my slides when I process the pdf. 
My file is the template that comes with the package: beamerpresentation.lyx
The optional Arguments for title and author get displayed.
Any hint? Someone with the same problem?

Thank you
Tim

P.S. the Beamer is a really cool and easy to use class. I can really recommend 
it.


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