Re: Losing session settings on Mac (was: Using Lyx with git (instead of RCS))

2021-03-04 Thread Robert Neumann



> Am 04.03.2021 um 10:37 schrieb Pavel Sanda :
> 
> On Thu, Mar 04, 2021 at 07:57:41AM +0100, Stephan Witt wrote:
>> Am 03.03.2021 um 22:25 schrieb Pavel Sanda :
>>> 
>>> On Wed, Mar 03, 2021 at 10:00:46PM +0100, Robert Neumann wrote:
>>>>> Am 03.03.2021 um 17:44 schrieb Pavel Sanda :
>>>>> On Wed, Mar 03, 2021 at 05:27:39PM +0100, Robert Neumann wrote:
>>>>>>>> (-is there a way to have the version-control-menue showed permanently, 
>>>>>>>> I have to activate it manually everytime
>>>>>>> I do not understand this question. You mean toolbar?
>>>>>> yes of course, sorry for the incorrect description???
>>>>> 
>>>>> I do not experience your problem. The toolbars might get reset once upon 
>>>>> a time
>>>>> (for example if you are upgrading to a newer version of lyx) but generally
>>>>> stay set consistently across sessions (linux here). 
>>>>> 
>>>>> If you
>>>>> 1) close all your lyx sessions
>>>>> 2) open new one and set toolbars acccording to your needs
>>>>> 3) close session 
>>>>> 4) open new session again the toolbar is lost?
>>>> 
>>>> not, not really: It works on 10.13 and 10.15 if I open Lyx directly, 
>>>> If I double-click on a file in the finder it is gone...
>>>> both LyX 2.3.6.3
>>> 
>>> I see, then this is bug specific to mac only.
>>> There must be something different when lyx is launched via its icon and
>>> when clicking just on the file.
>>> 
>>> CC-ing lyx-devel, Stephan might have a clue what's going on.
>> 
>> I cannot reproduce on Mac either. 
> 
> Actually I can. When I look into ~/Library/Preferences I see possible culprit 
> --
> there are two plist files: org.lyx.LyX-2.3.plist and second org.lyx.lyx.plist.
> 
> It seems that one of them is used when lyx is launched from icon and the 
> second
> when you click on some .lyx file.
> 
> Robert, if you click on some .lyx file and set VC Toolbar , then quit and 
> again
> click on .lyx file then the setting persists. Correct?

yes and no:
- the setting persists, if I just close the file in LyX and click on the same 
file in the finder

It is gone/forgotten:
- if I open another file (this might be intended)
- if I close LyX in the dock, so that LyX is totally closed and then click on 
the file again
Robert


-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Using Lyx with git (instead of RCS)

2021-03-03 Thread Robert Neumann



> Am 03.03.2021 um 17:44 schrieb Pavel Sanda :
> 
> On Wed, Mar 03, 2021 at 05:27:39PM +0100, Robert Neumann wrote:
>>>> (-is there a way to have the version-control-menue showed permanently, I 
>>>> have to activate it manually everytime
>>> I do not understand this question. You mean toolbar?
>> yes of course, sorry for the incorrect description???
> 
> I do not experience your problem. The toolbars might get reset once upon a 
> time
> (for example if you are upgrading to a newer version of lyx) but generally
> stay set consistently across sessions (linux here). 
> 
> If you
> 1) close all your lyx sessions
> 2) open new one and set toolbars acccording to your needs
> 3) close session 
> 4) open new session again the toolbar is lost?
not, not really: It works on 10.13 and 10.15 if I open Lyx directly, 
If I double-click on a file in the finder it is gone...
both LyX 2.3.6.3

Robert
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Using Lyx with git (instead of RCS)

2021-03-03 Thread Robert Neumann

