RE: lyx not finding html.sty

1999-11-03 Thread Juergen Vigna

Hello Pär!

On 03-Nov-99 Pär Hansson wrote:
 
 Hello,
 
 I'm using Lyx-1.0.4 under Linux RH6.0.
 I'm using latex2html to produce html from my lyx docs.
 However, after having put it in my preamble, I'm having
 problems making lyx find the html package (html.sty from
 html2latex-98.1).

I'll do it all the time and it works flawlessly. I really don't know
what problems you have. The only thing I did is add this lines to the
preamble:

\usepackage{html}
\newcommand{\me}{\htmladdnormallink{Jürgen Vigna}{mailto:[EMAIL PROTECTED]}}
\newcommand{\murl}[1]{\htmladdnormallink{#1}{#1}}
\thispagestyle{empty}

You normally only need the first line, I added the others because it's
a bit easier to introduce ftp links and myself :)

 I've tried changing my environment variables accordingly.
 The only change I get is if I put a path to it in a TEXINPUTS
 variable, then lyx suspends itself when I do a 'view dvi'.
 

Maybe it is just generating fonts! This can take a while depending
on how many different fonts you use!

Hope this helps!

I'm sure it works :)

Greets Jürgen

P.S.: In my latex2html installation it puts the sty-files in
  /usr/lib/texmf/texmf/tex/latex/latex2html/ which is wrong
  as in RH60 it should go into /usr/share/texmf/tex/latex/latex2html.
  I made a symbolic link 'ln -s /usr/lib/texmf/texmf/tex/latex/latex2html
  /usr/share/texmf/tex/latex/latex2html' and then did a 'texhash'-command
  and now it is found automatically by my latex installation without the
  need to set the TEXINPUTS environment variable!

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna  E-Mail: [EMAIL PROTECTED]
Gerbergasse 60Tel:+39-0471-450260
I-39100 Bozen Fax:+39-0471-970042
ITALY Web:http://www.sad.it/~jug

When I left you, I was but the pupil.  Now, I am the master.
- Darth Vader

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._



RE: lyx not finding html.sty

1999-11-03 Thread Juergen Vigna

Hello Pär!

On 03-Nov-99 Pär Hansson wrote:
 
 Hello,
 
 I'm using Lyx-1.0.4 under Linux RH6.0.
 I'm using latex2html to produce html from my lyx docs.
 However, after having put it in my preamble, I'm having
 problems making lyx find the html package (html.sty from
 html2latex-98.1).

I'll do it all the time and it works flawlessly. I really don't know
what problems you have. The only thing I did is add this lines to the
preamble:

\usepackage{html}
\newcommand{\me}{\htmladdnormallink{Jürgen Vigna}{mailto:[EMAIL PROTECTED]}}
\newcommand{\murl}[1]{\htmladdnormallink{#1}{#1}}
\thispagestyle{empty}

You normally only need the first line, I added the others because it's
a bit easier to introduce ftp links and myself :)

 I've tried changing my environment variables accordingly.
 The only change I get is if I put a path to it in a TEXINPUTS
 variable, then lyx suspends itself when I do a 'view dvi'.
 

Maybe it is just generating fonts! This can take a while depending
on how many different fonts you use!

Hope this helps!

I'm sure it works :)

Greets Jürgen

P.S.: In my latex2html installation it puts the sty-files in
  /usr/lib/texmf/texmf/tex/latex/latex2html/ which is wrong
  as in RH60 it should go into /usr/share/texmf/tex/latex/latex2html.
  I made a symbolic link 'ln -s /usr/lib/texmf/texmf/tex/latex/latex2html
  /usr/share/texmf/tex/latex/latex2html' and then did a 'texhash'-command
  and now it is found automatically by my latex installation without the
  need to set the TEXINPUTS environment variable!

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna  E-Mail: [EMAIL PROTECTED]
Gerbergasse 60Tel:+39-0471-450260
I-39100 Bozen Fax:+39-0471-970042
ITALY Web:http://www.sad.it/~jug

When I left you, I was but the pupil.  Now, I am the master.
- Darth Vader

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._



RE: lyx not finding html.sty

1999-11-03 Thread Juergen Vigna

Hello Pär!

On 03-Nov-99 Pär Hansson wrote:
> 
> Hello,
> 
> I'm using Lyx-1.0.4 under Linux RH6.0.
> I'm using latex2html to produce html from my lyx docs.
> However, after having put it in my preamble, I'm having
> problems making lyx find the html package (html.sty from
> html2latex-98.1).

I'll do it all the time and it works flawlessly. I really don't know
what problems you have. The only thing I did is add this lines to the
preamble:

\usepackage{html}
\newcommand{\me}{\htmladdnormallink{Jürgen Vigna}{mailto:[EMAIL PROTECTED]}}
\newcommand{\murl}[1]{\htmladdnormallink{#1}{#1}}
\thispagestyle{empty}

You normally only need the first line, I added the others because it's
a bit easier to introduce ftp links and myself :)

> I've tried changing my environment variables accordingly.
> The only change I get is if I put a path to it in a TEXINPUTS
> variable, then lyx suspends itself when I do a 'view dvi'.
> 

Maybe it is just generating fonts! This can take a while depending
on how many different fonts you use!

Hope this helps!

I'm sure it works :)

Greets Jürgen

P.S.: In my latex2html installation it puts the sty-files in
  /usr/lib/texmf/texmf/tex/latex/latex2html/ which is wrong
  as in RH60 it should go into /usr/share/texmf/tex/latex/latex2html.
  I made a symbolic link 'ln -s /usr/lib/texmf/texmf/tex/latex/latex2html
  /usr/share/texmf/tex/latex/latex2html' and then did a 'texhash'-command
  and now it is found automatically by my latex installation without the
  need to set the TEXINPUTS environment variable!

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna  E-Mail: [EMAIL PROTECTED]
Gerbergasse 60Tel:+39-0471-450260
I-39100 Bozen Fax:+39-0471-970042
ITALY Web:http://www.sad.it/~jug

When I left you, I was but the pupil.  Now, I am the master.
- Darth Vader

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._