Re: Problem installing new document class

2003-12-01 Thread Karsten Heymann
Small correction:

On Fri, 28 Nov 2003 09:16:16 -0800
Marc Jeffrey Driftmeyer [EMAIL PROTECTED] wrote:

 Don't put it in /usr/share/texmf---that's where Debian officially 
 updates tetex and all the recommended and dependent packages as well
 for tetex to run. I can't imagine there would be much of a difference
 with other Linux distros that follow the /usr/share intent.
 
 Create /usr/local/share/texmf
 Then create tex under texmf
 Then create latex underneath tex
 
 /usr/local/share/texmf/latex
 ^
/usr/local/share/texmf/tex/latex

hth,

Karsten


Re: Problem installing new document class

2003-12-01 Thread Karsten Heymann
Small correction:

On Fri, 28 Nov 2003 09:16:16 -0800
Marc Jeffrey Driftmeyer [EMAIL PROTECTED] wrote:

 Don't put it in /usr/share/texmf---that's where Debian officially 
 updates tetex and all the recommended and dependent packages as well
 for tetex to run. I can't imagine there would be much of a difference
 with other Linux distros that follow the /usr/share intent.
 
 Create /usr/local/share/texmf
 Then create tex under texmf
 Then create latex underneath tex
 
 /usr/local/share/texmf/latex
 ^
/usr/local/share/texmf/tex/latex

hth,

Karsten


Re: Problem installing new document class

2003-12-01 Thread Karsten Heymann
Small correction:

On Fri, 28 Nov 2003 09:16:16 -0800
"Marc Jeffrey Driftmeyer" <[EMAIL PROTECTED]> wrote:

> Don't put it in /usr/share/texmf---that's where Debian officially 
> updates tetex and all the recommended and dependent packages as well
> for tetex to run. I can't imagine there would be much of a difference
> with other Linux distros that follow the /usr/share intent.
> 
> Create /usr/local/share/texmf
> Then create tex under texmf
> Then create latex underneath tex
> 
> /usr/local/share/texmf/latex
 ^
/usr/local/share/texmf/tex/latex

hth,

Karsten


Re: Problem installing new document class

2003-11-29 Thread Marc Jeffrey Driftmeyer
Sander Klous wrote:

Hi,

I submitted this question last week, but didn't get a response. So
I'll give it another try.
I have lyx1.3.3 installed on RH7.3

I downloaded the elsart.layout from

http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/layouts/

and installed it in ~/.lyx/layouts

In the same directory I have elsart.sty, elsart12.sty and elsart.cls
that I downloaded from elsevier and amssymb.sty that I downloaded from
http://www.itk.org/cgi-bin/cvsweb.cgi/Docs/InsightDocuments/Latex/amssymb.sty?cvsroot=Insight

I ran lyx-reconfigure.

In the output it says:

+checking for document class elsart [elsart,amssymb.sty]... no

And I don't get a listing in lyx-document-class.

What's wrong?

Thanks,
Sander
 

How is this question becoming such a rat-hole?

Don't put it in /usr/share/texmf---that's where Debian officially 
updates tetex and all the recommended and dependent packages as well for 
tetex to run. I can't imagine there would be much of a difference with 
other Linux distros that follow the /usr/share intent.

Create /usr/local/share/texmf
Then create tex under texmf
Then create latex underneath tex
/usr/local/share/texmf
/usr/local/share/texmf/tex
/usr/local/share/texmf/latex
Extract your packages under the latex directory:

I have the following packages installed:

algorithms/
epigraph/
IEEEtran/
kom-script/
memoir/
paper/
prettyref/
runic/
svjour/
tugboat/
Read the instructions under each latex package that are separate from 
the instructions within the LyX -Customization section, which are on 
the CTAN tex archive site.

For example: Memoir
http://www.ctan.org/tex-archive/macros/latex/contrib/memoir/?action=/tex-archive/macros/latex/contrib/
excerpt:

   To install the package:
o run: latex memoir.ins (which will generate memoir.cls,
and a set of mem*.clo files)
o run: latex memoir.dtx
  For an index run: makeindex -s gind.ist memoir
o run: latex memoir.dtx
o Print memoir.dvi for a hardcopy of the documented code
o Move memoir.cls, the mem*.clo files and any mem*.sty file to locations
 where LaTeX will find them (typically in a local texmf tree at
 /tex/latex/memoir) and refresh the file database.
 See the FAQ on CTAN at help/uk-tex-faq
 or http://www.tug.ac.uk/faq for more information on this.
   To process memman.tex
o Make sure you can use the memoir class and the alltt, fixltx2e,
 layouts and url packages.
o Run (pdf)latex twice on memman.tex
o For an index run: makeindex -s memman.ist memman
o Run (pdf)latex twice more on memman.tex
o Print the manual
NOTE: you'll find that this process is repeatable with all .ins and .dtx 
files.

Then apply the texhash command spoken of from within LyX-Customization 
from Step 5

It will create the following file:

/usr/local/share/texmf/ls-R

The apply step 6 which states:

6. From within LyX, do: OptionsReconfigure. Restart LyX.

Verify it works by then checking your Help-LaTeX configuration

Of course it will then show up in the Layout-Document-Document 
Style-Document class list view.

I haven't had one of the packages that LaTeX configuration has support 
for not work.

The memoir class even has a very recent patch to it which I'll have to 
check because it does have bugs outside of LyX.

-Marc








Re: Problem installing new document class

2003-11-29 Thread Marc Jeffrey Driftmeyer
Sander Klous wrote:

Hi,

I submitted this question last week, but didn't get a response. So
I'll give it another try.
I have lyx1.3.3 installed on RH7.3

I downloaded the elsart.layout from

http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/layouts/

and installed it in ~/.lyx/layouts

In the same directory I have elsart.sty, elsart12.sty and elsart.cls
that I downloaded from elsevier and amssymb.sty that I downloaded from
http://www.itk.org/cgi-bin/cvsweb.cgi/Docs/InsightDocuments/Latex/amssymb.sty?cvsroot=Insight

I ran lyx-reconfigure.

In the output it says:

+checking for document class elsart [elsart,amssymb.sty]... no

And I don't get a listing in lyx-document-class.

What's wrong?

Thanks,
Sander
 

How is this question becoming such a rat-hole?

Don't put it in /usr/share/texmf---that's where Debian officially 
updates tetex and all the recommended and dependent packages as well for 
tetex to run. I can't imagine there would be much of a difference with 
other Linux distros that follow the /usr/share intent.

Create /usr/local/share/texmf
Then create tex under texmf
Then create latex underneath tex
/usr/local/share/texmf
/usr/local/share/texmf/tex
/usr/local/share/texmf/latex
Extract your packages under the latex directory:

I have the following packages installed:

algorithms/
epigraph/
IEEEtran/
kom-script/
memoir/
paper/
prettyref/
runic/
svjour/
tugboat/
Read the instructions under each latex package that are separate from 
the instructions within the LyX -Customization section, which are on 
the CTAN tex archive site.

For example: Memoir
http://www.ctan.org/tex-archive/macros/latex/contrib/memoir/?action=/tex-archive/macros/latex/contrib/
excerpt:

   To install the package:
o run: latex memoir.ins (which will generate memoir.cls,
and a set of mem*.clo files)
o run: latex memoir.dtx
  For an index run: makeindex -s gind.ist memoir
o run: latex memoir.dtx
o Print memoir.dvi for a hardcopy of the documented code
o Move memoir.cls, the mem*.clo files and any mem*.sty file to locations
 where LaTeX will find them (typically in a local texmf tree at
 /tex/latex/memoir) and refresh the file database.
 See the FAQ on CTAN at help/uk-tex-faq
 or http://www.tug.ac.uk/faq for more information on this.
   To process memman.tex
o Make sure you can use the memoir class and the alltt, fixltx2e,
 layouts and url packages.
