Re: Re[2]: Configuring Lyx

2000-10-12 Thread Tom Beale

I have installed Xforms from there RPM files - I thought I only had to do
that if I ran make myself - sorry I'm a beginner so I get a bit confused.

I have got a forms.h file, and I have tried compiling using
--with-extra-libraries=/usr//forms.h
but with no luck

Tom.
- Original Message -
From: Dragutin Cvetkovic <[EMAIL PROTECTED]>
To: Tom Beale <[EMAIL PROTECTED]>
Cc: Lyx Group <[EMAIL PROTECTED]>
Sent: Thursday, October 12, 2000 9:15 PM
Subject: Re[2]: Configuring Lyx


> Pozdrav Tom,
>
> Thursday, October 12, 2000, 7:40:27 PM, you wrote:
>
> T> It doesn't configure with both xforms and xforms-devel either 0.88 or
0.89.
> T> I have tried make distclean, which didn't solve it, and neither did
deleting
> T> it all and re-expanding it from the .tar archive.
>
> T> Tom.
> T> - Original Message -
> T> From: Paul E Johnson <[EMAIL PROTECTED]>
> T> To: Tom Beale <[EMAIL PROTECTED]>
> T> Sent: Thursday, October 12, 2000 1:24 PM
> T> Subject: Re: Configuring Lyx
>
>
> >> Your devel edition must match your xforms edition.  Where are you
> >> getting the rpm for 0.89?
> >>
> >> OK, so I'm just guessing.
> >>
> >> One of the most common problems is that people have configure fail, and
> >> then they install what they need, and run configure again in the same
> >> place. It uses the cached settings from the last configure. I think lyx
> >> has "make distclean" to get a fresh start. If not, you have to erase
the
> >> source tree and try again.
> >>
> >>
> >> pj
> >>
> >> Tom Beale wrote:
> >> >
> >> > I already had xforms-devel 0.88 installed.   I have now tried
installing
> >> > xforms-devel 0.89-6 but that doesn't seem to make any difference.
> >> >
> >> > Tom.
>
>
> a stupid question but have u actually made it exist in proper
> directories, you know /usr/include and such... /usr/lib ... and then
> did a ldconfig?
>
> Sve najbolje,
>  Dragutinmailto:[EMAIL PROTECTED]
>
>
>




Re: Adding a New Class

2000-10-12 Thread Jean-Pierre.Chretien


>>Date: Thu, 12 Oct 2000 16:00:55 -0400
>>From: Howard Arons <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: Adding a New Class
>>User-Agent: Mutt/1.2.4i
>>
>>I'm sorry if this has been a continuing thread on this group. I'm a
>>newbie to Lyx, but I've read the "Customizing" doc and no joy.
>>
>>I got the "akletter.cls" package from CTAN and installed it in
>>/usr/share/texmf.local/tex/latex/akletter under Debian 2.2.
>>I edited my texmf.cnf file to include my texmf.local path.
>>I ran texhash, then Lyx Opt|Reconfigure.
>>
>>After I restart Lyx the "akletter" Class does not show up. I must be
>>missing something, but what?

Unix permissions 755 on the dir and 644 on the files ?

-- 
Jean-Pierre




cross-reference limit?

2000-10-12 Thread Benjamin Korvemaker

It looks like I'm cross-reference junkie and being punished for it.