>> (-is there a way to have the version-control-menue showed permanently, I 
>> have to activate it manually everytime
> 
> I do not understand this question. You mean toolbar?
yes of course, sorry for the incorrect description…
Robert
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: version control with RCS with LyX 2.3.3 on a mac with nextcloud-folders

2021-03-03 Thread Robert Neumann
yes, thanks, this seems to be the problem!
Regards
Robert

> Am 03.03.2021 um 12:23 schrieb Pavel Sanda :
> 
> On Tue, Mar 02, 2021 at 12:49:39PM +0100, Robert Neumann wrote:
>> Hello,
>> I am using Lyx 2.3.3 on a Mac with OS 10.13 and a Nextcloud-folder
>> I installed RCS, and as long as I use it, the version controll works fine. 
>> As soon as I acces the file from another Computer it does not work properly 
>> anymore. I get this message:
>> 
>> Bei der Ausführung des Befehls /while executing
>> 'co -p1.1 "Rundbrief_3_2021.lyx" > 
>> "/var/folders/fk/c_b11rp52kzddr83ky_w8d7mgn/T/lyx_tmpdir.jTeYDZU10377/lyxvcrev_1.1_.V10377"'
>>  ist ein Fehler aufgetreten.  / there was an error
>> 
>> and when I try to check in the changes:
>> 
>> Bei der Ausführung des Befehls / while executing
>> 'ci -q -u -m"(keine Protokollmeldung)??? ???test.lyx"' ist ein Fehler 
>> aufgetreten. / there was an error
>> 
>> So this seems to my, that the version control accesses some tmp-file which 
>> ??? of course ??? is not available on the other computer. I am not sure, if 
>> it might be a good idea, to change the tmp-path to the nextcloud. Especially 
>> since the local paths are different. 
> 
> I doubt it's related to the tmp directory.
> 
> When you check out the file is should be read-write, once you check-in it 
> should-be read-only.
> If this attribute is not set properly, RCS will fail.
> 
> So my first guess is that while Nextcloud transfers the content of the file 
> it does not properly transfer read-write attributtes of the file.
> Can you check it?
> 
> Pavel
> -- 
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Using Lyx with git (instead of RCS)

2021-03-03 Thread Robert Neumann
Hello,
does anybody have experience using LyX with git?
My observations with 2.3.3 on a mac 10.13
- I have to add a lyx file manually using the terminal and "git add“ otherwise 
I get an error message
- If the file is moved to a subdirectory, it is not working anymore, so it 
seems to work only, if the file is not moved in a subdirectory

(-is there a way to have the version-control-menue showed permanently, I have 
to activate it manualle everytime

thanks!
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: version control with RCS with LyX 2.3.3 on a mac with nextcloud-folders

2021-03-02 Thread Robert Neumann
yes, it is synched and available on both computers.

RN

> Am 02.03.2021 um 13:25 schrieb Dr Eberhard Lisse :
> 
> Did you copy the ,v file?
> 
> el
> 
> On 02/03/2021 13:49, Robert Neumann wrote:
>> Hello,
>> I am using Lyx 2.3.3 on a Mac with OS 10.13 and a Nextcloud-folder
>> I installed RCS, and as long as I use it, the version controll works fine. 
>> As soon as I acces the file from another Computer it does not work properly 
>> anymore. I get this message:
>> 
>> Bei der Ausführung des Befehls /while executing
>> 'co -p1.1 "Rundbrief_3_2021.lyx" > 
>> "/var/folders/fk/c_b11rp52kzddr83ky_w8d7mgn/T/lyx_tmpdir.jTeYDZU10377/lyxvcrev_1.1_.V10377"'
>>  ist ein Fehler aufgetreten.  / there was an error
>> 
>> and when I try to check in the changes:
>> 
>> Bei der Ausführung des Befehls / while executing
>> 'ci -q -u -m"(keine Protokollmeldung)“ „test.lyx"' ist ein Fehler 
>> aufgetreten. / there was an error
>> 
>> So this seems to my, that the version control accesses some tmp-file which – 
>> of course – is not available on the other computer. I am not sure, if it 
>> might be a good idea, to change the tmp-path to the nextcloud. Especially 
>> since the local paths are different. 
>> Thanks!
>> 
> 
> 
> -- 
> To email me replace 'nospam' with 'el'
> 
> -- 
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


version control with RCS with LyX 2.3.3 on a mac with nextcloud-folders

2021-03-02 Thread Robert Neumann
Hello,
I am using Lyx 2.3.3 on a Mac with OS 10.13 and a Nextcloud-folder
I installed RCS, and as long as I use it, the version controll works fine. As 
soon as I acces the file from another Computer it does not work properly 
anymore. I get this message:

Bei der Ausführung des Befehls /while executing
'co -p1.1 "Rundbrief_3_2021.lyx" > 
"/var/folders/fk/c_b11rp52kzddr83ky_w8d7mgn/T/lyx_tmpdir.jTeYDZU10377/lyxvcrev_1.1_.V10377"'
 ist ein Fehler aufgetreten.  / there was an error

and when I try to check in the changes:

Bei der Ausführung des Befehls / while executing
'ci -q -u -m"(keine Protokollmeldung)“ „test.lyx"' ist ein Fehler aufgetreten. 
/ there was an error

So this seems to my, that the version control accesses some tmp-file which – of 
course – is not available on the other computer. I am not sure, if it might be 
a good idea, to change the tmp-path to the nextcloud. Especially since the 
local paths are different. 
Thanks!
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Change indent of section number in toc

2010-03-16 Thread Robert Neumann
Hello,
I am writing a text using article.
Now I would like to increase the indent in the section and subsection- lines in
the toc.
I'm talking about the indent before the actual section-number.
(The reason is, that I have 3 different parts, with sections from 1 to 5, I use
setcounter to set the sectioncounter to 0 at the beginning of each part.)
I downloaded the tocloft-package, but I cannot figure out, how to change the
indent just for the sections and subsections...

BTW I use Lyx 1.34 on Suse Linux (please don't ask me to upgrade, I do this for
good reasons, I allready discussed here)



Change indent of section number in toc

2010-03-16 Thread Robert Neumann
Hello,
I am writing a text using article.
Now I would like to increase the indent in the section and subsection- lines in
the toc.
I'm talking about the indent before the actual section-number.
(The reason is, that I have 3 different parts, with sections from 1 to 5, I use
setcounter to set the sectioncounter to 0 at the beginning of each part.)
I downloaded the tocloft-package, but I cannot figure out, how to change the
indent just for the sections and subsections...

BTW I use Lyx 1.34 on Suse Linux (please don't ask me to upgrade, I do this for
good reasons, I allready discussed here)



Change indent of section number in toc

2010-03-16 Thread Robert Neumann
Hello,
I am writing a text using article.
Now I would like to increase the indent in the section and subsection- lines in
the toc.
I'm talking about the indent before the actual section-number.
(The reason is, that I have 3 different parts, with sections from 1 to 5, I use
setcounter to set the sectioncounter to 0 at the beginning of each part.)
I downloaded the tocloft-package, but I cannot figure out, how to change the
indent just for the sections and subsections...

BTW I use Lyx 1.34 on Suse Linux (please don't ask me to upgrade, I do this for
good reasons, I allready discussed here)



Problems with new font

2009-08-29 Thread Robert Neumann
Hello,
I installed a new font in my LaTeX 2.02 on a Suse Linux 9.1 The creation of all
the necessary files worked fine.
I did all the installation of files as root, but all files are readable to all
users.
When I use Lyx as root it works fine and I can create a pdf.
But as soon as I log in as normal user I cannot create a pdf with lyx directly,
I get an error message, which just tells me, that there was a fault executing

When I export it as dvi and use dvips file.ps it works. 

My files are in the following directories:

I added p +llc.map in the config.ps file in var/lib/texmf/dvips/config
I added a file llc.map in the same directory, this file contains the line
llcr8r LucidaCasual TeXBase1Encoding ReEncodeFont 8r.enc llcr8a.pfb

The file llcr8a.pfb lies in /usr/share/texmf/fonts/type1/public/lucida


Thanks for any hints...






Re: Problems with new font

2009-08-29 Thread Robert Neumann
OK, I checked the permissions, there was a fault now everything ist perfect.
The reason why I don't upgrade ist that Lyx with teTeX 2.02 is much faster to
produce pdfs than all newer versions!
My typical files have 200 pages and 100 eps figures.
I discussed this rather strange behavior  a couple of years ago and decided to
stick to the old lyx
(http://thread.gmane.org/gmane.editors.lyx.general/34234/focus=34251)
Regards Robert




Problems with new font

2009-08-29 Thread Robert Neumann
Hello,
I installed a new font in my LaTeX 2.02 on a Suse Linux 9.1 The creation of all
the necessary files worked fine.
I did all the installation of files as root, but all files are readable to all
users.
When I use Lyx as root it works fine and I can create a pdf.
But as soon as I log in as normal user I cannot create a pdf with lyx directly,
I get an error message, which just tells me, that there was a fault executing

When I export it as dvi and use dvips file.ps it works. 

My files are in the following directories:

I added p +llc.map in the config.ps file in var/lib/texmf/dvips/config
I added a file llc.map in the same directory, this file contains the line
llcr8r LucidaCasual TeXBase1Encoding ReEncodeFont 8r.enc llcr8a.pfb

The file llcr8a.pfb lies in /usr/share/texmf/fonts/type1/public/lucida


Thanks for any hints...






Re: Problems with new font

2009-08-29 Thread Robert Neumann
OK, I checked the permissions, there was a fault now everything ist perfect.
The reason why I don't upgrade ist that Lyx with teTeX 2.02 is much faster to
produce pdfs than all newer versions!
My typical files have 200 pages and 100 eps figures.
I discussed this rather strange behavior  a couple of years ago and decided to
stick to the old lyx
(http://thread.gmane.org/gmane.editors.lyx.general/34234/focus=34251)
Regards Robert




Problems with new font

2009-08-29 Thread Robert Neumann
Hello,
I installed a new font in my LaTeX 2.02 on a Suse Linux 9.1 The creation of all
the necessary files worked fine.
I did all the installation of files as root, but all files are readable to all
users.
When I use Lyx as root it works fine and I can create a pdf.
But as soon as I log in as normal user I cannot create a pdf with lyx directly,
I get an error message, which just tells me, that there was a fault executing

When I export it as dvi and use dvips file.ps it works. 

My files are in the following directories:

I added "p +llc.map" in the config.ps file in var/lib/texmf/dvips/config
I added a file llc.map in the same directory, this file contains the line
llcr8r LucidaCasual "TeXBase1Encoding ReEncodeFont" <8r.enc 

Re: Problems with new font

2009-08-29 Thread Robert Neumann
OK, I checked the permissions, there was a fault now everything ist perfect.
The reason why I don't upgrade ist that Lyx with teTeX 2.02 is much faster to
produce pdfs than all newer versions!
My typical files have 200 pages and >100 eps figures.
I discussed this rather strange behavior  a couple of years ago and decided to
stick to the old lyx
(http://thread.gmane.org/gmane.editors.lyx.general/34234/focus=34251)
Regards Robert




Re: Problems with jpg-quality with ps2pdf

2009-05-25 Thread Robert Neumann
Guenter Milde mi...@... writes:

 
 Do you scale the figure in question or set a fixed size? Re-sizing pixel
 images can lead to bad surprises.
yes, I just tried with 100%: No Difference. 

 EPS and PDF can both include JPEG and PNG images -- in newer versions.
 Some convertors, however, will default to the save old format versions and
 convert the image to an internal representation of the pixel data. You will
 usually realize this by a huge increase of the file size.
I found a solution which is acceptable for me: I export it from CorelDraw as a
grayscale-Gif. This works fairly well, at least I can life with that...
Regards Robert




Re: Problems with jpg-quality with ps2pdf

2009-05-25 Thread Robert Neumann

 Well, seems like the time to apologize. It was my point of view and I 
 was wrong. Next time, I try to be more constructive...

Accepted;-)
Next time I have a problem, I will post the link to the old thread about the
strange fact that the newer latex takes more than twice the time immediately. It
could seem a bit weird, that I don't want to upgrade...

http://thread.gmane.org/gmane.editors.lyx.general/34234/focus=34251

Regards
Robert





Re: Problems with jpg-quality with ps2pdf

2009-05-25 Thread Robert Neumann
 
 If you use Coreldraw, don't export to jpg you graphic, but directly to eps 
 type 2 and you will have best quality and no pixelated contours.

thats what I did, normaly I do the complete drawing but in this case I had to
include a jg.
With GIF-Export it works fairly well, thats what I found out the last days.
Regards Robert



Re: Problems with jpg-quality with ps2pdf

2009-05-25 Thread Robert Neumann
Guenter Milde mi...@... writes:

 
 Do you scale the figure in question or set a fixed size? Re-sizing pixel
 images can lead to bad surprises.
yes, I just tried with 100%: No Difference. 

 EPS and PDF can both include JPEG and PNG images -- in newer versions.
 Some convertors, however, will default to the save old format versions and
 convert the image to an internal representation of the pixel data. You will
 usually realize this by a huge increase of the file size.
I found a solution which is acceptable for me: I export it from CorelDraw as a
grayscale-Gif. This works fairly well, at least I can life with that...
Regards Robert




Re: Problems with jpg-quality with ps2pdf

2009-05-25 Thread Robert Neumann

 Well, seems like the time to apologize. It was my point of view and I 
 was wrong. Next time, I try to be more constructive...

Accepted;-)
Next time I have a problem, I will post the link to the old thread about the
strange fact that the newer latex takes more than twice the time immediately. It
could seem a bit weird, that I don't want to upgrade...

http://thread.gmane.org/gmane.editors.lyx.general/34234/focus=34251

Regards
Robert





Re: Problems with jpg-quality with ps2pdf

2009-05-25 Thread Robert Neumann
 
 If you use Coreldraw, don't export to jpg you graphic, but directly to eps 
 type 2 and you will have best quality and no pixelated contours.

thats what I did, normaly I do the complete drawing but in this case I had to
include a jg.
With GIF-Export it works fairly well, thats what I found out the last days.
Regards Robert



Re: Problems with jpg-quality with ps2pdf

2009-05-25 Thread Robert Neumann
Guenter Milde  writes:

 
> Do you scale the figure in question or set a fixed size? Re-sizing pixel
> images can lead to bad surprises.
yes, I just tried with 100%: No Difference. 

> EPS and PDF can both "include" JPEG and PNG images -- in newer versions.
> Some convertors, however, will default to the "save" old format versions and
> convert the image to an internal representation of the pixel data. You will
> usually realize this by a huge increase of the file size.
I found a solution which is acceptable for me: I export it from CorelDraw as a
grayscale-Gif. This works fairly well, at least I can life with that...
Regards Robert




Re: Problems with jpg-quality with ps2pdf

2009-05-25 Thread Robert Neumann

> Well, seems like the time to apologize. It was my point of view and I 
> was wrong. Next time, I try to be more constructive...

Accepted;-)
Next time I have a problem, I will post the link to the old thread about the
strange fact that the newer latex takes more than twice the time immediately. It
could seem a bit weird, that I don't want to upgrade...

http://thread.gmane.org/gmane.editors.lyx.general/34234/focus=34251

Regards
Robert





Re: Problems with jpg-quality with ps2pdf

2009-05-25 Thread Robert Neumann
 
> If you use Coreldraw, don't export to jpg you graphic, but directly to eps 
> type 2 and you will have best quality and no pixelated contours.

thats what I did, normaly I do the complete drawing but in this case I had to
include a jg.
With GIF-Export it works fairly well, thats what I found out the last days.
Regards Robert



Re: Problems with jpg-quality with ps2pdf

2009-05-23 Thread Robert Neumann

 What I do not understand is:If you compare LyX 1.3 and LyX 1.6 on the same 
 system (using the same LaTeX installation), do you see a delay then?

As far as I remember: no. But I remember that it was extremly difficult to
install 1.4 on the SuSE Linux, because of YAST, which sticks to the lyx, that
came with the distribution. (And I'm not such a Linux Pro that I could override
this).
I just installed a newer Linux with a newer Lyx and was very surprised to find
out, that everything was slow suddenly.






Re: Problems with jpg-quality with ps2pdf

2009-05-23 Thread Robert Neumann
Hi Steve,
thanks for the shell skript. I will work with this later, unfortunately I have
only my old Lyx 1.3.4 on an old Suse Linux 9.1 and because of YAST I could not
install a newer Lyx on the same machine. But I have a Lyx 1.5 on a Suse Linux 
11.
It is a strange situation now:
- I tried with Lyx 1.5 (Suse 11): no pixels
- I checked the ps-File on Lyx 1.3 (Suse 9.1): no pixels

So I figured out that the problem would be with ps2pdf on the old linux. I
replaced the ps2pdf on the Suse 9.1 with the one from the Linux 11: still 
pixels.
So this seems really strange to me, cause I can see no other source for the
pixelation than the ps2pdf, if the ps is ok...
Regards
Robert



Re: Problems with jpg-quality with ps2pdf

2009-05-23 Thread Robert Neumann
Hello Wayan,
I usually use eps for all my vektordrawings, but once in a while I have 
to include an jpg, but the funny thing is, that it works with Lyx 1.5 
on a Suse 11,so it seems to be possible. The ps-File on my old Suse with
Lyx 1.3 has no pixels either when I export to ps(as I just posted in 
reply to Steve) but when I use the ps2pdf from the new Linux on the old 
Linux, it still has pixels. So it is very odd to figure out where the 
problem lies.
Regards
Robert



Re: Problems with jpg-quality with ps2pdf

2009-05-23 Thread Robert Neumann

 What I do not understand is:If you compare LyX 1.3 and LyX 1.6 on the same 
 system (using the same LaTeX installation), do you see a delay then?

As far as I remember: no. But I remember that it was extremly difficult to
install 1.4 on the SuSE Linux, because of YAST, which sticks to the lyx, that
came with the distribution. (And I'm not such a Linux Pro that I could override
this).
I just installed a newer Linux with a newer Lyx and was very surprised to find
out, that everything was slow suddenly.






Re: Problems with jpg-quality with ps2pdf

2009-05-23 Thread Robert Neumann
Hi Steve,
thanks for the shell skript. I will work with this later, unfortunately I have
only my old Lyx 1.3.4 on an old Suse Linux 9.1 and because of YAST I could not
install a newer Lyx on the same machine. But I have a Lyx 1.5 on a Suse Linux 
11.
It is a strange situation now:
- I tried with Lyx 1.5 (Suse 11): no pixels
- I checked the ps-File on Lyx 1.3 (Suse 9.1): no pixels

So I figured out that the problem would be with ps2pdf on the old linux. I
replaced the ps2pdf on the Suse 9.1 with the one from the Linux 11: still 
pixels.
So this seems really strange to me, cause I can see no other source for the
pixelation than the ps2pdf, if the ps is ok...
Regards
Robert



Re: Problems with jpg-quality with ps2pdf

2009-05-23 Thread Robert Neumann
Hello Wayan,
I usually use eps for all my vektordrawings, but once in a while I have 
to include an jpg, but the funny thing is, that it works with Lyx 1.5 
on a Suse 11,so it seems to be possible. The ps-File on my old Suse with
Lyx 1.3 has no pixels either when I export to ps(as I just posted in 
reply to Steve) but when I use the ps2pdf from the new Linux on the old 
Linux, it still has pixels. So it is very odd to figure out where the 
problem lies.
Regards
Robert



Re: Problems with jpg-quality with ps2pdf

2009-05-23 Thread Robert Neumann

> What I do not understand is:If you compare LyX 1.3 and LyX 1.6 on the same 
> system (using the same LaTeX installation), do you see a delay then?

As far as I remember: no. But I remember that it was extremly difficult to
install 1.4 on the SuSE Linux, because of YAST, which sticks to the lyx, that
came with the distribution. (And I'm not such a Linux Pro that I could override
this).
I just installed a newer Linux with a newer Lyx and was very surprised to find
out, that everything was slow suddenly.






Re: Problems with jpg-quality with ps2pdf

2009-05-23 Thread Robert Neumann
Hi Steve,
thanks for the shell skript. I will work with this later, unfortunately I have
only my old Lyx 1.3.4 on an old Suse Linux 9.1 and because of YAST I could not
install a newer Lyx on the same machine. But I have a Lyx 1.5 on a Suse Linux 
11.
It is a strange situation now:
- I tried with Lyx 1.5 (Suse 11): no pixels
- I checked the ps-File on Lyx 1.3 (Suse 9.1): no pixels

So I figured out that the problem would be with ps2pdf on the old linux. I
replaced the ps2pdf on the Suse 9.1 with the one from the Linux 11: still 
pixels.
So this seems really strange to me, cause I can see no other source for the
pixelation than the ps2pdf, if the ps is ok...
Regards
Robert



Re: Problems with jpg-quality with ps2pdf

2009-05-23 Thread Robert Neumann
Hello Wayan,
I usually use eps for all my vektordrawings, but once in a while I have 
to include an jpg, but the funny thing is, that it works with Lyx 1.5 
on a Suse 11,so it seems to be possible. The ps-File on my old Suse with
Lyx 1.3 has no pixels either when I export to ps(as I just posted in 
reply to Steve) but when I use the ps2pdf from the new Linux on the old 
Linux, it still has pixels. So it is very odd to figure out where the 
problem lies.
Regards
Robert



Problems with jpg-quality with ps2pdf

2009-05-22 Thread Robert Neumann
Hello,
I have a problem with the quality of jpg-images.
I have a jpg image with best quality, made with coreldraw (actually I use
coreldraw to to work on the existing jpg-file, which contains function-graphs
and other curves)
When I open it, the quality is good, there are no little dots from the
compression around the numbers.
Them I create a pdf with ps2pdf and I get lots of these little dots.
So the jpg quality seems to be reduced by lyx during the export process, because
the dvi is fine. 
I just need to use ps2pdf, because the pdf is processed at another place and
they can only deal with pdfs made with ps2pdf
I' using Lyx 1.3.4 on a Suse Linux (and I dont want to update, because all new
lyx are slower it has to to with the latex)
Thanks Robert



Re: Problems with jpg-quality with ps2pdf

2009-05-22 Thread Robert Neumann
Thankx for the very nice advice, especially the sarcastic note!
I write books with about 250 pages and 10 pic. On the old Lyx it takes 
around 25 sec. to produce a pdf, on the newer lyx it takes around 40 sec.
When I do the final work I have to produce quite a lot of pdfs to check 
the pages. So just give it a try and count twenty times to 40... this is 
very hard to stand.
So, thats why I HAVE to use the old Lyx and I hope somebody has a better 
advice...
Regards
Robert






Re: Problems with jpg-quality with ps2pdf

2009-05-22 Thread Robert Neumann

 It would be interesting to know what exactly causes this difference.

I spent two days on this, a couple of years ago, then I gave up and switched
back to the old Lyx. You can find the discussion here:

http://thread.gmane.org/gmane.editors.lyx.general/34234/focus=34251

It was definitely a big time-difference, with the books I was writing on with my
last machine, it increased from 8 sec. to 25 or so and this feels like hours;-)
I think it is no lyx problem but a latex-caused problem.
Regards 
Robert