o Run (pdf)latex twice on memman.tex
o For an index run: makeindex -s memman.ist memman
o Run (pdf)latex twice more on memman.tex
o Print the manual
NOTE: you'll find that this process is repeatable with all .ins and .dtx 
files.

Then apply the texhash command spoken of from within LyX-Customization 
from Step 5

It will create the following file:

/usr/local/share/texmf/ls-R

The apply step 6 which states:

6. From within LyX, do: OptionsReconfigure. Restart LyX.

Verify it works by then checking your Help-LaTeX configuration

Of course it will then show up in the Layout-Document-Document 
Style-Document class list view.

I haven't had one of the packages that LaTeX configuration has support 
for not work.

The memoir class even has a very recent patch to it which I'll have to 
check because it does have bugs outside of LyX.

-Marc








Re: Problem installing new document class

2003-11-29 Thread Marc Jeffrey Driftmeyer
Sander Klous wrote:

Hi,

I submitted this question last week, but didn't get a response. So
I'll give it another try.
I have lyx1.3.3 installed on RH7.3

I downloaded the elsart.layout from

http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/layouts/

and installed it in ~/.lyx/layouts

In the same directory I have elsart.sty, elsart12.sty and elsart.cls
that I downloaded from elsevier and amssymb.sty that I downloaded from
http://www.itk.org/cgi-bin/cvsweb.cgi/Docs/InsightDocuments/Latex/amssymb.sty?cvsroot=Insight

I ran lyx->reconfigure.

In the output it says:

+checking for document class elsart [elsart,amssymb.sty]... no

And I don't get a listing in lyx->document->class.

What's wrong?

Thanks,
Sander
 

How is this question becoming such a rat-hole?

Don't put it in /usr/share/texmf---that's where Debian officially 
updates tetex and all the recommended and dependent packages as well for 
tetex to run. I can't imagine there would be much of a difference with 
other Linux distros that follow the /usr/share intent.

Create /usr/local/share/texmf
Then create tex under texmf
Then create latex underneath tex
/usr/local/share/texmf
/usr/local/share/texmf/tex
/usr/local/share/texmf/latex
Extract your packages under the latex directory:

I have the following packages installed:

algorithms/
epigraph/
IEEEtran/
kom-script/
memoir/
paper/
prettyref/
runic/
svjour/
tugboat/
Read the instructions under each latex package that are separate from 
the instructions within the LyX ->Customization section, which are on 
the CTAN tex archive site.

For example: Memoir
http://www.ctan.org/tex-archive/macros/latex/contrib/memoir/?action=/tex-archive/macros/latex/contrib/
excerpt:

   To install the package:
o run: latex memoir.ins (which will generate memoir.cls,
and a set of mem*.clo files)
o run: latex memoir.dtx
  For an index run: makeindex -s gind.ist memoir
o run: latex memoir.dtx
o Print memoir.dvi for a hardcopy of the documented code
o Move memoir.cls, the mem*.clo files and any mem*.sty file to locations
 where LaTeX will find them (typically in a local texmf tree at
 /tex/latex/memoir) and refresh the file database.
 See the FAQ on CTAN at help/uk-tex-faq
 or http://www.tug.ac.uk/faq for more information on this.
   To process memman.tex
o Make sure you can use the memoir class and the alltt, fixltx2e,
 layouts and url packages.
o Run (pdf)latex twice on memman.tex
o For an index run: makeindex -s memman.ist memman
o Run (pdf)latex twice more on memman.tex
o Print the manual
NOTE: you'll find that this process is repeatable with all .ins and .dtx 
files.

Then apply the texhash command spoken of from within LyX-Customization 
from Step 5

It will create the following file:

/usr/local/share/texmf/ls-R

The apply step 6 which states:

6. From within LyX, do: Options>Reconfigure. Restart LyX.

Verify it works by then checking your Help->LaTeX configuration

Of course it will then show up in the Layout->Document->Document 
Style->Document class list view.

I haven't had one of the packages that LaTeX configuration has support 
for not work.

The memoir class even has a very recent patch to it which I'll have to 
check because it does have bugs outside of LyX.

-Marc








Problem installing new document class

2003-11-27 Thread Sander Klous
Hi,

I submitted this question last week, but didn't get a response. So
I'll give it another try.

I have lyx1.3.3 installed on RH7.3

I downloaded the elsart.layout from

http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/layouts/

and installed it in ~/.lyx/layouts

In the same directory I have elsart.sty, elsart12.sty and elsart.cls
that I downloaded from elsevier and amssymb.sty that I downloaded from

http://www.itk.org/cgi-bin/cvsweb.cgi/Docs/InsightDocuments/Latex/amssymb.sty?cvsroot=Insight

I ran lyx-reconfigure.

In the output it says:

+checking for document class elsart [elsart,amssymb.sty]... no

And I don't get a listing in lyx-document-class.

What's wrong?

Thanks,
Sander




Re: Problem installing new document class

2003-11-27 Thread Sander Klous
Sorry, I just noticed the replies are in the list only. I have another
question about this though.

I don't have root access, thus cann't touch the tex directory. Is
there anyway of installing these style and class files somewhere else?


On Fri, 21 Nov 2003, Sander Klous wrote:

 I downloaded the elsart.layout from
 and installed it in ~/.lyx/layouts

  That's good, Sander.

 In the same directory I have elsart.sty, elsart12.sty and elsart.cls
 that I downloaded from elsevier and amssymb.sty that I downloaded from

  You'll want to put the .sty and .cls files with others in their
tribe. On
my RH 7.3 system (with LyX-1.3.3) I would put the .sty files in
/usr/share/texmf/tex/latex/misc/ and the .cls file in
/usr/share/texmf/ptex/platex/base/.

  Then, as root, run 'texhash'.

 I ran lyx-reconfigure.

  Run this again, shut-down LyX, and restart it. You should find your
styles
there.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com




Re: Problem installing new document class

2003-11-27 Thread Angus Leeming
Sander Klous wrote:
 +checking for document class elsart [elsart,amssymb.sty]... no
 
 And I don't get a listing in lyx-document-class.
 
 What's wrong?

LaTeX doesn't know to look in the .lyx directory.
Your directory tree should have
/usr/share/texmf
which contains the 'standard' tex distribution. Note the 'ls-R' file. 
This is generated by runing 'texhash' and contains a listing of all 
files in your /usr/share/texmf directory tree. The tex search engine 
uses this and other, similar files to find stuff.

Personally, I would create
/usr/local/share/texmf
and add the new files to that:
/usr/local/share/texmf/tex/latex/elsart/elsart.sty
/usr/local/share/texmf/tex/latex/elsart/elsart12.sty
/usr/local/share/texmf/tex/latex/elsart/elsart.cls

I'm surprised that you don't have amssymb.sty in your distribution.
$ grep amssymb.sty /usr/share/texmf/ls-R

Assuming that you don't, add it to your local files. Eg:
/usr/local/share/texmf/tex/latex/amssymb/amssymb.sty

Finally, from /usr/local/share/texmf, run texhash to update the tex 
database.

HTH,
-- 
Angus



Re: Problem installing new document class

2003-11-27 Thread Nirmal Govind
and installed it in ~/.lyx/layouts

