Re: Word Wrap in Tables

2001-02-13 Thread Herbert Voss

Stephen Carville wrote:
 
 I am trying to create some tables that will have cells with pretty long
 lines.  So far I have been unable to get these line to wrap on screen or
 on paper.

which LyX-version do you have?

-- 
[EMAIL PROTECTED]
http://perce.de/lyx/





Re: Word Wrap in Tables

2001-02-13 Thread Tuukka Toivonen

On Mon, 12 Feb 2001, Stephen Carville wrote:

 I am trying to create some tables that will have cells with pretty long
 lines.  So far I have been unable to get these line to wrap on screen or
 on paper.  

Set the cell width to something less what you want from
Layout/Tabular/ColumnRow/Width
for example "4cm" (LyX 1.1.6 but possible with older versions too).





Re: Word Wrap in Tables

2001-02-13 Thread Tuukka Toivonen

On Tue, 13 Feb 2001, Stephen Carville wrote:

 So far 1.1.6 has not compiled on my machine (Mandrake 7.2) because it
 cannot find a bunch of includes.  The files exist (in
 /usr/include/g++-2/) but I haven't figured out yet where ./configure
 is supposed to pick them up.

You can use --with-extra-inc in configure to specify the directory, but
taken the weird place for the headers they might not be what LyX wants
even if they have the same name. You could try, though.




Re: Word Wrap in Tables

2001-02-13 Thread Herbert Voss

Stephen Carville wrote:
 
 On Tue, 13 Feb 2001, Herbert Voss wrote:
 
 - Stephen Carville wrote:
 - 
 -  I am trying to create some tables that will have cells with pretty long
 -  lines.  So far I have been unable to get these line to wrap on screen or
 -  on paper.
 -
 - which LyX-version do you have?
 
 1.1.5.

than choose with right mouse button the table menu for the
specific cell and insert a column width, for example 4cm

in the table you can work with ctrl-enter, when your line seems to 
be too long.

 So far 1.1.6 has not compiled on my machine (Mandrake 7.2) because it
 cannot find a bunch of includes.  The files exist (in
 /usr/include/g++-2/) but I haven't figured out yet where ./configure
 is supposed to pick them up.

i hope that one of the other user can help you with this problem,
because the table-handling is much more better in 1.1.6fix1.

Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/lyx/





Re: Word Wrap in Tables

2001-02-13 Thread Stephen Carville

On Tue, 13 Feb 2001, Tuukka Toivonen wrote:

- On Tue, 13 Feb 2001, Stephen Carville wrote:
- 
-  So far 1.1.6 has not compiled on my machine (Mandrake 7.2) because it
-  cannot find a bunch of includes.  The files exist (in
-  /usr/include/g++-2/) but I haven't figured out yet where ./configure
-  is supposed to pick them up.
- 
- You can use --with-extra-inc in configure to specify the directory, but
- taken the weird place for the headers they might not be what LyX wants
- even if they have the same name. You could try, though.

They do appear to be the correct headers.  Where should they be?  I
can create symlinks to prevent this problem again.

-- 
--Stephen Carville
http://www.heronforge.net/~stephen/gnupgkey.txt
==
Government is like burning witches:  After years of burning young women
failed to solve any of society's problems, the solution was to burn more
young women. 
==




Re: Word Wrap in Tables

2001-02-13 Thread John Levon

On Tue, 13 Feb 2001, Stephen Carville wrote:

 They do appear to be the correct headers.  Where should they be?  I
 can create symlinks to prevent this problem again.

Did you upgrade from a previous Mandrake by any chance ? And did you install
the contents of CD2 ?

john

-- 
"Having Outlook security problems so frequently that they start to blur together is a 
dangerous thing."
- hackernews




Re: Word Wrap in Tables

2001-02-13 Thread Lars Gullik Bjønnes

John Levon [EMAIL PROTECTED] writes:

| On Tue, 13 Feb 2001, Stephen Carville wrote:
| 
|  They do appear to be the correct headers.  Where should they be?  I
|  can create symlinks to prevent this problem again.
| 
| Did you upgrade from a previous Mandrake by any chance ? And did you install
| the contents of CD2 ?

And if LyX does not configure and make out on the box on your system
then you system has some faulty installation/configurations. Missing
packages perhaps.

Lgb



Re: Word Wrap in Tables

2001-02-13 Thread Rem

Stephen,