I added a couple more labels, and now part-way into the "Refs->Insert
Pretty Ref->" pulldown menu, it doesn't let me insert more references.
Is it just my installation, or is this a known limitation? (i checked
quickly didn't see it mentioned in the docs for lyx-1.1.5fix1) Fortunately,
I can still use the "Insert->Cross Reference..." pop-up, so I'm not stuck.

Thanks,
Ben
-- 
Benjamin KorvemakerChaos, panic, & disorder
[EMAIL PROTECTED] - my work here is done.

 PGP signature


Re: Adding a New Class

2000-10-12 Thread Allan Rae

On Thu, 12 Oct 2000, Howard Arons wrote:

> I'm sorry if this has been a continuing thread on this group. I'm a
> newbie to Lyx, but I've read the "Customizing" doc and no joy.
> 
> I got the "akletter.cls" package from CTAN and installed it in
> /usr/share/texmf.local/tex/latex/akletter under Debian 2.2.
> I edited my texmf.cnf file to include my texmf.local path.
> I ran texhash, then Lyx Opt|Reconfigure.
> 
> After I restart Lyx the "akletter" Class does not show up. I must be
> missing something, but what?

akletter.layout

You'll have to write this yourself as Customisation describes.  One way to
start is to find an existing document class LyX supports that has similar
paragraph styles and copy and modify that.

Allan. (ARRae)




spec files and patches for building gcc, egcs & pgcc

2000-10-12 Thread Allan Rae


During the last week a couple of people on both the user and developers
lists have complained bitterly about RH-7.0's gcc release and the desire
to switch to gcc-2.95.2.  Others have then countered with arguements that
they can't get a gcc-2.95.2 working properly or it gives dumb errors or
some other complaint.  I offered my spec files and patches for those who
wanted them and present them here now.

I have three compilers co-existing on my development system:
gcc-2.95.2, egcs-1.1.2 and pgcc-2.95.3

where gcc is the key compiler and the other two have been repackaged to
fit in with it.  pgcc shares cpp with gcc for example, although a separate
cpp package is built from the pgcc srpm.  I can't guarantee any
installation that leaves out the gcc packages.  You may also get some
complaints from rpm about the libstdc++ package versions -- ignore them.
I've bundled gcc's libstdc++ into the gcc-c++ rpm to avoid name classes
with the other two systems -- besides all these libraries are local
anyway.  The spec file adds symlinks from /lib to the appropriate
libraries so there are no problems finding the libraries.

I used the same src.rpm on three distro's:
SuSE-6.3, Mandrake-6.1 and Red Hat-6.0

The attached tar file contains:
RPM/compilers.list
the list of rpms installed from the three packages
RPM/egcs-1.1.2.tgz
the spec file and Makefile patch for egcs-1.1.2.
This package is based on redhat's egcs-1.1.2-12.src.rpm
just replace their spec file with mine.
RPM/gcc-2.95.2.tgz
all you need to add is the gcc-2.95.2 release tarball.
The spec file probably still mentions a pgcc patch as a
source but it isn't applied so comment that source line
out. 
RPM/pgcc-2.95.3.tgz
Just add the gcc release tarball above and the pgcc-2.95.3
patch.
RPM/rpmrc.tail
A set of lines I appended to my /usr/lib/rpm/rpmrc to get
higher optimisation of built binaries.  This is based on
the flags used by the Mandrake distribution.

All three compilers build their libaries into their own subdirs rather
than placing them globally into /usr/lib.  This avoids conflicts.

Allan. (ARRae)

 spec files for gcc, egcs and pgcc


Re: second try: CJK-LyX with Japanese AND German support

2000-10-12 Thread Dekel Tsur

> as it seems I'm in a dilemma. Perhaps someone can help me. Basicly I'm
> writing in German but sometimes I also need Japanese (in the same document).
> So I installed CJK-LyX on an RedHat 6.2J and really managed to get japanese
> support for writing and printing -- but I lost the German support. As far as
> I see it depends on the LANG variable. If I define LANG as "de_DE", the
> japanese support doesn't work. If I define it "ja_JP" the german umlauts
> don't work although the document is defined in lyx as language=German and
> encoding=Latin1. (By the way the menues appear in German!) I also tried to
> define a secondary keyboard as german. But no success: documents written in
> German don't appear correctly and I can't write umlauts.
> Does anybody know a way to get japanese support in LyX without losing the

Which of the following are you experiencing when LANG is set to ja_JP ?
(1) You can't enter umlauts within LyX.
(2) Umlauts are not shown in the LyX window
(3) Umlauts are not shown in the DVI/Postscript.

I suspect that (3) happens as the encoding defined by the inputenc package 
(Latin1) clashes with the encoding defined by the CJK package (Big5, GB etc.).
Perhaps you need to use the UTF8 encoding option of the CJK package (if
CJK-LyX supports it), or use Omega instead of LaTeX (if CJK-LYX supports it).
Also, if (3) happens, please send me a small example file 
(the lyx file + the latex file).

Anyhow, I plan of integrating the CJK-LyX into the normal version, and I
hope that in this process your problem will be solved.



Re[2]: Configuring Lyx

2000-10-12 Thread Dragutin Cvetkovic

Pozdrav Tom,

Thursday, October 12, 2000, 7:40:27 PM, you wrote:

T> It doesn't configure with both xforms and xforms-devel either 0.88 or 0.89.
T> I have tried make distclean, which didn't solve it, and neither did deleting
T> it all and re-expanding it from the .tar archive.

T> Tom.
T> - Original Message -
T> From: Paul E Johnson <[EMAIL PROTECTED]>
T> To: Tom Beale <[EMAIL PROTECTED]>
T> Sent: Thursday, October 12, 2000 1:24 PM
T> Subject: Re: Configuring Lyx


>> Your devel edition must match your xforms edition.  Where are you
>> getting the rpm for 0.89?
>>
>> OK, so I'm just guessing.
>>
>> One of the most common problems is that people have configure fail, and
>> then they install what they need, and run configure again in the same
>> place. It uses the cached settings from the last configure. I think lyx
>> has "make distclean" to get a fresh start. If not, you have to erase the
>> source tree and try again.
>>
>>
>> pj
>>
>> Tom Beale wrote:
>> >
>> > I already had xforms-devel 0.88 installed.   I have now tried installing
>> > xforms-devel 0.89-6 but that doesn't seem to make any difference.
>> >
>> > Tom.


a stupid question but have u actually made it exist in proper
directories, you know /usr/include and such... /usr/lib ... and then
did a ldconfig?

Sve najbolje,
 Dragutinmailto:[EMAIL PROTECTED]





Adding a New Class

2000-10-12 Thread Howard Arons

I'm sorry if this has been a continuing thread on this group. I'm a
newbie to Lyx, but I've read the "Customizing" doc and no joy.

I got the "akletter.cls" package from CTAN and installed it in
/usr/share/texmf.local/tex/latex/akletter under Debian 2.2.
I edited my texmf.cnf file to include my texmf.local path.
I ran texhash, then Lyx Opt|Reconfigure.

After I restart Lyx the "akletter" Class does not show up. I must be
missing something, but what?

Howard Arons
-- 
Powered by SuSE Linux 6.3 -- Kernel upgraded to 2.2.17
Communications by Mutt 1.2.4i



Re: proof in Lyx

2000-10-12 Thread Dekel Tsur

On Tue, Oct 10, 2000 at 01:50:43PM +0200, Nicolas SABOURET wrote:
> How can I make inferences like :
>B C
>--- (y)
>  A  D
> -- (x)
>   E
> 
> There exists a "proof.sty" package with a "\infer{}{}" command, but if
> A,B,C,D,E are big math formulaes, I can't use "\infer{}{}" in math mode
> : it doesn't hold on a single lyx line (screen isn't wide enough :)). Is
> there a solution ?
> Can I temporarily redefine \frac by \infer ? How can I do this ?
> Nicolas.

