missing textclass cv?

2004-06-26 Thread Nirmal Govind
Hi.. I'm trying to open a LyX document that was created using the cv 
layout, on LyX/Mac 1.3.4 on OS X.. I get the error message that the 
textclass is missing. I see that cv.cls exists in 
/Applications/LyXbinary.app/Contents/Resources/LyX/tex/cv.cls and 
cv.layout exists in 
/Applications/LyXbinary.app/Contents/Resources/LyX/layouts/cv.layout 
... but when I do a reconfigure in LyX from the shell, this is what 
I see:

+checking for document class cv [cv]... no
Any ideas why this is so and potential solutions?
Thanks,
nirmal


Re: missing textclass cv?

2004-06-26 Thread Marc Jeffrey Driftmeyer
Underneath LyX Help there is a section about adding classes and other 
packages.

Inside the instructions it makes mention that texhash needs to be run.

I am not exactly sure where Ron has set up LyX/Mac local package support but 
I'm sure Mr. Florence has some better information on this matter.

For myself Debian GNU/Linux my stuff goes under /usr/local/share/texmf/

which consists of the following layout:

/usr/local/share/texmf/

-ls -R  and tex/

underneath tex/ is /latex/

underneath latex/ are my packages in their own directories named exactly like 
their macro names.

memoir has a memoir/
pdfdraftcopy has a pdfdraftcopy/

so on and so forth.

At /usr/local/share/texmf I run texhash

/usr/local/share/texmftexhash

It regenerates what packages are available and includes them inside the ls-R 
file.

Launch LyX and run Reconfigure works for me every time.

-Marc

On Saturday 26 June 2004 02:15 am, Nirmal Govind wrote:
 Hi.. I'm trying to open a LyX document that was created using the cv
 layout, on LyX/Mac 1.3.4 on OS X.. I get the error message that the
 textclass is missing. I see that cv.cls exists in
 /Applications/LyXbinary.app/Contents/Resources/LyX/tex/cv.cls and
 cv.layout exists in
 /Applications/LyXbinary.app/Contents/Resources/LyX/layouts/cv.layout
 ... but when I do a reconfigure in LyX from the shell, this is what
 I see:

 +checking for document class cv [cv]... no

 Any ideas why this is so and potential solutions?

 Thanks,
 nirmal


Re: Problems with umlaut in index entry

2004-06-26 Thread Juergen Spitzmueller
Robert Neumann wrote:
 LaTeX Error: Command \textcurrency unavailable in encoding T1.
    \item test\~A\IeC {\textcurrency }
                                        , 5

 I am using Lyx 1.3.4 on SuSE Linux 9.1

I'd say this is a problem with SuSE's change to unicode, but I could be worng 
(personally, I have switched off unicode encoding in 9.1).

Jürgen.


Re: missing textclass cv?

2004-06-26 Thread Ronald Florence
Marc Jeffrey Driftmeyer [EMAIL PROTECTED] writes:

 I am not exactly sure where Ron has set up LyX/Mac local package support but 
 I'm sure Mr. Florence has some better information on this matter.

The stock LyX/Mac installation creates a local teTeX directory in
/usr/local/teTeX/share/texmf.local/tex/latex if you installed Gerben
Wierda's teTeX or in /sw/etc/texmf.local/tex/latex if you installed
teTeX from fink.  The teTeX files for latex preview and for srcltx get
installed there during the LyX/Mac installation.

You can add your cv.cls files in whichever directory was created on
your installation and run texhash.

The installation could automatically install classes like cv,
hollywood, broadway, and lyxchess -- I never thought of it.
-- 

Ronald Florence ron.18james.com



Re: missing textclass cv?

2004-06-26 Thread Uwe Stöhr
Ronald Florence wrote:
You can add your cv.cls files in whichever directory was created on
your installation and run texhash.
The installation could automatically install classes like cv,
hollywood, broadway, and lyxchess -- I never thought of it.
Note that the package 'cv' that could be installed by teTeX or other 
LaTeX distributions is not the same as the one LyX is searching for 
while reconfiguration. LyX's cv-class was written by Jean-Marc 
Lasgouttes, but the official cv (official because it was the first on 
www.CTAN.org) was written by Philipp Maier.
To use LyX's cv, copy the file cv.cls from lyx/share/lyx/tex to a teTeX 
directory, refresh teTeX file database and then reconfigure LyX.

Mr. Lasgouttes should prepare his package with another name for CTAN to 
avoid problems.