I am using Mandrake 7.2 as well. Check if all of these packages are
installed:
(you can check them from drakconf and then package manager). Check if
1. gcc is installed with c++
2. libgc is there
3. latex2c++
4. cvs
are installed. Finally, to be on the safe side, install the rpm for xpm
library.
Then lyx should compile

Tata
R

- Original Message -
From: "Stephen Carville" [EMAIL PROTECTED]
To: "LyX users" [EMAIL PROTECTED]
Sent: Tuesday, February 13, 2001 7:06 AM
Subject: Re: Word Wrap in Tables



 So far 1.1.6 has not compiled on my machine (Mandrake 7.2) because it
 cannot find a bunch of includes.  The files exist (in
 /usr/include/g++-2/) but I haven't figured out yet where ./configure
 is supposed to pick them up.

 --
 --Stephen Carville
 http://www.heronforge.net/~stephen/gnupgkey.txt
 ==
 Government is like burning witches:  After years of burning young women
 failed to solve any of society's problems, the solution was to burn more
 young women.
 ==





Re: Word Wrap in Tables

2001-02-13 Thread Stephen Carville

On Tue, 13 Feb 2001, John Levon wrote:

- On Tue, 13 Feb 2001, Stephen Carville wrote:
- 
-  They do appear to be the correct headers.  Where should they be?  I
-  can create symlinks to prevent this problem again.
- 
- Did you upgrade from a previous Mandrake by any chance ? And did you install
- the contents of CD2 ?

No, it was a fresh install.  I have subsequently installed just about
everything from either CD that had '-devel' in the name.

This is not the first problem I have had with Mandrake 7.2 and the
development environment.

-- 
--Stephen Carville
http://www.heronforge.net/~stephen/gnupgkey.txt
==
Government is like burning witches:  After years of burning young women
failed to solve any of society's problems, the solution was to burn more
young women. 
==




Re: Word Wrap in Tables

2001-02-13 Thread John Levon

On 13 Feb 2001, Lars Gullik Bjønnes wrote:

 John Levon [EMAIL PROTECTED] writes:
 
 | On Tue, 13 Feb 2001, Stephen Carville wrote:
 | 
 |  They do appear to be the correct headers.  Where should they be?  I
 |  can create symlinks to prevent this problem again.
 | 
 | Did you upgrade from a previous Mandrake by any chance ? And did you install
 | the contents of CD2 ?
 
 And if LyX does not configure and make out on the box on your system
 then you system has some faulty installation/configurations. Missing
 packages perhaps.
 
 Lgb

Certainly it's a faulty installation. However Mandrake in their wisdom decided
to place the C++ development files on CD2. Furthermore, upgrading from a previous
version without owning CD2 works silently (on the cover disk version I tried).

It took me forever to work out that the devel package had not been updated, and was
one major reason in dropping Mandrake.

john

-- 
"Having Outlook security problems so frequently that they start to blur together is a 
dangerous thing."
- hackernews




Re: Word Wrap in Tables

2001-02-13 Thread Herbert Voss

Stephen Carville wrote:
 
 I am trying to create some tables that will have cells with pretty long
 lines.  So far I have been unable to get these line to wrap on screen or
 on paper.

which LyX-version do you have?

-- 
[EMAIL PROTECTED]
http://perce.de/lyx/





Re: Word Wrap in Tables

2001-02-13 Thread Tuukka Toivonen

On Mon, 12 Feb 2001, Stephen Carville wrote:

 I am trying to create some tables that will have cells with pretty long
 lines.  So far I have been unable to get these line to wrap on screen or
 on paper.  

Set the cell width to something less what you want from
Layout/Tabular/ColumnRow/Width
for example "4cm" (LyX 1.1.6 but possible with older versions too).





Re: Word Wrap in Tables

2001-02-13 Thread Tuukka Toivonen

On Tue, 13 Feb 2001, Stephen Carville wrote:

 So far 1.1.6 has not compiled on my machine (Mandrake 7.2) because it
 cannot find a bunch of includes.  The files exist (in
 /usr/include/g++-2/) but I haven't figured out yet where ./configure
 is supposed to pick them up.

You can use --with-extra-inc in configure to specify the directory, but
taken the weird place for the headers they might not be what LyX wants
even if they have the same name. You could try, though.




Re: Word Wrap in Tables

2001-02-13 Thread Herbert Voss