Problems with jpg-quality with ps2pdf

2009-05-22 Thread Robert Neumann
Hello,
I have a problem with the quality of jpg-images.
I have a jpg image with best quality, made with coreldraw (actually I use
coreldraw to to work on the existing jpg-file, which contains function-graphs
and other curves)
When I open it, the quality is good, there are no little dots from the
compression around the numbers.
Them I create a pdf with ps2pdf and I get lots of these little dots.
So the jpg quality seems to be reduced by lyx during the export process, because
the dvi is fine. 
I just need to use ps2pdf, because the pdf is processed at another place and
they can only deal with pdfs made with ps2pdf
I' using Lyx 1.3.4 on a Suse Linux (and I dont want to update, because all new
lyx are slower it has to to with the latex)
Thanks Robert



Re: Problems with jpg-quality with ps2pdf

2009-05-22 Thread Robert Neumann
Thankx for the very nice advice, especially the sarcastic note!
I write books with about 250 pages and 10 pic. On the old Lyx it takes 
around 25 sec. to produce a pdf, on the newer lyx it takes around 40 sec.
When I do the final work I have to produce quite a lot of pdfs to check 
the pages. So just give it a try and count twenty times to 40... this is 
very hard to stand.
So, thats why I HAVE to use the old Lyx and I hope somebody has a better 
advice...
Regards
Robert