For further information: There is a new LaTeX-package named europecv, 
that implements the guidelines of the european community for writing 
curriculum vitaes.

regards Uwe


LyX Xforms Mandrake 10.0 Official

2004-06-26 Thread Ladislav Me
I solved the problem as follows:
1) uninstalled apparently broken libforms 1.0 RPM supplied in the 
official Mandrake 10.0 distribution
2) installed Xforms-1.0.90
3) installed lyx-1.3.4
4) it worked

-Ladislav


Re: LyX Xforms Mandrake 10.0 Official

2004-06-26 Thread Angus Leeming
Ladislav Me?í? wrote:

 I solved the problem as follows:
 
 1) uninstalled apparently broken libforms 1.0 RPM supplied in the
 official Mandrake 10.0 distribution
 2) installed Xforms-1.0.90
 3) installed lyx-1.3.4
 4) it worked

W, that's a good thing to do anyway, but I'm doubtful that you got
to the bottom of the real problem.

Incidentally, wearing my maintainer of xforms hat, can I ask if you built
the XForms-1.0.90 rpm and installed that? I've only ever tried building
rpms for a Fedora machine and would be interested to see whether all works
as expected on Mandrake.

If you're willing to try, then here's the prescription that I posted to the
xforms list describing how to build the rpms (as non-root) by:

1. creating a file .rpmmacros:
$ cat ~/.rpmmacros
%_topdir /home/angus/rpm

2. generating the necessary subdirectories of ~/rpm
$ mkdir ~/rpm
$ cd ~/rpm
$ mkdir -p RPMS/i386 RPMS/noarch SRPMS SOURCES BUILD SPECS

Thereafter I can build the rpms as non-root with
$ cd ~/xforms/cvs/build
$ make rpmdist

The rpms are generated as expected:
$ cd ~/rpm/RPMS/i386/
$ ls
xforms-1.0.90-1.i386.rpm
xforms-devel-1.0.90-1.i386.rpm
xforms-debuginfo-1.0.90-1.i386.rpm

