Re: Lyx and Latex2html

2003-11-03 Thread Alain Castera

Hi Markus.

This works perfectly (?;-) here on a small test file. Could you send to me 
a minimal test file showing the problem ?

Alain

On Fri, 31 Oct 2003, David Green wrote:

> "Markus Schwaab" <[EMAIL PROTECTED]> writes:
> 
> > tables I inserted in my LyX-document, are not correctly converted by
> > Latex2HTML.
> > Is this a know proglem or do I have to tweak parameters ?
> 
> Lyx adds a command:
> 
> %% LyX specific LaTeX commands.
> %% Because html converters don't know tabularnewline
> \providecommand{\tabularnewline}{\\}
> 
> and then uses
> 
> \tabularnewline
> 
> throughout tables.  The latex2HTML program understands this only for
> the first table but then gets confused (for some reason).




-- 
 ***
 *Alain Castera*
 * IPNL - UCB Lyon 1 | e-mail : [EMAIL PROTECTED] *
 * Bat. Paul Dirac   |  or[EMAIL PROTECTED] *
 * Campus de la Doua | Telephone : (+33) 472448429 *
 * F69622 Villeurbanne CEDEX | Fax :   (+33) 472448004 *
 ***



Re: Lyx and Latex2html

2003-10-31 Thread David Green
"Markus Schwaab" <[EMAIL PROTECTED]> writes:

> I want to write my handbook for my first Open-Source program with LyX
> because of its superior export features. Now I have one problem with html-exports:
>
> tables I inserted in my LyX-document, are not correctly converted by
> Latex2HTML.
> Is this a know proglem or do I have to tweak parameters ?

Lyx adds a command:

%% LyX specific LaTeX commands.
%% Because html converters don't know tabularnewline
\providecommand{\tabularnewline}{\\}

and then uses

\tabularnewline

throughout tables.  The latex2HTML program understands this only for
the first table but then gets confused (for some reason).

I have just been just

  1. exporting lyx to (la)tex
  2. use a text editor to globally change \tabularnewline to \\
  3. run latex2html outside of lyx

I posted the problem to this list a while ago but did not post my work
around.

Dave
-- 
David G. Green  [EMAIL PROTECTED]
UAB Electrical and Computer Engineering Birmingham, AL USA



Re: Lyx and Latex2html

2003-10-29 Thread Andre Poenitz
On Tue, Oct 28, 2003 at 02:35:42PM +0100, Markus Schwaab wrote:
> Hello LyX-List, I want to write my handbook for my first Open-Source
> program with LyX because of its superior export features. Now I have
> one problem with html-exports:
> 
> tables I inserted in my LyX-document, are not correctly converted by
> Latex2HTML.

I usuall use 'hevea' for .tex-to-.html conversion.

Andre'


Re: Lyx and latex2html: lyx->tex non-interactively?

2000-04-09 Thread Andre Poenitz

> Just edit your lyx file with a word processor, save it as << file.tex >>
> and apply LaTeX on it.
> It's a way I use when I want to make some modifications.

Well, and you'll end up with something neither readable by humans nor
by machines..

I think the original problem was not to simply change the file extensions
but to retain as much as possible of the formatting information ;-)

Andre'

-- 
It'll take a long time to eat 63.000 peanuts.
André Pönitz . [EMAIL PROTECTED]



Re: Lyx and latex2html: lyx->tex non-interactively?

2000-04-09 Thread Vincent VAQUIN


> > Best would be some way to convert lyx files into tex files without
> > having to
> > have lyx. I don't know if this is possible (that is, is there a set of
> > tex
> > macros somewhere that would do this?).

Just edit your lyx file with a word processor, save it as << file.tex >>
and apply LaTeX on it.
It's a way I use when I want to make some modifications.
-- 
Vincent



Re: Lyx and latex2html: lyx->tex non-interactively?

2000-04-09 Thread Andre Poenitz

>  But I can't figure
> out how to get Lyx to make a tex file for latex2html to read without
> actually running it in interactive mode.

lyx --export latex  

You need a running X-Server, however...

(Or a mail archive browser for retrieving other suggestions to solve
your problem ;-) )
 
> Best would be some way to convert lyx files into tex files without
> having to
> have lyx. I don't know if this is possible (that is, is there a set of
> tex
> macros somewhere that would do this?).

I have not seen such a thing so far.

Andre'

-- 
It'll take a long time to eat 63.000 peanuts.
André Pönitz . [EMAIL PROTECTED]



Re: Lyx and Latex2html

1999-08-17 Thread Jean-Pierre.Chretien


>> Date: Tue, 17 Aug 1999 09:07:55 +0100
>> From: Jose Abilio Oliveira Matos <[EMAIL PROTECTED]>
>> To: [EMAIL PROTECTED]
>> Subject: Re: Lyx and Latex2html
>> 
>> On Sat, Aug 07, 1999 at 11:38:44PM -0400, Myriam Abramson wrote:
>> > 
>> > I'm confused.  Shouldn't the html/url inserts become links in html 
>> > when using latex2html (after exporting to latex) on the document?
>> > 
>> > Maybe I'm missing something
>> > 
>> > TIA. 
>> 
>>   I am not sure about this but that behaviour can be configured
>> inside latex2html.
>> 
>> > -- 
>> >  
>> >   myriam
>> > 
>> > Go Proverb:
>> > 
>> > Don't make territory near thickness.

>From my experince of latex2HTML, if you want a correct behaviour with
printed URLS in the paper document and hypertext links in the electronic ones, 
you must use the html.sty provided with latex2HTML and use one of
the provided commands \htmladdnormallink or \htmladdnormallinkfoot.
I personnaly prefer the second one, which puts the URL as a footnote.
Is seems that you must insert the reference in TeX mode up to now, after
adding the package in the preamble.

More generally, html.sty allows to control the differences between
paper version and electronic version of a document (insertion of HTML code,
LaTeX part which should not be translated,...).

Regards

-- 
Jean-Pierre



Re: Lyx and Latex2html

1999-08-17 Thread Jose Abilio Oliveira Matos

On Sat, Aug 07, 1999 at 11:38:44PM -0400, Myriam Abramson wrote:
> 
> I'm confused.  Shouldn't the html/url inserts become links in html 
> when using latex2html (after exporting to latex) on the document?
> 
> Maybe I'm missing something
> 
> TIA. 

  I am not sure about this but that behaviour can be configured
inside latex2html.

> -- 
>  
>   myriam
> 
> Go Proverb:
> 
> Don't make territory near thickness.