Re: Problems with jpg-quality with ps2pdf

2009-05-22 Thread Robert Neumann

 It would be interesting to know what exactly causes this difference.

I spent two days on this, a couple of years ago, then I gave up and switched
back to the old Lyx. You can find the discussion here:

http://thread.gmane.org/gmane.editors.lyx.general/34234/focus=34251

It was definitely a big time-difference, with the books I was writing on with my
last machine, it increased from 8 sec. to 25 or so and this feels like hours;-)
I think it is no lyx problem but a latex-caused problem.
Regards 
Robert



Problems with jpg-quality with ps2pdf

2009-05-22 Thread Robert Neumann
Hello,
I have a problem with the quality of jpg-images.
I have a jpg image with best quality, made with coreldraw (actually I use
coreldraw to to work on the existing jpg-file, which contains function-graphs
and other curves)
When I open it, the quality is good, there are no "little dots" from the
compression around the numbers.
Them I create a pdf with ps2pdf and I get lots of these little dots.
So the jpg quality seems to be reduced by lyx during the export process, because
the dvi is fine. 
I just need to use ps2pdf, because the pdf is processed at another place and
they can only deal with pdfs made with ps2pdf
I' using Lyx 1.3.4 on a Suse Linux (and I dont want to update, because all new
lyx are slower it has to to with the latex)
Thanks Robert