Don't worry about the debuginfo rpm, but the other two can be installed in
the /usr/local tree (as they're not official Mandrake versions) with your
equivalent of

$ su
$ rpm -Uvh --prefix /usr/local \
/home/angus/rpm/RPMS/i386/xforms-1.0.90-1.i386.rpm

If you'd try this out, I'd be very grateful.

Regards,
-- 
Angus



Re: missing textclass cv?

2004-06-26 Thread Nirmal Govind
Thanks folks for all the help.. I guess I never ran into this 
problem in Linux... I put the cls file in my local texmf folder 
(which is in /Users/myhomedirectory/ since it's easier when I do a 
backup to have all my files in one place) and everything's fine now..

nirmal


Re: LyX Xforms Mandrake 10.0 Official

2004-06-26 Thread Ladislav Mecir
Angus Leeming napsal(a):
...
If you'd try this out, I'd be very grateful.
 

I plan to do it on Monday. Can you send me a similar info for LyX?
-L


missing textclass cv?

2004-06-26 Thread Nirmal Govind
Hi.. I'm trying to open a LyX document that was created using the cv 
layout, on LyX/Mac 1.3.4 on OS X.. I get the error message that the 
textclass is missing. I see that cv.cls exists in 
/Applications/LyXbinary.app/Contents/Resources/LyX/tex/cv.cls and 
cv.layout exists in 
/Applications/LyXbinary.app/Contents/Resources/LyX/layouts/cv.layout 
... but when I do a reconfigure in LyX from the shell, this is what 
I see:

+checking for document class cv [cv]... no
Any ideas why this is so and potential solutions?
Thanks,
nirmal


Re: missing textclass cv?

2004-06-26 Thread Marc Jeffrey Driftmeyer
Underneath LyX Help there is a section about adding classes and other 
packages.

Inside the instructions it makes mention that texhash needs to be run.

I am not exactly sure where Ron has set up LyX/Mac local package support but 
I'm sure Mr. Florence has some better information on this matter.

For myself Debian GNU/Linux my stuff goes under /usr/local/share/texmf/

which consists of the following layout:

/usr/local/share/texmf/

-ls -R  and tex/

underneath tex/ is /latex/

underneath latex/ are my packages in their own directories named exactly like 
their macro names.

memoir has a memoir/
pdfdraftcopy has a pdfdraftcopy/

so on and so forth.

At /usr/local/share/texmf I run texhash

/usr/local/share/texmftexhash

It regenerates what packages are available and includes them inside the ls-R 
file.

Launch LyX and run Reconfigure works for me every time.

-Marc

On Saturday 26 June 2004 02:15 am, Nirmal Govind wrote:
 Hi.. I'm trying to open a LyX document that was created using the cv
 layout, on LyX/Mac 1.3.4 on OS X.. I get the error message that the
 textclass is missing. I see that cv.cls exists in
 /Applications/LyXbinary.app/Contents/Resources/LyX/tex/cv.cls and
 cv.layout exists in
 /Applications/LyXbinary.app/Contents/Resources/LyX/layouts/cv.layout
 ... but when I do a reconfigure in LyX from the shell, this is what
 I see:

 +checking for document class cv [cv]... no

 Any ideas why this is so and potential solutions?

 Thanks,
 nirmal


Re: Problems with umlaut in index entry

2004-06-26 Thread Juergen Spitzmueller
Robert Neumann wrote:
 LaTeX Error: Command \textcurrency unavailable in encoding T1.
    \item test\~A\IeC {\textcurrency }
                                        , 5

 I am using Lyx 1.3.4 on SuSE Linux 9.1

I'd say this is a problem with SuSE's change to unicode, but I could be worng 
(personally, I have switched off unicode encoding in 9.1).

Jürgen.


Re: missing textclass cv?

2004-06-26 Thread Ronald Florence
Marc Jeffrey Driftmeyer [EMAIL PROTECTED] writes:

 I am not exactly sure where Ron has set up LyX/Mac local package support but 
 I'm sure Mr. Florence has some better information on this matter.

The stock LyX/Mac installation creates a local teTeX directory in
/usr/local/teTeX/share/texmf.local/tex/latex if you installed Gerben
Wierda's teTeX or in /sw/etc/texmf.local/tex/latex if you installed
teTeX from fink.  The teTeX files for latex preview and for srcltx get
installed there during the LyX/Mac installation.

You can add your cv.cls files in whichever directory was created on
your installation and run texhash.

The installation could automatically install classes like cv,
hollywood, broadway, and lyxchess -- I never thought of it.
-- 

Ronald Florence ron.18james.com



Re: missing textclass cv?

2004-06-26 Thread Uwe Stöhr
Ronald Florence wrote:
You can add your cv.cls files in whichever directory was created on
your installation and run texhash.
The installation could automatically install classes like cv,
hollywood, broadway, and lyxchess -- I never thought of it.
Note that the package 'cv' that could be installed by teTeX or other 
LaTeX distributions is not the same as the one LyX is searching for 
while reconfiguration. LyX's cv-class was written by Jean-Marc 
Lasgouttes, but the official cv (official because it was the first on 
www.CTAN.org) was written by Philipp Maier.
To use LyX's cv, copy the file cv.cls from lyx/share/lyx/tex to a teTeX 
directory, refresh teTeX file database and then reconfigure LyX.

Mr. Lasgouttes should prepare his package with another name for CTAN to 
avoid problems.

For further information: There is a new LaTeX-package named europecv, 
that implements the guidelines of the european community for writing 
curriculum vitaes.

regards Uwe


LyX Xforms Mandrake 10.0 Official

2004-06-26 Thread Ladislav Me
I solved the problem as follows:
1) uninstalled apparently broken libforms 1.0 RPM supplied in the 
official Mandrake 10.0 distribution
2) installed Xforms-1.0.90
3) installed lyx-1.3.4
4) it worked

-Ladislav


Re: LyX Xforms Mandrake 10.0 Official

2004-06-26 Thread Angus Leeming
Ladislav Me?í? wrote:

 I solved the problem as follows:
 
 1) uninstalled apparently broken libforms 1.0 RPM supplied in the
 official Mandrake 10.0 distribution
 2) installed Xforms-1.0.90
 3) installed lyx-1.3.4
 4) it worked

W, that's a good thing to do anyway, but I'm doubtful that you got
to the bottom of the real problem.

Incidentally, wearing my maintainer of xforms hat, can I ask if you built
the XForms-1.0.90 rpm and installed that? I've only ever tried building
rpms for a Fedora machine and would be interested to see whether all works
as expected on Mandrake.

If you're willing to try, then here's the prescription that I posted to the
xforms list describing how to build the rpms (as non-root) by:

1. creating a file .rpmmacros:
$ cat ~/.rpmmacros
%_topdir /home/angus/rpm

2. generating the necessary subdirectories of ~/rpm
$ mkdir ~/rpm
$ cd ~/rpm
$ mkdir -p RPMS/i386 RPMS/noarch SRPMS SOURCES BUILD SPECS