Yes. If you don't need to use (normal) \frac, just put the following line in
the preamble:
\def\frac##1##2{\infer{##2}{##1}}

If you do need to use \frac, then put the following line in the preamble
\def\foo#1{{\def\frac##1##2{\infer{##2}{##1}}#1}}
and then put \foo{} around each formula inset with a proof (outside of the
insets).



Re: Configuring Lyx

2000-10-12 Thread Tom Beale

It doesn't configure with both xforms and xforms-devel either 0.88 or 0.89.
I have tried make distclean, which didn't solve it, and neither did deleting
it all and re-expanding it from the .tar archive.

Tom.
- Original Message -
From: Paul E Johnson <[EMAIL PROTECTED]>
To: Tom Beale <[EMAIL PROTECTED]>
Sent: Thursday, October 12, 2000 1:24 PM
Subject: Re: Configuring Lyx


> Your devel edition must match your xforms edition.  Where are you
> getting the rpm for 0.89?
>
> OK, so I'm just guessing.
>
> One of the most common problems is that people have configure fail, and
> then they install what they need, and run configure again in the same
> place. It uses the cached settings from the last configure. I think lyx
> has "make distclean" to get a fresh start. If not, you have to erase the
> source tree and try again.
>
>
> pj
>
> Tom Beale wrote:
> >
> > I already had xforms-devel 0.88 installed.   I have now tried installing
> > xforms-devel 0.89-6 but that doesn't seem to make any difference.
> >
> > Tom.
> > - Original Message -
>
>
> --
> Paul E. Johnson   email: [EMAIL PROTECTED]
> Dept. of Political Sciencehttp://lark.cc.ukans.edu/~pauljohn
> University of Kansas  Office: (785) 864-9086
> Lawrence, Kansas 66045FAX: (785) 864-5700
>




Problems with LyX with a Alpha Linux

2000-10-12 Thread Sun Un


 
I compiled LyX on a Alphastation  with Debian linux 2.2 installed.
The compilation goes fine,
but I get an 'illegal instruction' error when I try to run it.  
Any suggestions?
Regards,
Sun
 

 


Function key F10 isn´t available anymore

2000-10-12 Thread Stephan E. Schlierf

Hello LyXers,

sorry if this isn´t the right place to ask this question but I try it
anyway:
I reconfigured my window manager (KDE) and since then the function key
F10 isn´t available anymore within LyX (I use F10 for menu item
shortkeys).
I tried to use an old lyxrc-file, reconfigured LyX but both didn´t help.
Has anybody an idea?
TIA,

Stephan

PS: Oh, now I know "Never change a running system..."
SuSe 6.2
LyX 1.1.5
KDE 1.1.2
--
Stephan E. Schlierf M.A.
-  Product Management  -
PHONE:  ++49 9254 960673
FAX:++49 9254 960674
CSE GmbH Germany



Re: Configuring Lyx

2000-10-12 Thread Jean-Marc Lasgouttes

> "Tom" == Tom Beale <[EMAIL PROTECTED]> writes:

Tom> I have managed to make it happy over xforms and libxpm, however
Tom> it is still complaining about finding forms.h - I thought this
Tom> was a file within xforms? I did try installing xforms 0.89
Tom> instead of 0.88, but that didn't seem to help.

You probably need a package with a name like xforms-devel.

JMarc



Lyx and 16.7 M colors

2000-10-12 Thread Gunnar Andersson

I have recently updated my video RAM to be able to run linux in 16.7 M
colors. But with this settings LyX want run, i get a message like:

... BadLength
Major opcode of failed request: 91 (X_QueryColors)
...

When swtiching bact to thousands of colors everything works fine. But
are there any ways of running LyX in true colors?

Regards

Gunnar Andersson