On Fri, 14 Jan 2000 [EMAIL PROTECTED] wrote:
> Hello there,
>
> Perhaps the following will help some people :
>
>
> I installed LyX 1.1.3 in my own directory on a Digital alpha station
> (quicker compilation). But i've got a problem when trying to install
> layouts which requires not installed cls files.
>
> For example the IEEEtrans.layout require IEEEtrans.cls file which is not
> on the system. but i've got it in a directory
>
> so i tried to configure the TEXINPUTS variable :
>
> setenv TEXINPUTS ${HOME}/.lyx/layouts
Another option is something like
setenv TEXINPUTS ${HOME}/.lyx/layouts:
Note how the variable ends with just a ":". TeX will then automatically
append all of the "standard" definitions. :-)
Take care,
Bill