Thereafter I can build the rpms as non-root with
$ cd ~/xforms/cvs/build
$ make rpmdist

The rpms are generated as expected:
$ cd ~/rpm/RPMS/i386/
$ ls
xforms-1.0.90-1.i386.rpm
xforms-devel-1.0.90-1.i386.rpm
xforms-debuginfo-1.0.90-1.i386.rpm

Don't worry about the debuginfo rpm, but the other two can be installed in
the /usr/local tree (as they're not official Mandrake versions) with your
equivalent of

$ su
$ rpm -Uvh --prefix /usr/local \
/home/angus/rpm/RPMS/i386/xforms-1.0.90-1.i386.rpm

If you'd try this out, I'd be very grateful.

Regards,
-- 
Angus



Re: missing textclass cv?

2004-06-26 Thread Nirmal Govind
Thanks folks for all the help.. I guess I never ran into this 
problem in Linux... I put the cls file in my local texmf folder 
(which is in /Users/myhomedirectory/ since it's easier when I do a 
backup to have all my files in one place) and everything's fine now..

nirmal


Re: LyX Xforms Mandrake 10.0 Official

2004-06-26 Thread Ladislav Mecir
Angus Leeming napsal(a):
...
If you'd try this out, I'd be very grateful.
 

I plan to do it on Monday. Can you send me a similar info for LyX?
-L


missing textclass cv?

2004-06-26 Thread Nirmal Govind
Hi.. I'm trying to open a LyX document that was created using the cv 
layout, on LyX/Mac 1.3.4 on OS X.. I get the error message that the 
textclass is missing. I see that cv.cls exists in 
/Applications/LyXbinary.app/Contents/Resources/LyX/tex/cv.cls and 
cv.layout exists in 
/Applications/LyXbinary.app/Contents/Resources/LyX/layouts/cv.layout 
... but when I do a reconfigure in LyX from the shell, this is what 
I see:

+checking for document class cv [cv]... no
Any ideas why this is so and potential solutions?
Thanks,
nirmal


Re: missing textclass cv?

2004-06-26 Thread Marc Jeffrey Driftmeyer
Underneath LyX Help there is a section about adding classes and other 
packages.

Inside the instructions it makes mention that texhash needs to be run.

I am not exactly sure where Ron has set up LyX/Mac local package support but 
I'm sure Mr. Florence has some better information on this matter.

For myself Debian GNU/Linux my stuff goes under /usr/local/share/texmf/

which consists of the following layout:

/usr/local/share/texmf/

->ls -R  and tex/

underneath tex/ is /latex/

underneath latex/ are my packages in their own directories named exactly like 
their macro names.

memoir has a memoir/
pdfdraftcopy has a pdfdraftcopy/

so on and so forth.

At /usr/local/share/texmf I run texhash

/usr/local/share/texmf>texhash

It regenerates what packages are available and includes them inside the ls-R 
file.

Launch LyX and run Reconfigure works for me every time.

-Marc

On Saturday 26 June 2004 02:15 am, Nirmal Govind wrote:
> Hi.. I'm trying to open a LyX document that was created using the cv
> layout, on LyX/Mac 1.3.4 on OS X.. I get the error message that the
> textclass is missing. I see that cv.cls exists in
> /Applications/LyXbinary.app/Contents/Resources/LyX/tex/cv.cls and
> cv.layout exists in
> /Applications/LyXbinary.app/Contents/Resources/LyX/layouts/cv.layout
> ... but when I do a reconfigure in LyX from the shell, this is what
> I see:
>
> +checking for document class cv [cv]... no
>
> Any ideas why this is so and potential solutions?
>
> Thanks,
> nirmal


Re: Problems with umlaut in index entry

2004-06-26 Thread Juergen Spitzmueller
Robert Neumann wrote:
> LaTeX Error: Command \textcurrency unavailable in encoding T1.
>    \item test\~A\IeC {\textcurrency }
>                                        , 5
>
> I am using Lyx 1.3.4 on SuSE Linux 9.1

I'd say this is a problem with SuSE's change to unicode, but I could be worng 
(personally, I have switched off unicode encoding in 9.1).

Jürgen.


Re: missing textclass cv?

2004-06-26 Thread Ronald Florence
Marc Jeffrey Driftmeyer <[EMAIL PROTECTED]> writes:

> I am not exactly sure where Ron has set up LyX/Mac local package support but 
> I'm sure Mr. Florence has some better information on this matter.

The stock LyX/Mac installation creates a local teTeX directory in
/usr/local/teTeX/share/texmf.local/tex/latex if you installed Gerben
Wierda's teTeX or in /sw/etc/texmf.local/tex/latex if you installed
teTeX from fink.  The teTeX files for latex preview and for srcltx get
installed there during the LyX/Mac installation.

You can add your cv.cls files in whichever directory was created on
your installation and run texhash.

The installation could automatically install classes like cv,
hollywood, broadway, and lyxchess -- I never thought of it.
-- 

Ronald Florence ron.18james.com



Re: missing textclass cv?

2004-06-26 Thread Uwe Stöhr
Ronald Florence wrote:
You can add your cv.cls files in whichever directory was created on
your installation and run texhash.
The installation could automatically install classes like cv,
hollywood, broadway, and lyxchess -- I never thought of it.
Note that the package 'cv' that could be installed by teTeX or other 
LaTeX distributions is not the same as the one LyX is searching for 
while reconfiguration. LyX's cv-class was written by Jean-Marc 
Lasgouttes, but the official cv (official because it was the first on 
www.CTAN.org) was written by Philipp Maier.
To use LyX's cv, copy the file cv.cls from lyx/share/lyx/tex to a teTeX 
directory, refresh teTeX file database and then reconfigure LyX.

Mr. Lasgouttes should prepare his package with another name for CTAN to 
avoid problems.

For further information: There is a new LaTeX-package named europecv, 
that implements the guidelines of the european community for writing 
curriculum vitaes.

regards Uwe


LyX Xforms Mandrake 10.0 Official

2004-06-26 Thread Ladislav Mečíř
I solved the problem as follows:
1) uninstalled apparently broken libforms 1.0 RPM supplied in the 
official Mandrake 10.0 distribution
2) installed Xforms-1.0.90
3) installed lyx-1.3.4
4) it worked