Re: Problems with jpg-quality with ps2pdf

2009-05-22 Thread Robert Neumann
Thankx for the very nice advice, especially the sarcastic note!
I write books with about 250 pages and 10 pic. On the "old" Lyx it takes 
around 25 sec. to produce a pdf, on the newer lyx it takes around 40 sec.
When I do the final work I have to produce quite a lot of pdfs to check 
the pages. So just give it a try and count twenty times to 40... this is 
very hard to stand.
So, thats why I HAVE to use the old Lyx and I hope somebody has a better 
advice...
Regards
Robert






Re: Problems with jpg-quality with ps2pdf

2009-05-22 Thread Robert Neumann

> It would be interesting to know what exactly causes this difference.

I spent two days on this, a couple of years ago, then I gave up and switched
back to the old Lyx. You can find the discussion here:

http://thread.gmane.org/gmane.editors.lyx.general/34234/focus=34251

It was definitely a big time-difference, with the books I was writing on with my
last machine, it increased from 8 sec. to 25 or so and this feels like hours;-)
I think it is no lyx problem but a latex-caused problem.
Regards 
Robert



change space between dots in toc

2009-03-01 Thread Robert Neumann
Hello,
I use Lyx 1.3.4 on a SuSE Linux. I'm using the document-class article.
Is there a way to switch the dots in the toc between header ans pagenumber on
and off?
How can I change the space between the dots?
Thanks
Robert



change space between dots in toc

2009-03-01 Thread Robert Neumann
Hello,
I use Lyx 1.3.4 on a SuSE Linux. I'm using the document-class article.
Is there a way to switch the dots in the toc between header ans pagenumber on
and off?
How can I change the space between the dots?
Thanks
Robert



change space between dots in toc

2009-03-01 Thread Robert Neumann
Hello,
I use Lyx 1.3.4 on a SuSE Linux. I'm using the document-class article.
Is there a way to "switch" the dots in the toc between header ans pagenumber on
and off?
How can I change the space between the dots?
Thanks
Robert



underlining in a matrix

2008-11-25 Thread Robert Neumann
Hello,
I'm looking vor a way to unterline one line of a matrix. 
I use the matrix for an equation and the last line should be underlined.
\underline works only for the single entries but not for the whole line
(Lyx 13.7 on SuSE Linux)
Thanks
Robert



Re: euro-symbol in math-mode