Stephen Carville wrote:
 
 On Tue, 13 Feb 2001, Herbert Voss wrote:
 
 - Stephen Carville wrote:
 - 
 -  I am trying to create some tables that will have cells with pretty long
 -  lines.  So far I have been unable to get these line to wrap on screen or
 -  on paper.
 -
 - which LyX-version do you have?
 
 1.1.5.

than choose with right mouse button the table menu for the
specific cell and insert a column width, for example 4cm

in the table you can work with ctrl-enter, when your line seems to 
be too long.

 So far 1.1.6 has not compiled on my machine (Mandrake 7.2) because it
 cannot find a bunch of includes.  The files exist (in
 /usr/include/g++-2/) but I haven't figured out yet where ./configure
 is supposed to pick them up.

i hope that one of the other user can help you with this problem,
because the table-handling is much more better in 1.1.6fix1.

Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/lyx/





Re: Word Wrap in Tables

2001-02-13 Thread Stephen Carville

On Tue, 13 Feb 2001, Tuukka Toivonen wrote:

- On Tue, 13 Feb 2001, Stephen Carville wrote:
- 
-  So far 1.1.6 has not compiled on my machine (Mandrake 7.2) because it
-  cannot find a bunch of includes.  The files exist (in
-  /usr/include/g++-2/) but I haven't figured out yet where ./configure
-  is supposed to pick them up.
- 
- You can use --with-extra-inc in configure to specify the directory, but
- taken the weird place for the headers they might not be what LyX wants
- even if they have the same name. You could try, though.

They do appear to be the correct headers.  Where should they be?  I
can create symlinks to prevent this problem again.

-- 
--Stephen Carville
http://www.heronforge.net/~stephen/gnupgkey.txt
==
Government is like burning witches:  After years of burning young women
failed to solve any of society's problems, the solution was to burn more
young women. 
==




Re: Word Wrap in Tables

2001-02-13 Thread John Levon

On Tue, 13 Feb 2001, Stephen Carville wrote:

 They do appear to be the correct headers.  Where should they be?  I
 can create symlinks to prevent this problem again.

Did you upgrade from a previous Mandrake by any chance ? And did you install
the contents of CD2 ?

john

-- 
"Having Outlook security problems so frequently that they start to blur together is a 
dangerous thing."
- hackernews




Re: Word Wrap in Tables

2001-02-13 Thread Lars Gullik Bjønnes

John Levon [EMAIL PROTECTED] writes:

| On Tue, 13 Feb 2001, Stephen Carville wrote:
| 
|  They do appear to be the correct headers.  Where should they be?  I
|  can create symlinks to prevent this problem again.
| 
| Did you upgrade from a previous Mandrake by any chance ? And did you install
| the contents of CD2 ?

And if LyX does not configure and make out on the box on your system
then you system has some faulty installation/configurations. Missing
packages perhaps.

Lgb



Re: Word Wrap in Tables

2001-02-13 Thread Rem

Stephen,

I am using Mandrake 7.2 as well. Check if all of these packages are
installed:
(you can check them from drakconf and then package manager). Check if
1. gcc is installed with c++
2. libgc is there
3. latex2c++
4. cvs
are installed. Finally, to be on the safe side, install the rpm for xpm
library.
Then lyx should compile

Tata
R

- Original Message -
From: "Stephen Carville" [EMAIL PROTECTED]
To: "LyX users" [EMAIL PROTECTED]
Sent: Tuesday, February 13, 2001 7:06 AM
Subject: Re: Word Wrap in Tables



 So far 1.1.6 has not compiled on my machine (Mandrake 7.2) because it
 cannot find a bunch of includes.  The files exist (in
 /usr/include/g++-2/) but I haven't figured out yet where ./configure
 is supposed to pick them up.

 --
 --Stephen Carville
 http://www.heronforge.net/~stephen/gnupgkey.txt
 ==
 Government is like burning witches:  After years of burning young women
 failed to solve any of society's problems, the solution was to burn more
 young women.
 ==





Re: Word Wrap in Tables

2001-02-13 Thread Stephen Carville

On Tue, 13 Feb 2001, John Levon wrote:

- On Tue, 13 Feb 2001, Stephen Carville wrote:
- 
-  They do appear to be the correct headers.  Where should they be?  I
-  can create symlinks to prevent this problem again.
- 
- Did you upgrade from a previous Mandrake by any chance ? And did you install
- the contents of CD2 ?