-Ladislav


Re: LyX Xforms Mandrake 10.0 Official

2004-06-26 Thread Angus Leeming
Ladislav Me?í? wrote:

> I solved the problem as follows:
> 
> 1) uninstalled apparently broken libforms 1.0 RPM supplied in the
> official Mandrake 10.0 distribution
> 2) installed Xforms-1.0.90
> 3) installed lyx-1.3.4
> 4) it worked

W, that's a good thing to do anyway, but I'm doubtful that you got
to the bottom of the real problem.

Incidentally, wearing my "maintainer of xforms" hat, can I ask if you built
the XForms-1.0.90 rpm and installed that? I've only ever tried building
rpms for a Fedora machine and would be interested to see whether all works
as expected on Mandrake.

If you're willing to try, then here's the prescription that I posted to the
xforms list describing how to build the rpms (as non-root) by:

1. creating a file .rpmmacros:
$ cat ~/.rpmmacros
%_topdir /home/angus/rpm

2. generating the necessary subdirectories of ~/rpm
$ mkdir ~/rpm
$ cd ~/rpm
$ mkdir -p RPMS/i386 RPMS/noarch SRPMS SOURCES BUILD SPECS

Thereafter I can build the rpms as non-root with
$ cd ~/xforms/cvs/build
$ make rpmdist

The rpms are generated as expected:
$ cd ~/rpm/RPMS/i386/
$ ls
xforms-1.0.90-1.i386.rpm
xforms-devel-1.0.90-1.i386.rpm
xforms-debuginfo-1.0.90-1.i386.rpm

Don't worry about the debuginfo rpm, but the other two can be installed in
the /usr/local tree (as they're not official Mandrake versions) with your
equivalent of

$ su
$ rpm -Uvh --prefix /usr/local \
/home/angus/rpm/RPMS/i386/xforms-1.0.90-1.i386.rpm

If you'd try this out, I'd be very grateful.

Regards,
-- 
Angus



Re: missing textclass cv?

2004-06-26 Thread Nirmal Govind
Thanks folks for all the help.. I guess I never ran into this 
problem in Linux... I put the cls file in my local texmf folder 
(which is in /Users/myhomedirectory/ since it's easier when I do a 
backup to have all my files in one place) and everything's fine now..

nirmal


Re: LyX Xforms Mandrake 10.0 Official

2004-06-26 Thread Ladislav Mecir
Angus Leeming napsal(a):
...
If you'd try this out, I'd be very grateful.
 

I plan to do it on Monday. Can you send me a similar info for LyX?
-L