2008-11-25 Thread Robert Neumann
works with text in math... thanks



underlining in a matrix

2008-11-25 Thread Robert Neumann
Hello,
I'm looking vor a way to unterline one line of a matrix. 
I use the matrix for an equation and the last line should be underlined.
\underline works only for the single entries but not for the whole line
(Lyx 13.7 on SuSE Linux)
Thanks
Robert



Re: euro-symbol in math-mode

2008-11-25 Thread Robert Neumann
works with text in math... thanks



underlining in a matrix

2008-11-25 Thread Robert Neumann
Hello,
I'm looking vor a way to unterline one line of a matrix. 
I use the matrix for an equation and the last line should be underlined.
\underline works only for the single entries but not for the whole line
(Lyx 13.7 on SuSE Linux)
Thanks
Robert



Re: euro-symbol in math-mode

2008-11-25 Thread Robert Neumann
works with text in math... thanks



euro-symbol in math-mode

2008-11-24 Thread Robert Neumann
Hello,
is there any way of using an euro-symbol in mathmode? (I want to create some
exercises with the rule of three (Dreisatz)).
I use the eurosym-package, but this works only in textmode.
Thanks
Robert



Re: euro-symbol in math-mode

2008-11-24 Thread Robert Neumann
Guenter Milde [EMAIL PROTECTED] writes:

 
 Robert Neumann [EMAIL PROTECTED] schrieb:
 
  is there any way of using an euro-symbol in mathmode? 
 
 If works out of the box with the unicode Euro symbol € in LyX 1.6.
unfortunately I still use 1.37...
 
  I use the eurosym-package, but this works only in textmode.
 
 You could try with text-in-math (pressing Ctrl-m in math mode).
works! thanks!





euro-symbol in math-mode

2008-11-24 Thread Robert Neumann
Hello,
is there any way of using an euro-symbol in mathmode? (I want to create some
exercises with the rule of three (Dreisatz)).
I use the eurosym-package, but this works only in textmode.
Thanks
Robert



Re: euro-symbol in math-mode

2008-11-24 Thread Robert Neumann
Guenter Milde [EMAIL PROTECTED] writes:

 
 Robert Neumann [EMAIL PROTECTED] schrieb:
 
  is there any way of using an euro-symbol in mathmode? 
 
 If works out of the box with the unicode Euro symbol € in LyX 1.6.
unfortunately I still use 1.37...
 
  I use the eurosym-package, but this works only in textmode.
 
 You could try with text-in-math (pressing Ctrl-m in math mode).
works! thanks!





euro-symbol in math-mode

2008-11-24 Thread Robert Neumann
Hello,
is there any way of using an euro-symbol in mathmode? (I want to create some
exercises with the rule of three (Dreisatz)).
I use the eurosym-package, but this works only in textmode.
Thanks
Robert



Re: euro-symbol in math-mode

2008-11-24 Thread Robert Neumann
Guenter Milde <[EMAIL PROTECTED]> writes:

> 
> Robert Neumann <[EMAIL PROTECTED]> schrieb:
> 
> > is there any way of using an euro-symbol in mathmode? 
> 
> If works out of the box with the unicode Euro symbol € in LyX 1.6.
unfortunately I still use 1.37...
> 
> > I use the eurosym-package, but this works only in textmode.
> 
> You could try with text-in-math (pressing Ctrl-m in math mode).
works! thanks!





Formatting TOC , change vertical distance

2008-08-21 Thread Robert Neumann
Hello,
is there a way to change the distance between the toc-entries?
(tocdepth is 2)
I used baselinestretch and parskip.
 
This works for the distance between the subsection-entries. 
But the vertical distance between the last subsection-entry and the next
section-entry ist still very big. How do I change this distance?

I use Lyx 1.36 on a Linux-Machine.
Thanks
Robert



Formatting TOC , change vertical distance

2008-08-21 Thread Robert Neumann
Hello,
is there a way to change the distance between the toc-entries?
(tocdepth is 2)
I used baselinestretch and parskip.
 
This works for the distance between the subsection-entries. 
But the vertical distance between the last subsection-entry and the next
section-entry ist still very big. How do I change this distance?

I use Lyx 1.36 on a Linux-Machine.
Thanks
Robert



Formatting TOC , change vertical distance

2008-08-21 Thread Robert Neumann
Hello,
is there a way to change the distance between the toc-entries?
(tocdepth is 2)
I used baselinestretch and parskip.
 
This works for the distance between the subsection-entries. 
But the vertical distance between the last subsection-entry and the next
section-entry ist still very big. How do I change this distance?

I use Lyx 1.36 on a Linux-Machine.
Thanks
Robert



AMS align-environment in a table

2008-08-18 Thread Robert Neumann
Hello,
I just tried to put a AMS align environment in a table and I get an error
message. Is there any way to do this?
I'm using Lyx 1.34. on a SuSE 8.3 Linux.
Thanks
Robert



AMS align-environment in a table

2008-08-18 Thread Robert Neumann
Hello,
I just tried to put a AMS align environment in a table and I get an error
message. Is there any way to do this?
I'm using Lyx 1.34. on a SuSE 8.3 Linux.
Thanks
Robert



AMS align-environment in a table

2008-08-18 Thread Robert Neumann
Hello,
I just tried to put a AMS align environment in a table and I get an error
message. Is there any way to do this?
I'm using Lyx 1.34. on a SuSE 8.3 Linux.
Thanks
Robert



Problems with png Graphic

2008-05-16 Thread Robert Neumann
Hello,
I have trouble with png-graphic-files.
I havew abotu 20 files included in a article file on Lyx 1.34. I works fine to
create a pdf but then suddenly I get the error: The file cannot be converted
error executing ps2pdf -CompatibilityLevel=1.3 'filename.ps'
What seems strange to me is that I have no Idea why the error suddenly turns up.
(The only way to solve it was to return to an earlier System Snapshot as I run
my Suse Linux with parallels on a MBP)
Thanks
Robert





Problems with png Graphic

2008-05-16 Thread Robert Neumann
Hello,
I have trouble with png-graphic-files.
I havew abotu 20 files included in a article file on Lyx 1.34. I works fine to
create a pdf but then suddenly I get the error: The file cannot be converted
error executing ps2pdf -CompatibilityLevel=1.3 'filename.ps'
What seems strange to me is that I have no Idea why the error suddenly turns up.
(The only way to solve it was to return to an earlier System Snapshot as I run
my Suse Linux with parallels on a MBP)
Thanks
Robert