No, it was a fresh install.  I have subsequently installed just about
everything from either CD that had '-devel' in the name.

This is not the first problem I have had with Mandrake 7.2 and the
development environment.

-- 
--Stephen Carville
http://www.heronforge.net/~stephen/gnupgkey.txt
==
Government is like burning witches:  After years of burning young women
failed to solve any of society's problems, the solution was to burn more
young women. 
==




Re: Word Wrap in Tables

2001-02-13 Thread John Levon

On 13 Feb 2001, Lars Gullik Bjønnes wrote:

 John Levon [EMAIL PROTECTED] writes:
 
 | On Tue, 13 Feb 2001, Stephen Carville wrote:
 | 
 |  They do appear to be the correct headers.  Where should they be?  I
 |  can create symlinks to prevent this problem again.
 | 
 | Did you upgrade from a previous Mandrake by any chance ? And did you install
 | the contents of CD2 ?
 
 And if LyX does not configure and make out on the box on your system
 then you system has some faulty installation/configurations. Missing
 packages perhaps.
 
 Lgb

Certainly it's a faulty installation. However Mandrake in their wisdom decided
to place the C++ development files on CD2. Furthermore, upgrading from a previous
version without owning CD2 works silently (on the cover disk version I tried).

It took me forever to work out that the devel package had not been updated, and was
one major reason in dropping Mandrake.

john

-- 
"Having Outlook security problems so frequently that they start to blur together is a 
dangerous thing."
- hackernews




Re: Word Wrap in Tables

2001-02-13 Thread Herbert Voss

Stephen Carville wrote:
> 
> I am trying to create some tables that will have cells with pretty long
> lines.  So far I have been unable to get these line to wrap on screen or
> on paper.

which LyX-version do you have?

-- 
[EMAIL PROTECTED]
http://perce.de/lyx/





Re: Word Wrap in Tables

2001-02-13 Thread Tuukka Toivonen

On Mon, 12 Feb 2001, Stephen Carville wrote:

> I am trying to create some tables that will have cells with pretty long
> lines.  So far I have been unable to get these line to wrap on screen or
> on paper.  

Set the cell width to something less what you want from
Layout/Tabular/ColumnRow/Width
for example "4cm" (LyX 1.1.6 but possible with older versions too).





Re: Word Wrap in Tables

2001-02-13 Thread Tuukka Toivonen

On Tue, 13 Feb 2001, Stephen Carville wrote:

> So far 1.1.6 has not compiled on my machine (Mandrake 7.2) because it
> cannot find a bunch of includes.  The files exist (in
> /usr/include/g++-2/) but I haven't figured out yet where ./configure
> is supposed to pick them up.

You can use --with-extra-inc in configure to specify the directory, but
taken the weird place for the headers they might not be what LyX wants
even if they have the same name. You could try, though.




Re: Word Wrap in Tables

2001-02-13 Thread Herbert Voss

Stephen Carville wrote:
> 
> On Tue, 13 Feb 2001, Herbert Voss wrote:
> 
> - Stephen Carville wrote:
> - >
> - > I am trying to create some tables that will have cells with pretty long
> - > lines.  So far I have been unable to get these line to wrap on screen or
> - > on paper.
> -
> - which LyX-version do you have?
> 
> 1.1.5.

than choose with right mouse button the table menu for the
specific cell and insert a column width, for example 4cm

in the table you can work with ctrl-enter, when your line seems to 
be too long.

> So far 1.1.6 has not compiled on my machine (Mandrake 7.2) because it
> cannot find a bunch of includes.  The files exist (in
> /usr/include/g++-2/) but I haven't figured out yet where ./configure
> is supposed to pick them up.

i hope that one of the other user can help you with this problem,
because the table-handling is much more better in 1.1.6fix1.

Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/lyx/





Re: Word Wrap in Tables

2001-02-13 Thread Stephen Carville

On Tue, 13 Feb 2001, Tuukka Toivonen wrote:

- On Tue, 13 Feb 2001, Stephen Carville wrote:
- 
- > So far 1.1.6 has not compiled on my machine (Mandrake 7.2) because it
- > cannot find a bunch of includes.  The files exist (in
- > /usr/include/g++-2/) but I haven't figured out yet where ./configure
- > is supposed to pick them up.
- 
- You can use --with-extra-inc in configure to specify the directory, but
- taken the weird place for the headers they might not be what LyX wants
- even if they have the same name. You could try, though.