In the same directory I have elsart.sty, elsart12.sty and elsart.cls
You need to run texhash to update your tex installation after 
downloading the sty and cls files. Also, you may want to put these 
files in a folder that tex searches (such as your local texmf tree; 
if you don't have one, it may be a good idea to create it). Or you 
can also run texhash from .lyx/layouts/ and it should be able to add 
it to the database. Take a look at Chapter 5 in Customization.lyx 
(Help - Customization) - it deals with these issues.

I ran lyx-reconfigure.

In the output it says:

+checking for document class elsart [elsart,amssymb.sty]... no
Yeah, the above will hopefully take care of it..

nirmal



Re: Problem installing new document class

2003-11-27 Thread Nirmal Govind
Btw, there were a whole bunch of replies to your original posting, 
guess you missed them somehow.. the thread is at:

http://marc.theaimsgroup.com/?t=10694626182r=1w=2

nirmal



Re: Problem installing new document class

2003-11-27 Thread Andre Poenitz
On Thu, Nov 27, 2003 at 01:51:07PM +0100, Sander Klous wrote:
 Hi,
 
 I submitted this question last week, but didn't get a response. So
 I'll give it another try.
 
 I have lyx1.3.3 installed on RH7.3
 
 I downloaded the elsart.layout from
 
 http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/layouts/
 
 and installed it in ~/.lyx/layouts
 
 In the same directory I have elsart.sty, elsart12.sty and elsart.cls
 that I downloaded from elsevier and amssymb.sty that I downloaded from

Does LaTeX find it there?

Shouldn't this better go to somewhere else?

Have you run texhash?

Andre'


Re: Problem installing new document class

2003-11-27 Thread Herbert Voß
Sander Klous wrote:
I submitted this question last week, but didn't get a response. So
I'll give it another try.
I have lyx1.3.3 installed on RH7.3

I downloaded the elsart.layout from

http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/layouts/

and installed it in ~/.lyx/layouts

In the same directory I have elsart.sty, elsart12.sty and elsart.cls
that I downloaded from elsevier and amssymb.sty that I downloaded from
this is the wrong directory. The right one depends to
the root access and what directories are searched by TeX.
For example on my system:
[EMAIL PROTECTED]:~ kpsepath tex
.:/home/voss/texmf/tex/generic//:!!/opt/texlive/texmf-var/tex/generic//:
/opt/texlive/texmf-local/tex/generic//:!!/opt/texlive/texmf/tex/generic//:
/home/voss/texmf/tex///:!!/opt/texlive/texmf-var/tex///:
/opt/texlive/texmf-local/tex///:!!/opt/texlive/texmf/tex///:
/home/voss/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX
[EMAIL PROTECTED]:~
I have all local files in /opt/texlive/texmf-local/tex/

Another good choice is

/home/voss/texmf/tex/

because you need no root access.

I ran lyx-reconfigure.
this is only important for the layout file. For the TeX part
run first texhash and then reconfigure from within LyX.
Herbert




Problem installing new document class

2003-11-27 Thread Sander Klous
Hi,

I submitted this question last week, but didn't get a response. So
I'll give it another try.

I have lyx1.3.3 installed on RH7.3

I downloaded the elsart.layout from

http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/layouts/

and installed it in ~/.lyx/layouts

In the same directory I have elsart.sty, elsart12.sty and elsart.cls
that I downloaded from elsevier and amssymb.sty that I downloaded from

http://www.itk.org/cgi-bin/cvsweb.cgi/Docs/InsightDocuments/Latex/amssymb.sty?cvsroot=Insight

I ran lyx-reconfigure.

In the output it says:

+checking for document class elsart [elsart,amssymb.sty]... no

And I don't get a listing in lyx-document-class.

What's wrong?

Thanks,
Sander




Re: Problem installing new document class

2003-11-27 Thread Sander Klous
Sorry, I just noticed the replies are in the list only. I have another
question about this though.

I don't have root access, thus cann't touch the tex directory. Is
there anyway of installing these style and class files somewhere else?


On Fri, 21 Nov 2003, Sander Klous wrote:

 I downloaded the elsart.layout from
 and installed it in ~/.lyx/layouts

  That's good, Sander.

 In the same directory I have elsart.sty, elsart12.sty and elsart.cls
 that I downloaded from elsevier and amssymb.sty that I downloaded from

  You'll want to put the .sty and .cls files with others in their
tribe. On
my RH 7.3 system (with LyX-1.3.3) I would put the .sty files in
/usr/share/texmf/tex/latex/misc/ and the .cls file in
/usr/share/texmf/ptex/platex/base/.

  Then, as root, run 'texhash'.

 I ran lyx-reconfigure.

  Run this again, shut-down LyX, and restart it. You should find your
styles
there.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com




Re: Problem installing new document class

2003-11-27 Thread Angus Leeming
Sander Klous wrote:
 +checking for document class elsart [elsart,amssymb.sty]... no
 
 And I don't get a listing in lyx-document-class.
 
 What's wrong?

LaTeX doesn't know to look in the .lyx directory.
Your directory tree should have
/usr/share/texmf
which contains the 'standard' tex distribution. Note the 'ls-R' file. 
This is generated by runing 'texhash' and contains a listing of all 
files in your /usr/share/texmf directory tree. The tex search engine 
uses this and other, similar files to find stuff.

Personally, I would create
/usr/local/share/texmf
and add the new files to that:
/usr/local/share/texmf/tex/latex/elsart/elsart.sty
/usr/local/share/texmf/tex/latex/elsart/elsart12.sty
/usr/local/share/texmf/tex/latex/elsart/elsart.cls

I'm surprised that you don't have amssymb.sty in your distribution.
$ grep amssymb.sty /usr/share/texmf/ls-R

Assuming that you don't, add it to your local files. Eg:
/usr/local/share/texmf/tex/latex/amssymb/amssymb.sty

Finally, from /usr/local/share/texmf, run texhash to update the tex 
database.

HTH,
-- 
Angus



Re: Problem installing new document class

2003-11-27 Thread Nirmal Govind
and installed it in ~/.lyx/layouts

In the same directory I have elsart.sty, elsart12.sty and elsart.cls
You need to run texhash to update your tex installation after 
downloading the sty and cls files. Also, you may want to put these 
files in a folder that tex searches (such as your local texmf tree; 
if you don't have one, it may be a good idea to create it). Or you 
can also run texhash from .lyx/layouts/ and it should be able to add 
it to the database. Take a look at Chapter 5 in Customization.lyx 
(Help - Customization) - it deals with these issues.

I ran lyx-reconfigure.

In the output it says:

+checking for document class elsart [elsart,amssymb.sty]... no
Yeah, the above will hopefully take care of it..

nirmal



Re: Problem installing new document class

2003-11-27 Thread Nirmal Govind
Btw, there were a whole bunch of replies to your original posting, 
guess you missed them somehow.. the thread is at:

http://marc.theaimsgroup.com/?t=10694626182r=1w=2

nirmal



Re: Problem installing new document class

2003-11-27 Thread Andre Poenitz
On Thu, Nov 27, 2003 at 01:51:07PM +0100, Sander Klous wrote:
 Hi,
 
 I submitted this question last week, but didn't get a response. So
 I'll give it another try.
 
 I have lyx1.3.3 installed on RH7.3
 
 I downloaded the elsart.layout from
 
 http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/layouts/
 
 and installed it in ~/.lyx/layouts
 
 In the same directory I have elsart.sty, elsart12.sty and elsart.cls
 that I downloaded from elsevier and amssymb.sty that I downloaded from

Does LaTeX find it there?

Shouldn't this better go to somewhere else?

Have you run texhash?

Andre'


Re: Problem installing new document class

2003-11-27 Thread Herbert Voß
Sander Klous wrote:
I submitted this question last week, but didn't get a response. So
I'll give it another try.
I have lyx1.3.3 installed on RH7.3

I downloaded the elsart.layout from

http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/layouts/

and installed it in ~/.lyx/layouts

In the same directory I have elsart.sty, elsart12.sty and elsart.cls
that I downloaded from elsevier and amssymb.sty that I downloaded from
this is the wrong directory. The right one depends to
the root access and what directories are searched by TeX.
For example on my system:
[EMAIL PROTECTED]:~ kpsepath tex
.:/home/voss/texmf/tex/generic//:!!/opt/texlive/texmf-var/tex/generic//:
/opt/texlive/texmf-local/tex/generic//:!!/opt/texlive/texmf/tex/generic//:
/home/voss/texmf/tex///:!!/opt/texlive/texmf-var/tex///:
/opt/texlive/texmf-local/tex///:!!/opt/texlive/texmf/tex///:
/home/voss/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX
[EMAIL PROTECTED]:~
I have all local files in /opt/texlive/texmf-local/tex/

Another good choice is

/home/voss/texmf/tex/

because you need no root access.

I ran lyx-reconfigure.
this is only important for the layout file. For the TeX part
run first texhash and then reconfigure from within LyX.
Herbert




Problem installing new document class

2003-11-27 Thread Sander Klous
Hi,

I submitted this question last week, but didn't get a response. So
I'll give it another try.

I have lyx1.3.3 installed on RH7.3

I downloaded the elsart.layout from

http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/layouts/

and installed it in ~/.lyx/layouts

In the same directory I have elsart.sty, elsart12.sty and elsart.cls
that I downloaded from elsevier and amssymb.sty that I downloaded from

http://www.itk.org/cgi-bin/cvsweb.cgi/Docs/InsightDocuments/Latex/amssymb.sty?cvsroot=Insight

I ran lyx->reconfigure.

In the output it says:

+checking for document class elsart [elsart,amssymb.sty]... no

And I don't get a listing in lyx->document->class.

What's wrong?

Thanks,
Sander




Re: Problem installing new document class

2003-11-27 Thread Sander Klous
Sorry, I just noticed the replies are in the list only. I have another
question about this though.

I don't have root access, thus cann't touch the tex directory. Is
there anyway of installing these style and class files somewhere else?


On Fri, 21 Nov 2003, Sander Klous wrote:

> I downloaded the elsart.layout from
> and installed it in ~/.lyx/layouts

  That's good, Sander.

> In the same directory I have elsart.sty, elsart12.sty and elsart.cls
> that I downloaded from elsevier and amssymb.sty that I downloaded from

  You'll want to put the .sty and .cls files with others in their
tribe. On
my RH 7.3 system (with LyX-1.3.3) I would put the .sty files in
/usr/share/texmf/tex/latex/misc/ and the .cls file in
/usr/share/texmf/ptex/platex/base/.

  Then, as root, run 'texhash'.

> I ran lyx->reconfigure.

  Run this again, shut-down LyX, and restart it. You should find your
styles
there.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)





Re: Problem installing new document class

2003-11-27 Thread Angus Leeming
Sander Klous wrote:
> +checking for document class elsart [elsart,amssymb.sty]... no
> 
> And I don't get a listing in lyx->document->class.
> 
> What's wrong?

LaTeX doesn't know to look in the .lyx directory.
Your directory tree should have
/usr/share/texmf
which contains the 'standard' tex distribution. Note the 'ls-R' file. 
This is generated by runing 'texhash' and contains a listing of all 
files in your /usr/share/texmf directory tree. The tex search engine 
uses this and other, similar files to find stuff.

Personally, I would create
/usr/local/share/texmf
and add the new files to that:
/usr/local/share/texmf/tex/latex/elsart/elsart.sty
/usr/local/share/texmf/tex/latex/elsart/elsart12.sty
/usr/local/share/texmf/tex/latex/elsart/elsart.cls

I'm surprised that you don't have amssymb.sty in your distribution.
$ grep amssymb.sty /usr/share/texmf/ls-R

Assuming that you don't, add it to your local files. Eg:
/usr/local/share/texmf/tex/latex/amssymb/amssymb.sty

Finally, from /usr/local/share/texmf, run texhash to update the tex 
database.

HTH,
-- 
Angus



Re: Problem installing new document class

2003-11-27 Thread Nirmal Govind
and installed it in ~/.lyx/layouts

In the same directory I have elsart.sty, elsart12.sty and elsart.cls
You need to run texhash to update your tex installation after 
downloading the sty and cls files. Also, you may want to put these 
files in a folder that tex searches (such as your local texmf tree; 
if you don't have one, it may be a good idea to create it). Or you 
can also run texhash from .lyx/layouts/ and it should be able to add 
it to the database. Take a look at Chapter 5 in Customization.lyx 
(Help -> Customization) - it deals with these issues.

I ran lyx->reconfigure.

In the output it says:

+checking for document class elsart [elsart,amssymb.sty]... no
Yeah, the above will hopefully take care of it..

nirmal



Re: Problem installing new document class

2003-11-27 Thread Nirmal Govind
Btw, there were a whole bunch of replies to your original posting, 
guess you missed them somehow.. the thread is at:

http://marc.theaimsgroup.com/?t=10694626182=1=2

nirmal



Re: Problem installing new document class

2003-11-27 Thread Andre Poenitz
On Thu, Nov 27, 2003 at 01:51:07PM +0100, Sander Klous wrote:
> Hi,
> 
> I submitted this question last week, but didn't get a response. So
> I'll give it another try.
> 
> I have lyx1.3.3 installed on RH7.3
> 
> I downloaded the elsart.layout from
> 
> http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/layouts/
> 
> and installed it in ~/.lyx/layouts
> 
> In the same directory I have elsart.sty, elsart12.sty and elsart.cls
> that I downloaded from elsevier and amssymb.sty that I downloaded from

Does LaTeX find it there?

Shouldn't this better go to somewhere else?

Have you run texhash?

Andre'


Re: Problem installing new document class

2003-11-27 Thread Herbert Voß
Sander Klous wrote:
I submitted this question last week, but didn't get a response. So
I'll give it another try.
I have lyx1.3.3 installed on RH7.3

I downloaded the elsart.layout from

http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/layouts/

and installed it in ~/.lyx/layouts

In the same directory I have elsart.sty, elsart12.sty and elsart.cls
that I downloaded from elsevier and amssymb.sty that I downloaded from
this is the wrong directory. The right one depends to
the root access and what directories are searched by TeX.
For example on my system:
[EMAIL PROTECTED]:~> kpsepath tex
.:/home/voss/texmf/tex/generic//:!!/opt/texlive/texmf-var/tex/generic//:
/opt/texlive/texmf-local/tex/generic//:!!/opt/texlive/texmf/tex/generic//:
/home/voss/texmf/tex///:!!/opt/texlive/texmf-var/tex///:
/opt/texlive/texmf-local/tex///:!!/opt/texlive/texmf/tex///:
/home/voss/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX
[EMAIL PROTECTED]:~>
I have all local files in /opt/texlive/texmf-local/tex/

Another good choice is

/home/voss/texmf/tex/

because you need no root access.

I ran lyx->reconfigure.
this is only important for the layout file. For the TeX part
run first texhash and then reconfigure from within LyX.
Herbert




Re: Problem installing new document class

2003-11-23 Thread Matej Cepl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ronald Florence wrote:
 That's probably something from Mac world. Here in Unix world
 anything in /usr/local should never be touched by any
 packager.
 
 Mac's run Unix, and there are quite a few teTeX installations
 which overwrite /usr/local/teTeX.

Yes, I know that Mac OS X is Unix-based, but it seems to me that
operating system which puts programs in /sw tree is not exactly
most usual among Unices (nothing wrong with that -- just the
reason I think that things around directories are not exactly
same as among most Unixes you meet around; and of course I may
be wrong, because I have actually never used Mac OS X myself).

Despite what Herbert Vo writes in the followup to this message
about TeXLive, it seems rather strange to break FHS
(http://www.pathname.com/fhs/2.2/fhs-4.9.html, see article
4.9.1). For more on this see also
http://groups.google.com/groups?selm=handler.175343.D175341.104173292317301.ackdone%40bugs.debian.org
which seems to me to be rather illuminating. See also
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tds.

As of TeXLive -- I would need to study more what was the reason
for texmf.local, but one which seems to me probable is that
TeXLive is highly multiplatform distribution and creation of
temxf-local (and texmf-var) directory tree in C:\Program
Files\TeXLive seems to be highly sensible solution on Windows,
where are no standards for different local and system file
directories.

Just my 2.

Matj

- -- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/wMKA4J/vJdlkhKwRAkreAJ9nPSw4hguI43uLyoLpGOhuSvQLLwCfX0Se
y1IPbtfpxez7HiYaVwrCpFs=
=TOqB
-END PGP SIGNATURE-



Re: Problem installing new document class

2003-11-23 Thread Ronald Florence
Matej Cepl [EMAIL PROTECTED] writes:

 Yes, I know that Mac OS X is Unix-based, but it seems to me that
 operating system which puts programs in /sw tree is not exactly
 most usual among Unices (nothing wrong with that -- just the
 reason I think that things around directories are not exactly
 same as among most Unixes you meet around; and of course I may
 be wrong, because I have actually never used Mac OS X myself).

Yes, you are wrong, both about MacOS and about TeX installations.  One
software management utility (fink) puts MacOS software in /sw; it is
not an official part of MacOS.  (Many Unix versions put optional
software in /opt; by your standards are they also not real Unix?)

As Herbert noted, modern TeX installations include a texmf.local
hierarchy for user introduced files.  That was the original issue on
this thread, and the original poster would be wise to put local files
in the texmf.local directory so they are not overwritten in a TeX
update.

If your own TeX installation does not have a texmf.local directory,
Matej, you might want to consider updating.  Be careful that the local
files you put in the tex directories are not overwritten when you do.
-- 

Ronald Florence www.18james.com



Re: Problem installing new document class

2003-11-23 Thread Matej Cepl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ronald Florence wrote:
 Yes, you are wrong, both about MacOS and about TeX
 installations.  One software management utility (fink) puts
 MacOS software in /sw; it is
 not an official part of MacOS.  (Many Unix versions put
 optional software in /opt; by your standards are they also not
 real Unix?)

There is one small difference --
http://www.pathname.com/fhs/2.2/fhs-3.12.html. However, I think
that this discussion should be closed now, it is getting moot.

Matej

- -- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/wNXp4J/vJdlkhKwRArWLAJ9spxSieOY43xXAyijJUg2kgWsTsACfWJIQ
zyQmdujh+t9Of5qSonox7e0=
=Xt2s
-END PGP SIGNATURE-



Re: Problem installing new document class

2003-11-23 Thread Matej Cepl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ronald Florence wrote:
 If your own TeX installation does not have a texmf.local
 directory,
 Matej, you might want to consider updating.  Be careful that
 the local files you put in the tex directories are not
 overwritten when you do.

BTW, the same situation with /usr/local still stays in the new
(yet BETA) standard of FHS --
http://www.samba.org/~cyeoh/fhs-2.3-beta3.html#USRLOCALLOCALHIERARCHY

Matej

- -- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/wNbr4J/vJdlkhKwRAkseAKCGZs0FSXOn+qKuliVAjrIet4ONLACfejX0
JnGY9jR2qPQVGmE4Ii3Uz5Q=
=6l6j
-END PGP SIGNATURE-



Re: Problem installing new document class

2003-11-23 Thread Matej Cepl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ronald Florence wrote:
 That's probably something from Mac world. Here in Unix world
 anything in /usr/local should never be touched by any
 packager.
 
 Mac's run Unix, and there are quite a few teTeX installations
 which overwrite /usr/local/teTeX.

Yes, I know that Mac OS X is Unix-based, but it seems to me that
operating system which puts programs in /sw tree is not exactly
most usual among Unices (nothing wrong with that -- just the
reason I think that things around directories are not exactly
same as among most Unixes you meet around; and of course I may
be wrong, because I have actually never used Mac OS X myself).

Despite what Herbert Vo writes in the followup to this message
about TeXLive, it seems rather strange to break FHS
(http://www.pathname.com/fhs/2.2/fhs-4.9.html, see article
4.9.1). For more on this see also
http://groups.google.com/groups?selm=handler.175343.D175341.104173292317301.ackdone%40bugs.debian.org
which seems to me to be rather illuminating. See also
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tds.

As of TeXLive -- I would need to study more what was the reason
for texmf.local, but one which seems to me probable is that
TeXLive is highly multiplatform distribution and creation of
temxf-local (and texmf-var) directory tree in C:\Program
Files\TeXLive seems to be highly sensible solution on Windows,
where are no standards for different local and system file
directories.

Just my 2.

Matj

- -- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/wMKA4J/vJdlkhKwRAkreAJ9nPSw4hguI43uLyoLpGOhuSvQLLwCfX0Se
y1IPbtfpxez7HiYaVwrCpFs=
=TOqB
-END PGP SIGNATURE-



Re: Problem installing new document class

2003-11-23 Thread Ronald Florence
Matej Cepl [EMAIL PROTECTED] writes:

 Yes, I know that Mac OS X is Unix-based, but it seems to me that
 operating system which puts programs in /sw tree is not exactly
 most usual among Unices (nothing wrong with that -- just the
 reason I think that things around directories are not exactly
 same as among most Unixes you meet around; and of course I may
 be wrong, because I have actually never used Mac OS X myself).

Yes, you are wrong, both about MacOS and about TeX installations.  One
software management utility (fink) puts MacOS software in /sw; it is
not an official part of MacOS.  (Many Unix versions put optional
software in /opt; by your standards are they also not real Unix?)

As Herbert noted, modern TeX installations include a texmf.local
hierarchy for user introduced files.  That was the original issue on
this thread, and the original poster would be wise to put local files
in the texmf.local directory so they are not overwritten in a TeX
update.

If your own TeX installation does not have a texmf.local directory,
Matej, you might want to consider updating.  Be careful that the local
files you put in the tex directories are not overwritten when you do.
-- 

Ronald Florence www.18james.com



Re: Problem installing new document class

2003-11-23 Thread Matej Cepl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ronald Florence wrote:
 Yes, you are wrong, both about MacOS and about TeX
 installations.  One software management utility (fink) puts
 MacOS software in /sw; it is
 not an official part of MacOS.  (Many Unix versions put
 optional software in /opt; by your standards are they also not
 real Unix?)

There is one small difference --
http://www.pathname.com/fhs/2.2/fhs-3.12.html. However, I think
that this discussion should be closed now, it is getting moot.

Matej

- -- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/wNXp4J/vJdlkhKwRArWLAJ9spxSieOY43xXAyijJUg2kgWsTsACfWJIQ
zyQmdujh+t9Of5qSonox7e0=
=Xt2s
-END PGP SIGNATURE-



Re: Problem installing new document class

2003-11-23 Thread Matej Cepl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ronald Florence wrote:
 If your own TeX installation does not have a texmf.local
 directory,
 Matej, you might want to consider updating.  Be careful that
 the local files you put in the tex directories are not
 overwritten when you do.

BTW, the same situation with /usr/local still stays in the new
(yet BETA) standard of FHS --
http://www.samba.org/~cyeoh/fhs-2.3-beta3.html#USRLOCALLOCALHIERARCHY

Matej

- -- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/wNbr4J/vJdlkhKwRAkseAKCGZs0FSXOn+qKuliVAjrIet4ONLACfejX0
JnGY9jR2qPQVGmE4Ii3Uz5Q=
=6l6j
-END PGP SIGNATURE-



Re: Problem installing new document class

2003-11-23 Thread Matej Cepl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ronald Florence wrote:
>> That's probably something from Mac world. Here in Unix world
>> anything in /usr/local should never be touched by any
>> packager.
> 
> Mac's run Unix, and there are quite a few teTeX installations
> which overwrite /usr/local/teTeX.

Yes, I know that Mac OS X is Unix-based, but it seems to me that
operating system which puts programs in /sw tree is not exactly
most usual among Unices (nothing wrong with that -- just the
reason I think that things around directories are not exactly
same as among most Unixes you meet around; and of course I may
be wrong, because I have actually never used Mac OS X myself).

Despite what Herbert Voà writes in the followup to this message
about TeXLive, it seems rather strange to break FHS
(http://www.pathname.com/fhs/2.2/fhs-4.9.html, see article
4.9.1). For more on this see also
http://groups.google.com/groups?selm=handler.175343.D175341.104173292317301.ackdone%40bugs.debian.org
which seems to me to be rather illuminating. See also
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tds.

As of TeXLive -- I would need to study more what was the reason
for texmf.local, but one which seems to me probable is that
TeXLive is highly multiplatform distribution and creation of
temxf-local (and texmf-var) directory tree in "C:\Program
Files\TeXLive" seems to be highly sensible solution on Windows,
where are no standards for different local and system file
directories.

Just my 2Â.

MatÄj

- -- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/wMKA4J/vJdlkhKwRAkreAJ9nPSw4hguI43uLyoLpGOhuSvQLLwCfX0Se
y1IPbtfpxez7HiYaVwrCpFs=
=TOqB
-END PGP SIGNATURE-



Re: Problem installing new document class

2003-11-23 Thread Ronald Florence
Matej Cepl <[EMAIL PROTECTED]> writes:

> Yes, I know that Mac OS X is Unix-based, but it seems to me that
> operating system which puts programs in /sw tree is not exactly
> most usual among Unices (nothing wrong with that -- just the
> reason I think that things around directories are not exactly
> same as among most Unixes you meet around; and of course I may
> be wrong, because I have actually never used Mac OS X myself).

Yes, you are wrong, both about MacOS and about TeX installations.  One
software management utility (fink) puts MacOS software in /sw; it is
not an official part of MacOS.  (Many Unix versions put optional
software in /opt; by your standards are they also not "real" Unix?)

As Herbert noted, modern TeX installations include a texmf.local
hierarchy for user introduced files.  That was the original issue on
this thread, and the original poster would be wise to put local files
in the texmf.local directory so they are not overwritten in a TeX
update.

If your own TeX installation does not have a texmf.local directory,
Matej, you might want to consider updating.  Be careful that the local
files you put in the tex directories are not overwritten when you do.
-- 

Ronald Florence www.18james.com



Re: Problem installing new document class

2003-11-23 Thread Matej Cepl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ronald Florence wrote:
> Yes, you are wrong, both about MacOS and about TeX
> installations.  One software management utility (fink) puts
> MacOS software in /sw; it is
> not an official part of MacOS.  (Many Unix versions put
> optional software in /opt; by your standards are they also not
> "real" Unix?)

There is one small difference --
http://www.pathname.com/fhs/2.2/fhs-3.12.html. However, I think
that this discussion should be closed now, it is getting moot.

Matej

- -- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/wNXp4J/vJdlkhKwRArWLAJ9spxSieOY43xXAyijJUg2kgWsTsACfWJIQ
zyQmdujh+t9Of5qSonox7e0=
=Xt2s
-END PGP SIGNATURE-



Re: Problem installing new document class

2003-11-23 Thread Matej Cepl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ronald Florence wrote:
> If your own TeX installation does not have a texmf.local
> directory,
> Matej, you might want to consider updating.  Be careful that
> the local files you put in the tex directories are not
> overwritten when you do.

BTW, the same situation with /usr/local still stays in the new
(yet BETA) standard of FHS --
http://www.samba.org/~cyeoh/fhs-2.3-beta3.html#USRLOCALLOCALHIERARCHY

Matej

- -- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/wNbr4J/vJdlkhKwRAkseAKCGZs0FSXOn+qKuliVAjrIet4ONLACfejX0
JnGY9jR2qPQVGmE4Ii3Uz5Q=
=6l6j
-END PGP SIGNATURE-



Re: Problem installing new document class

2003-11-22 Thread Ronald Florence
Matej Cepl [EMAIL PROTECTED] writes:

  Actually, it would be better to put new files that are not part
  of the
  normal teTeX distribution in .../share/texmf.local/tex/latex/. 
  The .../share/texmf/tex/latex hierarchy could be overwritten by
  an upgrade of teTeX.
 
 That's probably something from Mac world. Here in Unix world
 anything in /usr/local should never be touched by any packager.

Matej,

Mac's run Unix, and there are quite a few teTeX installations which
overwrite /usr/local/teTeX.
-- 

Ronald Florence www.18james.com



Re: Problem installing new document class

2003-11-22 Thread Herbert Voß
Ronald Florence schrieb:
Matej Cepl [EMAIL PROTECTED] writes:


Actually, it would be better to put new files that are not part
of the
normal teTeX distribution in .../share/texmf.local/tex/latex/. 
The .../share/texmf/tex/latex hierarchy could be overwritten by
an upgrade of teTeX.
That's probably something from Mac world. Here in Unix world
anything in /usr/local should never be touched by any packager.


Matej,

Mac's run Unix, and there are quite a few teTeX installations which
overwrite /usr/local/teTeX.
that is correct and the reason why the new TeXLive
creates
drwxr-xr-x5 voss users 120 2003-08-28 20:32 FAQ
drwxr-xr-x3 voss users  80 2003-08-28 21:16 bin
drwxr-xr-x2 voss users1616 2003-08-28 21:20 info
drwxr-xr-x6 voss users 216 2003-08-28 21:20 man
drwxr-xr-x   33 voss users 912 2003-11-21 18:17 texmf
drwxr-xr-x8 voss users 216 2003-11-18 17:05 texmf-local
drwxrwxrwx6 voss users 168 2003-11-18 17:05 texmf-var
drwxr-xr-x5 voss users 120 2003-08-28 20:32 usergrps
Herbert




Re: Problem installing new document class

2003-11-22 Thread Ronald Florence
Matej Cepl [EMAIL PROTECTED] writes:

  Actually, it would be better to put new files that are not part
  of the
  normal teTeX distribution in .../share/texmf.local/tex/latex/. 
  The .../share/texmf/tex/latex hierarchy could be overwritten by
  an upgrade of teTeX.
 
 That's probably something from Mac world. Here in Unix world
 anything in /usr/local should never be touched by any packager.

Matej,

Mac's run Unix, and there are quite a few teTeX installations which
overwrite /usr/local/teTeX.
-- 

Ronald Florence www.18james.com



Re: Problem installing new document class

2003-11-22 Thread Herbert Voß
Ronald Florence schrieb:
Matej Cepl [EMAIL PROTECTED] writes:


Actually, it would be better to put new files that are not part
of the
normal teTeX distribution in .../share/texmf.local/tex/latex/. 
The .../share/texmf/tex/latex hierarchy could be overwritten by
an upgrade of teTeX.
That's probably something from Mac world. Here in Unix world
anything in /usr/local should never be touched by any packager.


Matej,

Mac's run Unix, and there are quite a few teTeX installations which
overwrite /usr/local/teTeX.
that is correct and the reason why the new TeXLive
creates
drwxr-xr-x5 voss users 120 2003-08-28 20:32 FAQ
drwxr-xr-x3 voss users  80 2003-08-28 21:16 bin
drwxr-xr-x2 voss users1616 2003-08-28 21:20 info
drwxr-xr-x6 voss users 216 2003-08-28 21:20 man
drwxr-xr-x   33 voss users 912 2003-11-21 18:17 texmf
drwxr-xr-x8 voss users 216 2003-11-18 17:05 texmf-local
drwxrwxrwx6 voss users 168 2003-11-18 17:05 texmf-var
drwxr-xr-x5 voss users 120 2003-08-28 20:32 usergrps
Herbert




Re: Problem installing new document class

2003-11-22 Thread Ronald Florence
Matej Cepl <[EMAIL PROTECTED]> writes:

> > Actually, it would be better to put new files that are not part
> > of the
> > normal teTeX distribution in .../share/texmf.local/tex/latex/. 
> > The .../share/texmf/tex/latex hierarchy could be overwritten by
> > an upgrade of teTeX.
> 
> That's probably something from Mac world. Here in Unix world
> anything in /usr/local should never be touched by any packager.

Matej,

Mac's run Unix, and there are quite a few teTeX installations which
overwrite /usr/local/teTeX.
-- 

Ronald Florence www.18james.com



Re: Problem installing new document class

2003-11-22 Thread Herbert Voß
Ronald Florence schrieb:
Matej Cepl <[EMAIL PROTECTED]> writes:


Actually, it would be better to put new files that are not part
of the
normal teTeX distribution in .../share/texmf.local/tex/latex/. 
The .../share/texmf/tex/latex hierarchy could be overwritten by
an upgrade of teTeX.
That's probably something from Mac world. Here in Unix world
anything in /usr/local should never be touched by any packager.


Matej,

Mac's run Unix, and there are quite a few teTeX installations which
overwrite /usr/local/teTeX.
that is correct and the reason why the new TeXLive
creates
drwxr-xr-x5 voss users 120 2003-08-28 20:32 FAQ
drwxr-xr-x3 voss users  80 2003-08-28 21:16 bin
drwxr-xr-x2 voss users1616 2003-08-28 21:20 info
drwxr-xr-x6 voss users 216 2003-08-28 21:20 man
drwxr-xr-x   33 voss users 912 2003-11-21 18:17 texmf
drwxr-xr-x8 voss users 216 2003-11-18 17:05 texmf-local
drwxrwxrwx6 voss users 168 2003-11-18 17:05 texmf-var
drwxr-xr-x5 voss users 120 2003-08-28 20:32 usergrps
Herbert




Problem installing new document class

2003-11-21 Thread Sander Klous
Hi,

I have lyx1.3.3 installed on RH7.3

I downloaded the elsart.layout from

http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/layouts/

and installed it in ~/.lyx/layouts

In the same directory I have elsart.sty, elsart12.sty and elsart.cls
that I downloaded from elsevier and amssymb.sty that I downloaded from

http://www.itk.org/cgi-bin/cvsweb.cgi/Docs/InsightDocuments/Latex/amssymb.sty?cvsroot=Insight

I ran lyx-reconfigure.

In the output it says:

+checking for document class elsart [elsart,amssymb.sty]... no

And I don't get a listing in lyx-document-class.

What's wrong?

Thanks,
Sander


Re: Problem installing new document class

2003-11-21 Thread Rich Shepard
On Fri, 21 Nov 2003, Sander Klous wrote:

 I downloaded the elsart.layout from
 and installed it in ~/.lyx/layouts

  That's good, Sander.

 In the same directory I have elsart.sty, elsart12.sty and elsart.cls
 that I downloaded from elsevier and amssymb.sty that I downloaded from

  You'll want to put the .sty and .cls files with others in their tribe. On
my RH 7.3 system (with LyX-1.3.3) I would put the .sty files in
/usr/share/texmf/tex/latex/misc/ and the .cls file in
/usr/share/texmf/ptex/platex/base/.

  Then, as root, run 'texhash'.

 I ran lyx-reconfigure.

  Run this again, shut-down LyX, and restart it. You should find your styles
there.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: Problem installing new document class

2003-11-21 Thread Matej Cepl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Rich Shepard wrote:
 the .cls file in
 /usr/share/texmf/ptex/platex/base/.

Since when is Elsevier in Poland (platex in tex/platex is a clone
of TeX for Poles)? BTW, you can certainly throw both .cls and
.sty file to the same directory (you will find easier).
Moreover, it is probably better to put these files into 
/usr/local/share/texmf/tex/latex/elsevier (if this directory
doesn't exist create it with mkdir -p) -- then you will remember
that these files which you downloaded from somewhere else than
with your distribution and you can be sure, that these won't be
wiped out with the next update of TeTeX (OK, they _should_
survive update, but there are so many broken packages around).

Matej

- -- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/vsYM4J/vJdlkhKwRAuAxAJ0fe6TDGjM4sVD0EN1G495WGxGuDQCdE5zq
4W/fYdh6vbooa+pQQ87Rzt4=
=16q4
-END PGP SIGNATURE-



Re: Problem installing new document class

2003-11-21 Thread Rich Shepard
On Fri, 21 Nov 2003, Matej Cepl wrote:

 Since when is Elsevier in Poland (platex in tex/platex is a clone
 of TeX for Poles)? BTW, you can certainly throw both .cls and
 .sty file to the same directory (you will find easier).

  Only since I copied the wrong line from the output of 'locate'. :-)

 Moreover, it is probably better to put these files into
 /usr/local/share/texmf/tex/latex/elsevier (if this directory
 doesn't exist create it with mkdir -p) -- then you will remember
 that these files which you downloaded from somewhere else than
 with your distribution and you can be sure, that these won't be
 wiped out with the next update of TeTeX (OK, they _should_
 survive update, but there are so many broken packages around).

  The general idea was sound, however.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: Problem installing new document class

2003-11-21 Thread Ronald Florence
Matej Cepl [EMAIL PROTECTED] writes:

 Moreover, it is probably better to put these files into 
 /usr/local/share/texmf/tex/latex/elsevier (if this directory
 doesn't exist create it with mkdir -p) -- then you will remember
 that these files which you downloaded from somewhere else than
 with your distribution and you can be sure, that these won't be
 wiped out with the next update of TeTeX (OK, they _should_
 survive update, but there are so many broken packages around).

Actually, it would be better to put new files that are not part of the
normal teTeX distribution in .../share/texmf.local/tex/latex/.  The
.../share/texmf/tex/latex hierarchy could be overwritten by an upgrade
of teTeX.
-- 

Ronald Florence www.18james.com



Re: Problem installing new document class

2003-11-21 Thread Matej Cepl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ronald Florence wrote:
 /usr/local/share/texmf/tex/latex/elsevier (if this directory

 Actually, it would be better to put new files that are not part
 of the
 normal teTeX distribution in .../share/texmf.local/tex/latex/. 
 The .../share/texmf/tex/latex hierarchy could be overwritten by
 an upgrade of teTeX.

That's probably something from Mac world. Here in Unix world
anything in /usr/local should never be touched by any packager.

Matej

- -- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/vuO94J/vJdlkhKwRAs+jAJ47Fri+THRSYzyajxsdkDkaWkZpSgCfRp0A
F+46a5hRIZ+n0k46C1fHXE4=
=8RtG
-END PGP SIGNATURE-



Problem installing new document class

2003-11-21 Thread Sander Klous
Hi,

I have lyx1.3.3 installed on RH7.3

I downloaded the elsart.layout from

http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/layouts/

and installed it in ~/.lyx/layouts

In the same directory I have elsart.sty, elsart12.sty and elsart.cls
that I downloaded from elsevier and amssymb.sty that I downloaded from

http://www.itk.org/cgi-bin/cvsweb.cgi/Docs/InsightDocuments/Latex/amssymb.sty?cvsroot=Insight

I ran lyx-reconfigure.

In the output it says:

+checking for document class elsart [elsart,amssymb.sty]... no

And I don't get a listing in lyx-document-class.

What's wrong?

Thanks,
Sander


Re: Problem installing new document class

2003-11-21 Thread Rich Shepard
On Fri, 21 Nov 2003, Sander Klous wrote:

 I downloaded the elsart.layout from
 and installed it in ~/.lyx/layouts

  That's good, Sander.

 In the same directory I have elsart.sty, elsart12.sty and elsart.cls
 that I downloaded from elsevier and amssymb.sty that I downloaded from

  You'll want to put the .sty and .cls files with others in their tribe. On
my RH 7.3 system (with LyX-1.3.3) I would put the .sty files in
/usr/share/texmf/tex/latex/misc/ and the .cls file in
/usr/share/texmf/ptex/platex/base/.

  Then, as root, run 'texhash'.

 I ran lyx-reconfigure.

  Run this again, shut-down LyX, and restart it. You should find your styles
there.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: Problem installing new document class

2003-11-21 Thread Matej Cepl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Rich Shepard wrote:
 the .cls file in
 /usr/share/texmf/ptex/platex/base/.

Since when is Elsevier in Poland (platex in tex/platex is a clone
of TeX for Poles)? BTW, you can certainly throw both .cls and
.sty file to the same directory (you will find easier).
Moreover, it is probably better to put these files into 
/usr/local/share/texmf/tex/latex/elsevier (if this directory
doesn't exist create it with mkdir -p) -- then you will remember
that these files which you downloaded from somewhere else than
with your distribution and you can be sure, that these won't be
wiped out with the next update of TeTeX (OK, they _should_
survive update, but there are so many broken packages around).

Matej

- -- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/vsYM4J/vJdlkhKwRAuAxAJ0fe6TDGjM4sVD0EN1G495WGxGuDQCdE5zq
4W/fYdh6vbooa+pQQ87Rzt4=
=16q4
-END PGP SIGNATURE-



Re: Problem installing new document class

2003-11-21 Thread Rich Shepard
On Fri, 21 Nov 2003, Matej Cepl wrote:

 Since when is Elsevier in Poland (platex in tex/platex is a clone
 of TeX for Poles)? BTW, you can certainly throw both .cls and
 .sty file to the same directory (you will find easier).

  Only since I copied the wrong line from the output of 'locate'. :-)

 Moreover, it is probably better to put these files into
 /usr/local/share/texmf/tex/latex/elsevier (if this directory
 doesn't exist create it with mkdir -p) -- then you will remember
 that these files which you downloaded from somewhere else than
 with your distribution and you can be sure, that these won't be
 wiped out with the next update of TeTeX (OK, they _should_
 survive update, but there are so many broken packages around).

  The general idea was sound, however.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: Problem installing new document class

2003-11-21 Thread Ronald Florence
Matej Cepl [EMAIL PROTECTED] writes:

 Moreover, it is probably better to put these files into 
 /usr/local/share/texmf/tex/latex/elsevier (if this directory
 doesn't exist create it with mkdir -p) -- then you will remember
 that these files which you downloaded from somewhere else than
 with your distribution and you can be sure, that these won't be
 wiped out with the next update of TeTeX (OK, they _should_
 survive update, but there are so many broken packages around).

Actually, it would be better to put new files that are not part of the
normal teTeX distribution in .../share/texmf.local/tex/latex/.  The
.../share/texmf/tex/latex hierarchy could be overwritten by an upgrade
of teTeX.
-- 

Ronald Florence www.18james.com



Re: Problem installing new document class

2003-11-21 Thread Matej Cepl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ronald Florence wrote:
 /usr/local/share/texmf/tex/latex/elsevier (if this directory

 Actually, it would be better to put new files that are not part
 of the
 normal teTeX distribution in .../share/texmf.local/tex/latex/. 
 The .../share/texmf/tex/latex hierarchy could be overwritten by
 an upgrade of teTeX.

That's probably something from Mac world. Here in Unix world
anything in /usr/local should never be touched by any packager.

Matej

- -- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/vuO94J/vJdlkhKwRAs+jAJ47Fri+THRSYzyajxsdkDkaWkZpSgCfRp0A
F+46a5hRIZ+n0k46C1fHXE4=
=8RtG
-END PGP SIGNATURE-



Problem installing new document class

2003-11-21 Thread Sander Klous
Hi,

I have lyx1.3.3 installed on RH7.3

I downloaded the elsart.layout from

http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/layouts/

and installed it in ~/.lyx/layouts

In the same directory I have elsart.sty, elsart12.sty and elsart.cls
that I downloaded from elsevier and amssymb.sty that I downloaded from

http://www.itk.org/cgi-bin/cvsweb.cgi/Docs/InsightDocuments/Latex/amssymb.sty?cvsroot=Insight

I ran lyx->reconfigure.

In the output it says:

+checking for document class elsart [elsart,amssymb.sty]... no

And I don't get a listing in lyx->document->class.

What's wrong?

Thanks,
Sander


Re: Problem installing new document class

2003-11-21 Thread Rich Shepard
On Fri, 21 Nov 2003, Sander Klous wrote:

> I downloaded the elsart.layout from
> and installed it in ~/.lyx/layouts

  That's good, Sander.

> In the same directory I have elsart.sty, elsart12.sty and elsart.cls
> that I downloaded from elsevier and amssymb.sty that I downloaded from

  You'll want to put the .sty and .cls files with others in their tribe. On
my RH 7.3 system (with LyX-1.3.3) I would put the .sty files in
/usr/share/texmf/tex/latex/misc/ and the .cls file in
/usr/share/texmf/ptex/platex/base/.

  Then, as root, run 'texhash'.

> I ran lyx->reconfigure.

  Run this again, shut-down LyX, and restart it. You should find your styles
there.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)



Re: Problem installing new document class

2003-11-21 Thread Matej Cepl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Rich Shepard wrote:
> the .cls file in
> /usr/share/texmf/ptex/platex/base/.

Since when is Elsevier in Poland (platex in tex/platex is a clone
of TeX for Poles)? BTW, you can certainly throw both .cls and
.sty file to the same directory (you will find easier).
Moreover, it is probably better to put these files into 
/usr/local/share/texmf/tex/latex/elsevier (if this directory
doesn't exist create it with mkdir -p) -- then you will remember
that these files which you downloaded from somewhere else than
with your distribution and you can be sure, that these won't be
wiped out with the next update of TeTeX (OK, they _should_
survive update, but there are so many broken packages around).

Matej

- -- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/vsYM4J/vJdlkhKwRAuAxAJ0fe6TDGjM4sVD0EN1G495WGxGuDQCdE5zq
4W/fYdh6vbooa+pQQ87Rzt4=
=16q4
-END PGP SIGNATURE-



Re: Problem installing new document class

2003-11-21 Thread Rich Shepard
On Fri, 21 Nov 2003, Matej Cepl wrote:

> Since when is Elsevier in Poland (platex in tex/platex is a clone
> of TeX for Poles)? BTW, you can certainly throw both .cls and
> .sty file to the same directory (you will find easier).

  Only since I copied the wrong line from the output of 'locate'. :-)

> Moreover, it is probably better to put these files into
> /usr/local/share/texmf/tex/latex/elsevier (if this directory
> doesn't exist create it with mkdir -p) -- then you will remember
> that these files which you downloaded from somewhere else than
> with your distribution and you can be sure, that these won't be
> wiped out with the next update of TeTeX (OK, they _should_
> survive update, but there are so many broken packages around).

  The general idea was sound, however.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)



Re: Problem installing new document class

2003-11-21 Thread Ronald Florence
Matej Cepl <[EMAIL PROTECTED]> writes:

> Moreover, it is probably better to put these files into 
> /usr/local/share/texmf/tex/latex/elsevier (if this directory
> doesn't exist create it with mkdir -p) -- then you will remember
> that these files which you downloaded from somewhere else than
> with your distribution and you can be sure, that these won't be
> wiped out with the next update of TeTeX (OK, they _should_
> survive update, but there are so many broken packages around).

Actually, it would be better to put new files that are not part of the
normal teTeX distribution in .../share/texmf.local/tex/latex/.  The
.../share/texmf/tex/latex hierarchy could be overwritten by an upgrade
of teTeX.
-- 

Ronald Florence www.18james.com



Re: Problem installing new document class

2003-11-21 Thread Matej Cepl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ronald Florence wrote:
> /usr/local/share/texmf/tex/latex/elsevier (if this directory

> Actually, it would be better to put new files that are not part
> of the
> normal teTeX distribution in .../share/texmf.local/tex/latex/. 
> The .../share/texmf/tex/latex hierarchy could be overwritten by
> an upgrade of teTeX.

That's probably something from Mac world. Here in Unix world
anything in /usr/local should never be touched by any packager.

Matej

- -- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/vuO94J/vJdlkhKwRAs+jAJ47Fri+THRSYzyajxsdkDkaWkZpSgCfRp0A
F+46a5hRIZ+n0k46C1fHXE4=
=8RtG
-END PGP SIGNATURE-