Problems with png Graphic

2008-05-16 Thread Robert Neumann
Hello,
I have trouble with png-graphic-files.
I havew abotu 20 files included in a article file on Lyx 1.34. I works fine to
create a pdf but then suddenly I get the error: "The file cannot be converted
error executing ps2pdf -CompatibilityLevel=1.3 'filename.ps'"
What seems strange to me is that I have no Idea why the error suddenly turns up.
(The only way to solve it was to return to an earlier System Snapshot as I run
my Suse Linux with parallels on a MBP)
Thanks
Robert





Re: section title centered

2008-05-13 Thread Robert Neumann
Hi Bob,
works perfectly!
Thanks and Regards
Robert 






Re: section title centered

2008-05-13 Thread Robert Neumann
Hi Bob,
works perfectly!
Thanks and Regards
Robert 






Re: section title centered

2008-05-13 Thread Robert Neumann
Hi Bob,
works perfectly!
Thanks and Regards
Robert 






section title centered

2008-05-12 Thread Robert Neumann
stupid question, but I couldn't figure it out using the manual, I allways get
error-messsages.

I'm using titlesec and I just want my section*-title centered instead of the
default left alignment.

I use Lyx 1.37 with the document-class article.
thanks Robert



section title centered

2008-05-12 Thread Robert Neumann
stupid question, but I couldn't figure it out using the manual, I allways get
error-messsages.

I'm using titlesec and I just want my section*-title centered instead of the
default left alignment.

I use Lyx 1.37 with the document-class article.
thanks Robert



section title centered

2008-05-12 Thread Robert Neumann
stupid question, but I couldn't figure it out using the manual, I allways get
error-messsages.

I'm using titlesec and I just want my section*-title centered instead of the
default left alignment.

I use Lyx 1.37 with the document-class article.
thanks Robert



Re: insert vertical line - keyboard issue

2008-04-29 Thread Robert Neumann
Hello Andre
'unicode-insert hex-value'. So  'M-x unicode-insert 0x41' 
I did as described and entered unicode-insert 0x41 in the mini-buffer followed
by Enter, the result was undescribed function

Regards Robert





Re: insert vertical line - keyboard issue

2008-04-29 Thread Robert Neumann
ok, at least I don't have to look why it doesn't work
Regards
Robert



Re: insert vertical line - keyboard issue

2008-04-29 Thread Robert Neumann
Hello Andre
'unicode-insert hex-value'. So  'M-x unicode-insert 0x41' 
I did as described and entered unicode-insert 0x41 in the mini-buffer followed
by Enter, the result was undescribed function

Regards Robert





Re: insert vertical line - keyboard issue

2008-04-29 Thread Robert Neumann
ok, at least I don't have to look why it doesn't work
Regards
Robert



Re: insert vertical line - keyboard issue

2008-04-29 Thread Robert Neumann
Hello Andre
'unicode-insert '. So  'M-x unicode-insert 0x41' 
I did as described and entered unicode-insert 0x41 in the mini-buffer followed
by Enter, the result was "undescribed function"

Regards Robert





Re: insert vertical line - keyboard issue

2008-04-29 Thread Robert Neumann
ok, at least I don't have to look why it doesn't work
Regards
Robert



Re: insert vertical line - keyboard issue

2008-04-28 Thread Robert Neumann
Hello Günter
thanks,
my XkbModel was set to pc105. I tried 102 but it had no effect.
Then I installed gucharmap but there is no way to get the symbol from 
ucharmap to lyx, copy and paste doesn't work (it didn't work with the l
inux-console, either.
Does anybody have any more suggestions?



Re: insert vertical line - keyboard issue

2008-04-28 Thread Robert Neumann
Hello Günter
thanks,
my XkbModel was set to pc105. I tried 102 but it had no effect.
Then I installed gucharmap but there is no way to get the symbol from 
ucharmap to lyx, copy and paste doesn't work (it didn't work with the l
inux-console, either.
Does anybody have any more suggestions?



Re: insert vertical line - keyboard issue

2008-04-28 Thread Robert Neumann
Hello Günter
thanks,
my XkbModel was set to pc105. I tried 102 but it had no effect.
Then I installed gucharmap but there is no way to get the symbol from 
ucharmap to lyx, copy and paste doesn't work (it didn't work with the l
inux-console, either.
Does anybody have any more suggestions?



How to stop color-profile changing from CMYK to RGB?

2007-09-27 Thread Robert Neumann
Hello,
I have some eps files (graphics) included in the header of my lyx-file. 
I do this in the preamble which works perfectly.
I export the file to pdf which works as well.
Now I found out that the color-profile of the pdf-file is RGB instead 
of the original CMYK-Profile of the graphics.
How can I prevent Lyx of doing this?
I use Lyx 1.36 with Suse 8.2 or Lyx 1.37 on Windows xp.
I tried to export a ps, but this causes errors while using the acrobat
distiller...
Thanks
Robert



How to stop color-profile changing from CMYK to RGB?

2007-09-27 Thread Robert Neumann
Hello,
I have some eps files (graphics) included in the header of my lyx-file. 
I do this in the preamble which works perfectly.
I export the file to pdf which works as well.
Now I found out that the color-profile of the pdf-file is RGB instead 
of the original CMYK-Profile of the graphics.
How can I prevent Lyx of doing this?
I use Lyx 1.36 with Suse 8.2 or Lyx 1.37 on Windows xp.
I tried to export a ps, but this causes errors while using the acrobat
distiller...
Thanks
Robert



How to stop color-profile changing from CMYK to RGB?

2007-09-27 Thread Robert Neumann
Hello,
I have some eps files (graphics) included in the header of my lyx-file. 
I do this in the preamble which works perfectly.
I export the file to pdf which works as well.
Now I found out that the color-profile of the pdf-file is RGB instead 
of the original CMYK-Profile of the graphics.
How can I prevent Lyx of doing this?
I use Lyx 1.36 with Suse 8.2 or Lyx 1.37 on Windows xp.
I tried to export a ps, but this causes errors while using the acrobat
distiller...
Thanks
Robert



Re: change vertical space after equations

2007-07-01 Thread Robert Neumann
thank you, works fine...



Re: change vertical space after equations

2007-07-01 Thread Robert Neumann
 1. Put the vspace at the end of the paragraph containing
 the math, rather than in the beginning of the next paragraph.
this just adds space before the math

 you'll have to add a paragraph spacing distance to the
 negative distance to make up for the extra paragraph.
this sounds like a good idea, thanks 