They do appear to be the correct headers.  Where should they be?  I
can create symlinks to prevent this problem again.

-- 
--Stephen Carville
http://www.heronforge.net/~stephen/gnupgkey.txt
==
Government is like burning witches:  After years of burning young women
failed to solve any of society's problems, the solution was to burn more
young women. 
==




Re: Word Wrap in Tables

2001-02-13 Thread John Levon

On Tue, 13 Feb 2001, Stephen Carville wrote:

> They do appear to be the correct headers.  Where should they be?  I
> can create symlinks to prevent this problem again.

Did you upgrade from a previous Mandrake by any chance ? And did you install
the contents of CD2 ?

john

-- 
"Having Outlook security problems so frequently that they start to blur together is a 
dangerous thing."
- hackernews




Re: Word Wrap in Tables

2001-02-13 Thread Lars Gullik Bjønnes

John Levon <[EMAIL PROTECTED]> writes:

| On Tue, 13 Feb 2001, Stephen Carville wrote:
| 
| > They do appear to be the correct headers.  Where should they be?  I
| > can create symlinks to prevent this problem again.
| 
| Did you upgrade from a previous Mandrake by any chance ? And did you install
| the contents of CD2 ?

And if LyX does not configure and make out on the box on your system
then you system has some faulty installation/configurations. Missing
packages perhaps.

Lgb



Re: Word Wrap in Tables

2001-02-13 Thread Rem

Stephen,

I am using Mandrake 7.2 as well. Check if all of these packages are
installed:
(you can check them from drakconf and then package manager). Check if
1. gcc is installed with c++
2. libgc is there
3. latex2c++
4. cvs
are installed. Finally, to be on the safe side, install the rpm for xpm
library.
Then lyx should compile

Tata
R

- Original Message -
From: "Stephen Carville" <[EMAIL PROTECTED]>
To: "LyX users" <[EMAIL PROTECTED]>
Sent: Tuesday, February 13, 2001 7:06 AM
Subject: Re: Word Wrap in Tables


>
> So far 1.1.6 has not compiled on my machine (Mandrake 7.2) because it
> cannot find a bunch of includes.  The files exist (in
> /usr/include/g++-2/) but I haven't figured out yet where ./configure
> is supposed to pick them up.
>
> --
> --Stephen Carville
> http://www.heronforge.net/~stephen/gnupgkey.txt
> ==
> Government is like burning witches:  After years of burning young women
> failed to solve any of society's problems, the solution was to burn more
> young women.
> ==
>




Re: Word Wrap in Tables

2001-02-13 Thread Stephen Carville

On Tue, 13 Feb 2001, John Levon wrote:

- On Tue, 13 Feb 2001, Stephen Carville wrote:
- 
- > They do appear to be the correct headers.  Where should they be?  I
- > can create symlinks to prevent this problem again.
- 
- Did you upgrade from a previous Mandrake by any chance ? And did you install
- the contents of CD2 ?

No, it was a fresh install.  I have subsequently installed just about
everything from either CD that had '-devel' in the name.

This is not the first problem I have had with Mandrake 7.2 and the
development environment.

-- 
--Stephen Carville
http://www.heronforge.net/~stephen/gnupgkey.txt
==
Government is like burning witches:  After years of burning young women
failed to solve any of society's problems, the solution was to burn more
young women. 
==




Re: Word Wrap in Tables

2001-02-13 Thread John Levon

On 13 Feb 2001, Lars Gullik Bjønnes wrote:

> John Levon <[EMAIL PROTECTED]> writes:
> 
> | On Tue, 13 Feb 2001, Stephen Carville wrote:
> | 
> | > They do appear to be the correct headers.  Where should they be?  I
> | > can create symlinks to prevent this problem again.
> | 
> | Did you upgrade from a previous Mandrake by any chance ? And did you install
> | the contents of CD2 ?
> 
> And if LyX does not configure and make out on the box on your system
> then you system has some faulty installation/configurations. Missing
> packages perhaps.
> 
> Lgb

Certainly it's a faulty installation. However Mandrake in their wisdom decided
to place the C++ development files on CD2. Furthermore, upgrading from a previous
version without owning CD2 works silently (on the cover disk version I tried).

It took me forever to work out that the devel package had not been updated, and was
one major reason in dropping Mandrake.

john

-- 
"Having Outlook security problems so frequently that they start to blur together is a 
dangerous thing."
- hackernews