LyX to LaTeX without LyX code in .tex file

2001-08-29 Thread Adolfo Pachón

Hi all!!

I'm having troubles with the Lyx-LaTeX export and the latex2HTML
converter.

1. I generate the .tex file ... OK
2. I try to generate the HTML version from the .tex file, and there are
some problems that I resolve deleting the lines about %%% LyX
specific LaTeX commands.

My question is:

How can I generate LaTeX from Lyx whithout LyX code in the .tex result?

Thanks.

-- 


Adolfo Pachón
(Director Desarrollos).




Re: LyX to LaTeX without LyX code in .tex file

2001-08-29 Thread Andre Poenitz

On Wed, Aug 29, 2001 at 05:51:29PM +0200, Adolfo Pachón wrote:
 2. I try to generate the HTML version from the .tex file, and there are
 some problems that I resolve deleting the lines about %%% LyX
 specific LaTeX commands.

Which problems?

 How can I generate LaTeX from Lyx whithout LyX code in the .tex result?

You could write a script that deletes that part of the .tex file...

Andre'

-- 
André Pönitz . [EMAIL PROTECTED]



Re: LyX to LaTeX without LyX code in .tex file

2001-08-29 Thread Jean-Pierre.Chretien


From: Andre Poenitz [EMAIL PROTECTED]
Date: Wed, 29 Aug 2001 17:54:49 +0200
To: Adolfo Pachón [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: LyX to LaTeX without LyX code in .tex file

On Wed, Aug 29, 2001 at 05:51:29PM +0200, Adolfo Pachón wrote:
 2. I try to generate the HTML version from the .tex file, and there are
 some problems that I resolve deleting the lines about %%% LyX
 specific LaTeX commands.

Which problems?

 How can I generate LaTeX from Lyx whithout LyX code in the .tex result?

You could write a script that deletes that part of the .tex file...

Andre'

-- 
André Pönitz . [EMAIL PROTECTED]

This is embedded in the latex2html script already:
 - in the preamble
\usepackage{html}
 - in ERT
\begin{latexonly}
...
\end{latexonly}
around the LyX code.

-- 
Jean-Pierre





LyX to LaTeX without LyX code in .tex file

2001-08-29 Thread Adolfo Pachón

Hi all!!

I'm having troubles with the Lyx-LaTeX export and the latex2HTML
converter.

1. I generate the .tex file ... OK
2. I try to generate the HTML version from the .tex file, and there are
some problems that I resolve deleting the lines about %%% LyX
specific LaTeX commands.

My question is:

How can I generate LaTeX from Lyx whithout LyX code in the .tex result?

Thanks.

-- 


Adolfo Pachón
(Director Desarrollos).




Re: LyX to LaTeX without LyX code in .tex file

2001-08-29 Thread Andre Poenitz

On Wed, Aug 29, 2001 at 05:51:29PM +0200, Adolfo Pachón wrote:
 2. I try to generate the HTML version from the .tex file, and there are
 some problems that I resolve deleting the lines about %%% LyX
 specific LaTeX commands.

Which problems?

 How can I generate LaTeX from Lyx whithout LyX code in the .tex result?

You could write a script that deletes that part of the .tex file...

Andre'

-- 
André Pönitz . [EMAIL PROTECTED]



Re: LyX to LaTeX without LyX code in .tex file

2001-08-29 Thread Jean-Pierre.Chretien


From: Andre Poenitz [EMAIL PROTECTED]
Date: Wed, 29 Aug 2001 17:54:49 +0200
To: Adolfo Pachón [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: LyX to LaTeX without LyX code in .tex file

On Wed, Aug 29, 2001 at 05:51:29PM +0200, Adolfo Pachón wrote:
 2. I try to generate the HTML version from the .tex file, and there are
 some problems that I resolve deleting the lines about %%% LyX
 specific LaTeX commands.

Which problems?

 How can I generate LaTeX from Lyx whithout LyX code in the .tex result?

You could write a script that deletes that part of the .tex file...

Andre'

-- 
André Pönitz . [EMAIL PROTECTED]

This is embedded in the latex2html script already:
 - in the preamble
\usepackage{html}
 - in ERT
\begin{latexonly}
...
\end{latexonly}
around the LyX code.

-- 
Jean-Pierre





LyX to LaTeX without LyX code in .tex file

2001-08-29 Thread Adolfo Pachón

Hi all!!

I'm having troubles with the Lyx->LaTeX export and the latex2HTML
converter.

1. I generate the .tex file ... OK
2. I try to generate the HTML version from the .tex file, and there are
some problems that I resolve deleting the lines about "%%% LyX
specific LaTeX commands".

My question is:

How can I generate LaTeX from Lyx whithout LyX code in the .tex result?

Thanks.

-- 


Adolfo Pachón
(Director Desarrollos).




Re: LyX to LaTeX without LyX code in .tex file

2001-08-29 Thread Andre Poenitz

On Wed, Aug 29, 2001 at 05:51:29PM +0200, Adolfo Pachón wrote:
> 2. I try to generate the HTML version from the .tex file, and there are
> some problems that I resolve deleting the lines about "%%% LyX
> specific LaTeX commands".

Which problems?

> How can I generate LaTeX from Lyx whithout LyX code in the .tex result?

You could write a script that deletes that part of the .tex file...

Andre'

-- 
André Pönitz . [EMAIL PROTECTED]



Re: LyX to LaTeX without LyX code in .tex file

2001-08-29 Thread Jean-Pierre.Chretien


>>From: Andre Poenitz <[EMAIL PROTECTED]>
>>Date: Wed, 29 Aug 2001 17:54:49 +0200
>>To: Adolfo Pachón <[EMAIL PROTECTED]>
>>Cc: [EMAIL PROTECTED]
>>Subject: Re: LyX to LaTeX without LyX code in .tex file
>>
>>On Wed, Aug 29, 2001 at 05:51:29PM +0200, Adolfo Pachón wrote:
>>> 2. I try to generate the HTML version from the .tex file, and there are
>>> some problems that I resolve deleting the lines about "%%% LyX
>>> specific LaTeX commands".
>>
>>Which problems?
>>
>>> How can I generate LaTeX from Lyx whithout LyX code in the .tex result?
>>
>>You could write a script that deletes that part of the .tex file...
>>
>>Andre'
>>
>>-- 
>>André Pönitz . [EMAIL PROTECTED]

This is embedded in the latex2html script already:
 - in the preamble
\usepackage{html}
 - in ERT
\begin{latexonly}
...
\end{latexonly}
around the LyX code.

-- 
Jean-Pierre