Re: change vertical space after equations

2007-07-01 Thread Robert Neumann
thank you, works fine...



Re: change vertical space after equations

2007-07-01 Thread Robert Neumann
 1. Put the vspace at the end of the paragraph containing
 the math, rather than in the beginning of the next paragraph.
this just adds space before the math

 you'll have to add a paragraph spacing distance to the
 negative distance to make up for the extra paragraph.
this sounds like a good idea, thanks 






Re: change vertical space after equations

2007-07-01 Thread Robert Neumann
thank you, works fine...



Re: change vertical space after equations

2007-07-01 Thread Robert Neumann
> 1. Put the vspace at the end of the paragraph containing
> the math, rather than in the beginning of the next paragraph.
this just adds space before the math

> you'll have to add a paragraph spacing distance to the
> negative distance to make up for the extra paragraph.
this sounds like a good idea, thanks 






change vertical space after equations

2007-06-26 Thread Robert Neumann
hello,
I have some AMS align environments and I would like to change the space above
and below these equations. From the Latex Companion and an older thread I
know, that this is difficult to change the settings. So I just added
\vspace*{-2mm} above at the end of the text. Works perfectly. But I fail to do
the same for the space below the equation.(If I insert the same at the first
place of the follwing paragraph, it changes the space between the first and the
second line of this paragraph)
Is there any way of changing this space?
Regards 
Robert



change vertical space after equations

2007-06-26 Thread Robert Neumann
hello,
I have some AMS align environments and I would like to change the space above
and below these equations. From the Latex Companion and an older thread I
know, that this is difficult to change the settings. So I just added
\vspace*{-2mm} above at the end of the text. Works perfectly. But I fail to do
the same for the space below the equation.(If I insert the same at the first
place of the follwing paragraph, it changes the space between the first and the
second line of this paragraph)
Is there any way of changing this space?
Regards 
Robert



change vertical space after equations

2007-06-26 Thread Robert Neumann
hello,
I have some AMS align environments and I would like to change the space above
and below these equations. From "the Latex Companion" and an older thread I
know, that this is difficult to change the settings. So I just added
\vspace*{-2mm} above at the end of the text. Works perfectly. But I fail to do
the same for the space below the equation.(If I insert the same at the first
place of the follwing paragraph, it changes the space between the first and the
second line of this paragraph)
Is there any way of changing this space?
Regards 
Robert



Re: Lyx 144 on Intel Mac: problems with large documents

2007-04-11 Thread Robert Neumann
Thanks,
 Part of the issue may stem from your having LyX display
 the graphics; doing this requires that LyX convert the graphics one-
 by-one to a format it is able to display, and this may take a while.
ok, I will turn of the graphics preview, I dont really need it.

 The other issue -- taking a long time view a pdf of your document --
 is not an issue with LyX but rather with LaTeX: LyX hands off
 typesetting tasks to LaTeX, which then runs in the background. My 240-
 page document takes about 23 seconds to typeset (and that's with
I used the i-installer for LaTeX. Is there a difference between this LaTeX and
the MacTeX?
Regards Robert




Re: Lyx 144 on Intel Mac: problems with large documents

2007-04-11 Thread Robert Neumann
Thanks,
 Part of the issue may stem from your having LyX display
 the graphics; doing this requires that LyX convert the graphics one-
 by-one to a format it is able to display, and this may take a while.
ok, I will turn of the graphics preview, I dont really need it.

 The other issue -- taking a long time view a pdf of your document --
 is not an issue with LyX but rather with LaTeX: LyX hands off
 typesetting tasks to LaTeX, which then runs in the background. My 240-
 page document takes about 23 seconds to typeset (and that's with
I used the i-installer for LaTeX. Is there a difference between this LaTeX and
the MacTeX?
Regards Robert




Re: Lyx 144 on Intel Mac: problems with large documents

2007-04-11 Thread Robert Neumann
Thanks,
 Part of the issue may stem from your having LyX display
> the graphics; doing this requires that LyX convert the graphics one-
> by-one to a format it is able to display, and this may take a while.
ok, I will turn of the graphics preview, I dont really need it.

> The other issue -- taking a long time view a pdf of your document --
> is not an issue with LyX but rather with LaTeX: LyX hands off
> typesetting tasks to LaTeX, which then runs in the background. My 240-
> page document takes about 23 seconds to typeset (and that's with
I used the i-installer for LaTeX. Is there a difference between this LaTeX and
the MacTeX?
Regards Robert




Lyx 144 on Intel Mac: problems with large documents

2007-04-10 Thread Robert Neumann
Hello,
I just installed lyx 144 sucessfully on a macbook core duo. Opening and 
working on a document with 40 pages was no problem (well scrolling up 
and down was a bit sluggish...)
But when I opened a document with 290 pages and about 80 figures lyx 
hangs itself at the first attempt. At the second it opened the document 
but when I tried the pdf-preview I had to close Lyx after waiting for 3 
minutes with the fan running like a hair blower.
Is this a known issue for the mac? I know that lyx is much slower on 
windows  than on linux but I thought with OS X beeing close to linux it 
would be as fast as with linux...
regards
robert



Lyx 144 on Intel Mac: problems with large documents

2007-04-10 Thread Robert Neumann
Hello,
I just installed lyx 144 sucessfully on a macbook core duo. Opening and 
working on a document with 40 pages was no problem (well scrolling up 
and down was a bit sluggish...)
But when I opened a document with 290 pages and about 80 figures lyx 
hangs itself at the first attempt. At the second it opened the document 
but when I tried the pdf-preview I had to close Lyx after waiting for 3 
minutes with the fan running like a hair blower.
Is this a known issue for the mac? I know that lyx is much slower on 
windows  than on linux but I thought with OS X beeing close to linux it 
would be as fast as with linux...
regards
robert



Lyx 144 on Intel Mac: problems with large documents

2007-04-10 Thread Robert Neumann
Hello,
I just installed lyx 144 sucessfully on a macbook core duo. Opening and 
working on a document with 40 pages was no problem (well scrolling up 
and down was a bit sluggish...)
But when I opened a document with 290 pages and about 80 figures lyx 
hangs itself at the first attempt. At the second it opened the document 
but when I tried the pdf-preview I had to close Lyx after waiting for 3 
minutes with the fan running like a hair blower.
Is this a known issue for the mac? I know that lyx is much slower on 
windows  than on linux but I thought with OS X beeing close to linux it 
would be as fast as with linux...
regards
robert



  1   2   3   4   >