Re: \multicolumn in \array?

2007-12-06 Thread Eric S Fraga
At Wed, 5 Dec 2007 14:11:59 -0800 (PST),
bigblop wrote:
 
 
 How do I make a \multicolumn in an \array?

I cannot answer your question directly but I can suggest two
alternative approaches to this: use tabular instead of array or use
the align or align* environment.

hope this helps,
eric


Re: Live Latex Editing

2007-12-06 Thread G. Milde
On 28.11.07, Richard Heck wrote:
 G. Milde wrote:
 ... add your favorite editor as the Viewer for LyX files in
 ToolsPreferencesFile Formats, and check the Document Format box.

 There are some problems still, however:

 * M-x buffer-view lyx will open the document source in my editor, fine.
   However, it opens a temprorary copy in the lyx-tmpdir, so all my changes
   (in the editor) are lost!

 Right, I should have thought of that. I'll see if I can think of a 
 solution.

How about the external-edit lfun? 
What does it expect? What does it do?

If I do 

  M-x external-edit

I get the error file does not exist. This is reasonable (provided
that external-edit expects a filename

But also

  M-x external-edit path to existing file.lyx
  
or  

  M-x external-edit lyx path to existing file.lyx
  
result in the same error :-(  

Also, I found out that I can get the current filename with
`server-get-name`. But, is it possible to push the result somehow
into a keybinding definition (i.e. inside a command-sequence; )?

Thanks

Günter


lyx and TOPTESI

2007-12-06 Thread Filippo Ottone
Hello everybody,
i would like to use latex package TOPTESI into lyx,. Is it possible?
i tried to insert \usepackage{toptesi}  into the preamble but it doesn't work
i have the package installed into miktex directory and it seems working with 
winedt, but i don't know latex well but i want to use the style toptesi for
arranging my thesis.
thanks
Filippo

Re: A few other issues

2007-12-06 Thread Richard Heck

bigblop wrote:

1) I am using justified text, which I prefer when I print. But I get seasick
when all the text moves when I write. Is there someway to disable
justification in  LyX, but still keep it in the final pdf?
  
No. But you can set left justification while writing and then turn it 
back to full justification when exporting.

2) Is there someway to force overwrite of current pdf file when using
buffer-export pdf2 without having to confirm with yes or no?

I would like to only use buffer-export pdf2 instead of buffer-update
pdf2 (so I am sure that the pdf file is always generated in the source
dir), but its annoying that you have to confirm if the current pdf should be
overwritten.
  
No, not easily anyway. It could be done by defining a copier that would 
change the name of the exported file: Then the file LyX thought it was 
exporting wouldn't exist.


This possibility is often requested and should probably be implemented 
via some sort of preference, like in Firefox: Don't warn me again.


Richard


--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto



Newbie: LyX on OS X

2007-12-06 Thread Daniel Lohmann

Hey LyX folks,

I have been using LyX for years on Windows and Linux. Now I got my first 
Mac (running OS X 10.5.1) and one of the first things I installed on it 
was LyX - of course.


1) I installed TexShop 2.14 as TeX-distro. Is this the recommended LaTeX 
for OS X in conjunction with LyX?


2) I installed LyX 1.5.2. Works like a charm, however, there seem to be 
font rendering problems with the display fonts.


a) Whenever I change the screen fonts in the preferences (typeface, 
zoom, etc.) and press Apply, the new font seems to be applied only 
partly. The spacing becomes strange, sometimes only every second or 
third word appears in the new font. I have to save the settings and 
restart LyX for the spacing to look right. Is this a known problem?


b) In general the screen fonts look, well, ugly. There seems to go on 
some font smoothing that does not really work. The font-rendering is a 
lot better in LyX for Windows or Linux, as well as in all other OS X 
applications. I am using the Times, Helvetica, and Courier as screen 
fonts (the default).


Is this a known problem? I remember reading about font rendering 
problems on OS X in conjunction with math typesetting, however, in my 
case it is just plain text.


I would highly appreciate any recommendations. Maybe there is just a 
hidden setting somewhere in LyX or OS X? Or a recommended font and zoom 
level?



Thanks a lot!

Daniel



Change size of inserted LaTeX code?

2007-12-06 Thread bigblop

Is there some way to change the size of the latex code when typing it
directly into the LyX editor?
-- 
View this message in context: 
http://www.nabble.com/Change-size-of-inserted-LaTeX-code--tf4958747.html#a14201603
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: A few other issues

2007-12-06 Thread Michael Thompson
Richard Heck [EMAIL PROTECTED] writes:

 
 bigblop wrote:
  1) I am using justified text, which I prefer when I print. But I get seasick
  when all the text moves when I write. Is there someway to disable
  justification in  LyX, but still keep it in the final pdf?

 No. But you can set left justification while writing and then turn it 
 back to full justification when exporting.

This does solve the seasickness problem beautifully, as does a 
microscopic screen font -- but there is the annoyance, or 
am I wrong?, that this has to be done for 
each paragraph, which promptly produces chaos.  Or are you
thinking of some way of turning off right justification other 
than through Edit--Paragraph Settings?






Re: A few other issues

2007-12-06 Thread Richard Heck

Michael Thompson wrote:

Richard Heck [EMAIL PROTECTED] writes:

  

bigblop wrote:


1) I am using justified text, which I prefer when I print. But I get seasick
when all the text moves when I write. Is there someway to disable
justification in  LyX, but still keep it in the final pdf?
  
  
No. But you can set left justification while writing and then turn it 
back to full justification when exporting.



This does solve the seasickness problem beautifully, as does a 
microscopic screen font -- but there is the annoyance, or 
am I wrong?, that this has to be done for 
each paragraph, which promptly produces chaos.  Or are you
thinking of some way of turning off right justification other 
than through Edit--Paragraph Settings?


  
Hmm, yes, I see. Well, here's a better way, perhaps, and it might even 
solve your problem more globally. Find the file stdclass.inc and copy it 
to your local LyX directory. Then change the line that says Align 
Block, under Style Standard, to Align Left. This may just get you 
exactly the result you want: Left-aligned on screen, but justified in 
the output. If so, and if you want to edit other layouts, then you can 
do the same with stdlayouts.inc and change e.g. the Quote environment.


Richard



--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto



Re: Change size of inserted LaTeX code?

2007-12-06 Thread Richard Heck

bigblop wrote:

Is there some way to change the size of the latex code when typing it
directly into the LyX editor?
  
You can change the font size under ToolsPreferences, I think. All of 
this will be much more configurable in LyX 1.6.x.


Richard

--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto



using command '\llap' in alignat

2007-12-06 Thread bigblop

I have made the following in an alignat environment:

\begin{alignat}{6}
 \text{maximize z } =  2 x_1  {}+{}3x_2{}+{}4x_3  
 
\\  
 \text{subject to} 44 x_1  {}+{}50x_3 
 
 \geq  900  \\  
   104 x_1
 
 \geq  2\\  
   x_1{}+{}x_2 {}+{}x_3   
 
 \geq  50   \\  
x_3   
 
 \geq  1000 \\  
   
\llap{$x_1,x_2x_3$}  \geq  0 
\end{alignat} 

Its possible to make the same in LyX (without typing latex code directly).
But I have a problem with the last line. I use:

\llap{$x_1,x_2x_3$}

so the result in LyX is:

\llap{\$x_{1},x_{2},x_{3}\$}

is there no way to get:

\llap{$x_1,x_2x_3$}

in an alignat block?
-- 
View this message in context: 
http://www.nabble.com/using-command-%27%5Cllap%27-in-alignat-tf4958974.html#a14202402
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Newbie: LyX on OS X

2007-12-06 Thread Maximilian Wollner


Am 06.12.2007 um 19:59 schrieb Daniel Lohmann:


Hey LyX folks,

I have been using LyX for years on Windows and Linux. Now I got my  
first Mac (running OS X 10.5.1) and one of the first things I  
installed on it was LyX - of course.


1) I installed TexShop 2.14 as TeX-distro. Is this the recommended  
LaTeX for OS X in conjunction with LyX?


TexShop is an application for TeX... I guess you installed the  
MacTeX.dmg which automatically installes TexShop as well. And yes, it  
is the best distribution for OS X (well, I think so).




2) I installed LyX 1.5.2. Works like a charm, however, there seem  
to be font rendering problems with the display fonts.


Do you use a PPC oder Intel Mac? Fuzzy font rendering is a known  
problem since 1.5.2, I guess it will be  solved soon (it was no  
problem in 1.5.1 though this version was considered too slow on PPC  
Macs).




a) Whenever I change the screen fonts in the preferences (typeface,  
zoom, etc.) and press Apply, the new font seems to be applied  
only partly. The spacing becomes strange, sometimes only every  
second or third word appears in the new font. I have to save the  
settings and restart LyX for the spacing to look right. Is this a  
known problem?


I can partly reproduce that effect. However, I avoid changing the  
display fonts and I'm happy after all ;) - be patient, it'll surely  
be fixed soon.




b) In general the screen fonts look, well, ugly. There seems to go  
on some font smoothing that does not really work. The font- 
rendering is a lot better in LyX for Windows or Linux, as well as  
in all other OS X applications. I am using the Times, Helvetica,  
and Courier as screen fonts (the default).


Well... :)



Is this a known problem? I remember reading about font rendering  
problems on OS X in conjunction with math typesetting, however, in  
my case it is just plain text.


Yes.



I would highly appreciate any recommendations. Maybe there is just  
a hidden setting somewhere in LyX or OS X? Or a recommended font  
and zoom level?


No, unfortunately not. But you could download LyX 1.5.1 if you wish  
and have very screen rendering (I got used to it by now...)





Thanks a lot!

Daniel




You're welcome ;)
Greetings from Vienna,


Maksi



Re: Newbie: LyX on OS X

2007-12-06 Thread Kevin Middleton


a) Whenever I change the screen fonts in the preferences  
(typeface, zoom, etc.) and press Apply, the new font seems to be  
applied only partly. The spacing becomes strange, sometimes only  
every second or third word appears in the new font. I have to save  
the settings and restart LyX for the spacing to look right. Is  
this a known problem?


I can partly reproduce that effect. However, I avoid changing the  
display fonts and I'm happy after all ;) - be patient, it'll surely  
be fixed soon.


I had a similar problem. Quitting and restarting LyX after changing  
the display fonts solved the problem.


Kevin



Re: Change size of inserted LaTeX code?

2007-12-06 Thread bigblop

Yes but that changes all fonts. I would like to change size for the latex
code without changing for the rest of the text.


Richard Heck-3 wrote:
 
 bigblop wrote:
 Is there some way to change the size of the latex code when typing it
 directly into the LyX editor?
   
 You can change the font size under ToolsPreferences, I think. All of 
 this will be much more configurable in LyX 1.6.x.
 
 Richard
 
 -- 
 ==
 Richard G Heck, Jr
 Professor of Philosophy
 Brown University
 http://frege.brown.edu/heck/
 ==
 Get my public key from http://sks.keyserver.penguin.de
 Hash: 0x1DE91F1E66FFBDEC
 Learn how to sign your email using Thunderbird and GnuPG at:
 http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Change-size-of-inserted-LaTeX-code--tf4958747.html#a14203186
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Change size of inserted LaTeX code?

2007-12-06 Thread Richard Heck

bigblop wrote:

Yes but that changes all fonts. I would like to change size for the latex
code without changing for the rest of the text.
  
Oh, right. I was misremembering and thinking you could control the size 
of typewriter font independently. Well, in that case, choosing a 
different font might help, if it's a bit smaller. In any event, this 
will be controllable in 1.6.x.


rh


Richard Heck-3 wrote:
  

bigblop wrote:


Is there some way to change the size of the latex code when typing it
directly into the LyX editor?
  
  
You can change the font size under ToolsPreferences, I think. All of 
this will be much more configurable in LyX 1.6.x.


Richard

--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto






  



--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto



Re: edit lyx file in text editor

2007-12-06 Thread Hellmut Weber

Thanks to Richard and Günter ;-)

Since I do not read C++ I will try to look at the python scripts.

Best regardds

Hellmut


--
Dr. Hellmut Weber [EMAIL PROTECTED]
Degenfeldstraße 2 tel   +49-89-3081172
D-80803 München-Schwabing mobil +49-172-8450321
please: No DOCs, no PPTs. why: tinyurl.com/cbgq



Re: A few other issues

2007-12-06 Thread Michael Thompson

 Hmm, yes, I see. Well, here's a better way, perhaps, and it might even 
 solve your problem more globally. Find the file stdclass.inc and copy it 
 to your local LyX directory. Then change the line that says Align 
 Block, under Style Standard, to Align Left. This may just get you 
 exactly the result you want: Left-aligned on screen, but justified in 
 the output. If so, and if you want to edit other layouts, then you can 
 do the same with stdlayouts.inc and change e.g. the Quote environment.
 
 Richard
 

Dear Richard:  
Wonderful!  
So far everything is working as you predicted.  It makes the writing 
environment much more humane, (given whatever it is about me 
and some others.)  I recommend giving it look to those who might
 think it is a matter of indifference. 
I have not yet tried it on the quotes via stdlayouts.inc.
-Michael







Re: Newbie: LyX on OS X

2007-12-06 Thread Daniel Lohmann

Maximilian Wollner wrote:


Am 06.12.2007 um 19:59 schrieb Daniel Lohmann:


Hey LyX folks,

I have been using LyX for years on Windows and Linux. Now I got my 
first Mac (running OS X 10.5.1) and one of the first things I 
installed on it was LyX - of course.

[...]



 TexShop is an application for TeX... I guess you installed the
 MacTeX.dmg which automatically installes TexShop as well. And yes, it 
 is the best distribution for OS X (well, I think so).


Thanks!

2) I installed LyX 1.5.2. Works like a charm, however, there seem to 
be font rendering problems with the display fonts.


Do you use a PPC oder Intel Mac? Fuzzy font rendering is a known problem 
since 1.5.2, I guess it will be  solved soon (it was no problem in 1.5.1 
though this version was considered too slow on PPC Macs).


It is an Intel. From what I remember on the discussions, the 1.5.1 
performance issue was only on PPC, so I can give the 1.5.1 a try.


a) Whenever I change the screen fonts in the preferences (typeface, 
zoom, etc.) and press Apply, the new font seems to be applied only 
partly. The spacing becomes strange, sometimes only every second or 
third word appears in the new font. I have to save the settings and 
restart LyX for the spacing to look right. Is this a known problem?


I can partly reproduce that effect. However, I avoid changing the 
display fonts and I'm happy after all ;) - be patient, it'll surely be 
fixed soon.


Well, I can perfectly live with that. After I find a good setting I 
usually do never change my screen fonts.



I would highly appreciate any recommendations. Maybe there is just a 
hidden setting somewhere in LyX or OS X? Or a recommended font and 
zoom level?


No, unfortunately not. But you could download LyX 1.5.1 if you wish and 
have very screen rendering (I got used to it by now...)


I will try that. Thanks a lot Maximilan!

Daniel




Re: \multicolumn in \array?

2007-12-06 Thread Eric S Fraga
At Wed, 5 Dec 2007 14:11:59 -0800 (PST),
bigblop wrote:
 
 
 How do I make a \multicolumn in an \array?

I cannot answer your question directly but I can suggest two
alternative approaches to this: use tabular instead of array or use
the align or align* environment.

hope this helps,
eric


Re: Live Latex Editing

2007-12-06 Thread G. Milde
On 28.11.07, Richard Heck wrote:
 G. Milde wrote:
 ... add your favorite editor as the Viewer for LyX files in
 ToolsPreferencesFile Formats, and check the Document Format box.

 There are some problems still, however:

 * M-x buffer-view lyx will open the document source in my editor, fine.
   However, it opens a temprorary copy in the lyx-tmpdir, so all my changes
   (in the editor) are lost!

 Right, I should have thought of that. I'll see if I can think of a 
 solution.

How about the external-edit lfun? 
What does it expect? What does it do?

If I do 

  M-x external-edit

I get the error file does not exist. This is reasonable (provided
that external-edit expects a filename

But also

  M-x external-edit path to existing file.lyx
  
or  

  M-x external-edit lyx path to existing file.lyx
  
result in the same error :-(  

Also, I found out that I can get the current filename with
`server-get-name`. But, is it possible to push the result somehow
into a keybinding definition (i.e. inside a command-sequence; )?

Thanks

Günter


lyx and TOPTESI

2007-12-06 Thread Filippo Ottone
Hello everybody,
i would like to use latex package TOPTESI into lyx,. Is it possible?
i tried to insert \usepackage{toptesi}  into the preamble but it doesn't work
i have the package installed into miktex directory and it seems working with 
winedt, but i don't know latex well but i want to use the style toptesi for
arranging my thesis.
thanks
Filippo

Re: A few other issues

2007-12-06 Thread Richard Heck

bigblop wrote:

1) I am using justified text, which I prefer when I print. But I get seasick
when all the text moves when I write. Is there someway to disable
justification in  LyX, but still keep it in the final pdf?
  
No. But you can set left justification while writing and then turn it 
back to full justification when exporting.

2) Is there someway to force overwrite of current pdf file when using
buffer-export pdf2 without having to confirm with yes or no?

I would like to only use buffer-export pdf2 instead of buffer-update
pdf2 (so I am sure that the pdf file is always generated in the source
dir), but its annoying that you have to confirm if the current pdf should be
overwritten.
  
No, not easily anyway. It could be done by defining a copier that would 
change the name of the exported file: Then the file LyX thought it was 
exporting wouldn't exist.


This possibility is often requested and should probably be implemented 
via some sort of preference, like in Firefox: Don't warn me again.


Richard


--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto



Newbie: LyX on OS X

2007-12-06 Thread Daniel Lohmann

Hey LyX folks,

I have been using LyX for years on Windows and Linux. Now I got my first 
Mac (running OS X 10.5.1) and one of the first things I installed on it 
was LyX - of course.


1) I installed TexShop 2.14 as TeX-distro. Is this the recommended LaTeX 
for OS X in conjunction with LyX?


2) I installed LyX 1.5.2. Works like a charm, however, there seem to be 
font rendering problems with the display fonts.


a) Whenever I change the screen fonts in the preferences (typeface, 
zoom, etc.) and press Apply, the new font seems to be applied only 
partly. The spacing becomes strange, sometimes only every second or 
third word appears in the new font. I have to save the settings and 
restart LyX for the spacing to look right. Is this a known problem?


b) In general the screen fonts look, well, ugly. There seems to go on 
some font smoothing that does not really work. The font-rendering is a 
lot better in LyX for Windows or Linux, as well as in all other OS X 
applications. I am using the Times, Helvetica, and Courier as screen 
fonts (the default).


Is this a known problem? I remember reading about font rendering 
problems on OS X in conjunction with math typesetting, however, in my 
case it is just plain text.


I would highly appreciate any recommendations. Maybe there is just a 
hidden setting somewhere in LyX or OS X? Or a recommended font and zoom 
level?



Thanks a lot!

Daniel



Change size of inserted LaTeX code?

2007-12-06 Thread bigblop

Is there some way to change the size of the latex code when typing it
directly into the LyX editor?
-- 
View this message in context: 
http://www.nabble.com/Change-size-of-inserted-LaTeX-code--tf4958747.html#a14201603
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: A few other issues

2007-12-06 Thread Michael Thompson
Richard Heck [EMAIL PROTECTED] writes:

 
 bigblop wrote:
  1) I am using justified text, which I prefer when I print. But I get seasick
  when all the text moves when I write. Is there someway to disable
  justification in  LyX, but still keep it in the final pdf?

 No. But you can set left justification while writing and then turn it 
 back to full justification when exporting.

This does solve the seasickness problem beautifully, as does a 
microscopic screen font -- but there is the annoyance, or 
am I wrong?, that this has to be done for 
each paragraph, which promptly produces chaos.  Or are you
thinking of some way of turning off right justification other 
than through Edit--Paragraph Settings?






Re: A few other issues

2007-12-06 Thread Richard Heck

Michael Thompson wrote:

Richard Heck [EMAIL PROTECTED] writes:

  

bigblop wrote:


1) I am using justified text, which I prefer when I print. But I get seasick
when all the text moves when I write. Is there someway to disable
justification in  LyX, but still keep it in the final pdf?
  
  
No. But you can set left justification while writing and then turn it 
back to full justification when exporting.



This does solve the seasickness problem beautifully, as does a 
microscopic screen font -- but there is the annoyance, or 
am I wrong?, that this has to be done for 
each paragraph, which promptly produces chaos.  Or are you
thinking of some way of turning off right justification other 
than through Edit--Paragraph Settings?


  
Hmm, yes, I see. Well, here's a better way, perhaps, and it might even 
solve your problem more globally. Find the file stdclass.inc and copy it 
to your local LyX directory. Then change the line that says Align 
Block, under Style Standard, to Align Left. This may just get you 
exactly the result you want: Left-aligned on screen, but justified in 
the output. If so, and if you want to edit other layouts, then you can 
do the same with stdlayouts.inc and change e.g. the Quote environment.


Richard



--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto



Re: Change size of inserted LaTeX code?

2007-12-06 Thread Richard Heck

bigblop wrote:

Is there some way to change the size of the latex code when typing it
directly into the LyX editor?
  
You can change the font size under ToolsPreferences, I think. All of 
this will be much more configurable in LyX 1.6.x.


Richard

--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto



using command '\llap' in alignat

2007-12-06 Thread bigblop

I have made the following in an alignat environment:

\begin{alignat}{6}
 \text{maximize z } =  2 x_1  {}+{}3x_2{}+{}4x_3  
 
\\  
 \text{subject to} 44 x_1  {}+{}50x_3 
 
 \geq  900  \\  
   104 x_1
 
 \geq  2\\  
   x_1{}+{}x_2 {}+{}x_3   
 
 \geq  50   \\  
x_3   
 
 \geq  1000 \\  
   
\llap{$x_1,x_2x_3$}  \geq  0 
\end{alignat} 

Its possible to make the same in LyX (without typing latex code directly).
But I have a problem with the last line. I use:

\llap{$x_1,x_2x_3$}

so the result in LyX is:

\llap{\$x_{1},x_{2},x_{3}\$}

is there no way to get:

\llap{$x_1,x_2x_3$}

in an alignat block?
-- 
View this message in context: 
http://www.nabble.com/using-command-%27%5Cllap%27-in-alignat-tf4958974.html#a14202402
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Newbie: LyX on OS X

2007-12-06 Thread Maximilian Wollner


Am 06.12.2007 um 19:59 schrieb Daniel Lohmann:


Hey LyX folks,

I have been using LyX for years on Windows and Linux. Now I got my  
first Mac (running OS X 10.5.1) and one of the first things I  
installed on it was LyX - of course.


1) I installed TexShop 2.14 as TeX-distro. Is this the recommended  
LaTeX for OS X in conjunction with LyX?


TexShop is an application for TeX... I guess you installed the  
MacTeX.dmg which automatically installes TexShop as well. And yes, it  
is the best distribution for OS X (well, I think so).




2) I installed LyX 1.5.2. Works like a charm, however, there seem  
to be font rendering problems with the display fonts.


Do you use a PPC oder Intel Mac? Fuzzy font rendering is a known  
problem since 1.5.2, I guess it will be  solved soon (it was no  
problem in 1.5.1 though this version was considered too slow on PPC  
Macs).




a) Whenever I change the screen fonts in the preferences (typeface,  
zoom, etc.) and press Apply, the new font seems to be applied  
only partly. The spacing becomes strange, sometimes only every  
second or third word appears in the new font. I have to save the  
settings and restart LyX for the spacing to look right. Is this a  
known problem?


I can partly reproduce that effect. However, I avoid changing the  
display fonts and I'm happy after all ;) - be patient, it'll surely  
be fixed soon.




b) In general the screen fonts look, well, ugly. There seems to go  
on some font smoothing that does not really work. The font- 
rendering is a lot better in LyX for Windows or Linux, as well as  
in all other OS X applications. I am using the Times, Helvetica,  
and Courier as screen fonts (the default).


Well... :)



Is this a known problem? I remember reading about font rendering  
problems on OS X in conjunction with math typesetting, however, in  
my case it is just plain text.


Yes.



I would highly appreciate any recommendations. Maybe there is just  
a hidden setting somewhere in LyX or OS X? Or a recommended font  
and zoom level?


No, unfortunately not. But you could download LyX 1.5.1 if you wish  
and have very screen rendering (I got used to it by now...)





Thanks a lot!

Daniel




You're welcome ;)
Greetings from Vienna,


Maksi



Re: Newbie: LyX on OS X

2007-12-06 Thread Kevin Middleton


a) Whenever I change the screen fonts in the preferences  
(typeface, zoom, etc.) and press Apply, the new font seems to be  
applied only partly. The spacing becomes strange, sometimes only  
every second or third word appears in the new font. I have to save  
the settings and restart LyX for the spacing to look right. Is  
this a known problem?


I can partly reproduce that effect. However, I avoid changing the  
display fonts and I'm happy after all ;) - be patient, it'll surely  
be fixed soon.


I had a similar problem. Quitting and restarting LyX after changing  
the display fonts solved the problem.


Kevin



Re: Change size of inserted LaTeX code?

2007-12-06 Thread bigblop

Yes but that changes all fonts. I would like to change size for the latex
code without changing for the rest of the text.


Richard Heck-3 wrote:
 
 bigblop wrote:
 Is there some way to change the size of the latex code when typing it
 directly into the LyX editor?
   
 You can change the font size under ToolsPreferences, I think. All of 
 this will be much more configurable in LyX 1.6.x.
 
 Richard
 
 -- 
 ==
 Richard G Heck, Jr
 Professor of Philosophy
 Brown University
 http://frege.brown.edu/heck/
 ==
 Get my public key from http://sks.keyserver.penguin.de
 Hash: 0x1DE91F1E66FFBDEC
 Learn how to sign your email using Thunderbird and GnuPG at:
 http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Change-size-of-inserted-LaTeX-code--tf4958747.html#a14203186
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Change size of inserted LaTeX code?

2007-12-06 Thread Richard Heck

bigblop wrote:

Yes but that changes all fonts. I would like to change size for the latex
code without changing for the rest of the text.
  
Oh, right. I was misremembering and thinking you could control the size 
of typewriter font independently. Well, in that case, choosing a 
different font might help, if it's a bit smaller. In any event, this 
will be controllable in 1.6.x.


rh


Richard Heck-3 wrote:
  

bigblop wrote:


Is there some way to change the size of the latex code when typing it
directly into the LyX editor?
  
  
You can change the font size under ToolsPreferences, I think. All of 
this will be much more configurable in LyX 1.6.x.


Richard

--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto






  



--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto



Re: edit lyx file in text editor

2007-12-06 Thread Hellmut Weber

Thanks to Richard and Günter ;-)

Since I do not read C++ I will try to look at the python scripts.

Best regardds

Hellmut


--
Dr. Hellmut Weber [EMAIL PROTECTED]
Degenfeldstraße 2 tel   +49-89-3081172
D-80803 München-Schwabing mobil +49-172-8450321
please: No DOCs, no PPTs. why: tinyurl.com/cbgq



Re: A few other issues

2007-12-06 Thread Michael Thompson

 Hmm, yes, I see. Well, here's a better way, perhaps, and it might even 
 solve your problem more globally. Find the file stdclass.inc and copy it 
 to your local LyX directory. Then change the line that says Align 
 Block, under Style Standard, to Align Left. This may just get you 
 exactly the result you want: Left-aligned on screen, but justified in 
 the output. If so, and if you want to edit other layouts, then you can 
 do the same with stdlayouts.inc and change e.g. the Quote environment.
 
 Richard
 

Dear Richard:  
Wonderful!  
So far everything is working as you predicted.  It makes the writing 
environment much more humane, (given whatever it is about me 
and some others.)  I recommend giving it look to those who might
 think it is a matter of indifference. 
I have not yet tried it on the quotes via stdlayouts.inc.
-Michael







Re: Newbie: LyX on OS X

2007-12-06 Thread Daniel Lohmann

Maximilian Wollner wrote:


Am 06.12.2007 um 19:59 schrieb Daniel Lohmann:


Hey LyX folks,

I have been using LyX for years on Windows and Linux. Now I got my 
first Mac (running OS X 10.5.1) and one of the first things I 
installed on it was LyX - of course.

[...]



 TexShop is an application for TeX... I guess you installed the
 MacTeX.dmg which automatically installes TexShop as well. And yes, it 
 is the best distribution for OS X (well, I think so).


Thanks!

2) I installed LyX 1.5.2. Works like a charm, however, there seem to 
be font rendering problems with the display fonts.


Do you use a PPC oder Intel Mac? Fuzzy font rendering is a known problem 
since 1.5.2, I guess it will be  solved soon (it was no problem in 1.5.1 
though this version was considered too slow on PPC Macs).


It is an Intel. From what I remember on the discussions, the 1.5.1 
performance issue was only on PPC, so I can give the 1.5.1 a try.


a) Whenever I change the screen fonts in the preferences (typeface, 
zoom, etc.) and press Apply, the new font seems to be applied only 
partly. The spacing becomes strange, sometimes only every second or 
third word appears in the new font. I have to save the settings and 
restart LyX for the spacing to look right. Is this a known problem?


I can partly reproduce that effect. However, I avoid changing the 
display fonts and I'm happy after all ;) - be patient, it'll surely be 
fixed soon.


Well, I can perfectly live with that. After I find a good setting I 
usually do never change my screen fonts.



I would highly appreciate any recommendations. Maybe there is just a 
hidden setting somewhere in LyX or OS X? Or a recommended font and 
zoom level?


No, unfortunately not. But you could download LyX 1.5.1 if you wish and 
have very screen rendering (I got used to it by now...)


I will try that. Thanks a lot Maximilan!

Daniel




Re: \multicolumn in \array?

2007-12-06 Thread Eric S Fraga
At Wed, 5 Dec 2007 14:11:59 -0800 (PST),
bigblop wrote:
> 
> 
> How do I make a \multicolumn in an \array?

I cannot answer your question directly but I can suggest two
alternative approaches to this: use tabular instead of array or use
the align or align* environment.

hope this helps,
eric


Re: Live Latex Editing

2007-12-06 Thread G. Milde
On 28.11.07, Richard Heck wrote:
> G. Milde wrote:
>>> ... add your favorite editor as the "Viewer" for LyX files in
>>> Tools>Preferences>File Formats, and check the "Document Format" box.

>> There are some problems still, however:

>> * M-x buffer-view lyx will open the document source in my editor, fine.
>>   However, it opens a temprorary copy in the lyx-tmpdir, so all my changes
>>   (in the editor) are lost!

> Right, I should have thought of that. I'll see if I can think of a 
> solution.

How about the "external-edit" lfun? 
What does it expect? What does it do?

If I do 

  M-x external-edit

I get the error "file does not exist". This is reasonable (provided
that external-edit expects a filename

But also

  M-x external-edit .lyx
  
or  

  M-x external-edit lyx .lyx
  
result in the same error :-(  

Also, I found out that I can get the current filename with
`server-get-name`. But, is it possible to push the result somehow
into a keybinding definition (i.e. inside a "command-sequence; ")?

Thanks

Günter


lyx and TOPTESI

2007-12-06 Thread Filippo Ottone
Hello everybody,
i would like to use latex package TOPTESI into lyx,. Is it possible?
i tried to insert \usepackage{toptesi}  into the preamble but it doesn't work
i have the package installed into miktex directory and it seems working with 
winedt, but i don't know latex well but i want to use the style toptesi for
arranging my thesis.
thanks
Filippo

Re: A few other issues

2007-12-06 Thread Richard Heck

bigblop wrote:

1) I am using justified text, which I prefer when I print. But I get seasick
when all the text moves when I write. Is there someway to disable
justification in  LyX, but still keep it in the final pdf?
  
No. But you can set left justification while writing and then turn it 
back to full justification when exporting.

2) Is there someway to force overwrite of current pdf file when using
"buffer-export pdf2" without having to confirm with yes or no?

I would like to only use "buffer-export pdf2" instead of "buffer-update
pdf2" (so I am sure that the pdf file is always generated in the source
dir), but its annoying that you have to confirm if the current pdf should be
overwritten.
  
No, not easily anyway. It could be done by defining a copier that would 
change the name of the exported file: Then the file LyX thought it was 
exporting wouldn't exist.


This possibility is often requested and should probably be implemented 
via some sort of preference, like in Firefox: Don't warn me again.


Richard


--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto



Newbie: LyX on OS X

2007-12-06 Thread Daniel Lohmann

Hey LyX folks,

I have been using LyX for years on Windows and Linux. Now I got my first 
Mac (running OS X 10.5.1) and one of the first things I installed on it 
was LyX - of course.


1) I installed TexShop 2.14 as TeX-distro. Is this the recommended LaTeX 
for OS X in conjunction with LyX?


2) I installed LyX 1.5.2. Works like a charm, however, there seem to be 
font rendering problems with the display fonts.


a) Whenever I change the screen fonts in the preferences (typeface, 
zoom, etc.) and press "Apply", the new font seems to be applied only 
partly. The spacing becomes strange, sometimes only every second or 
third word appears in the new font. I have to save the settings and 
restart LyX for the spacing to look "right". Is this a known problem?


b) In general the screen fonts look, well, ugly. There seems to go on 
some font smoothing that does not really work. The font-rendering is a 
lot better in LyX for Windows or Linux, as well as in all other OS X 
applications. I am using the Times, Helvetica, and Courier as screen 
fonts (the default).


Is this a known problem? I remember reading about font rendering 
problems on OS X in conjunction with math typesetting, however, in my 
case it is just plain text.


I would highly appreciate any recommendations. Maybe there is just a 
hidden setting somewhere in LyX or OS X? Or a recommended font and zoom 
level?



Thanks a lot!

Daniel



Change size of inserted LaTeX code?

2007-12-06 Thread bigblop

Is there some way to change the size of the latex code when typing it
directly into the LyX editor?
-- 
View this message in context: 
http://www.nabble.com/Change-size-of-inserted-LaTeX-code--tf4958747.html#a14201603
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: A few other issues

2007-12-06 Thread Michael Thompson
Richard Heck <[EMAIL PROTECTED]> writes:

> 
> bigblop wrote:
> > 1) I am using justified text, which I prefer when I print. But I get seasick
> > when all the text moves when I write. Is there someway to disable
> > justification in  LyX, but still keep it in the final pdf?
> >   
> No. But you can set left justification while writing and then turn it 
> back to full justification when exporting.

This does solve the seasickness problem beautifully, as does a 
microscopic screen font -- but there is the annoyance, or 
am I wrong?, that this has to be done for 
each paragraph, which promptly produces chaos.  Or are you
thinking of some way of turning off right justification other 
than through Edit-->Paragraph Settings?






Re: A few other issues

2007-12-06 Thread Richard Heck

Michael Thompson wrote:

Richard Heck <[EMAIL PROTECTED]> writes:

  

bigblop wrote:


1) I am using justified text, which I prefer when I print. But I get seasick
when all the text moves when I write. Is there someway to disable
justification in  LyX, but still keep it in the final pdf?
  
  
No. But you can set left justification while writing and then turn it 
back to full justification when exporting.



This does solve the seasickness problem beautifully, as does a 
microscopic screen font -- but there is the annoyance, or 
am I wrong?, that this has to be done for 
each paragraph, which promptly produces chaos.  Or are you
thinking of some way of turning off right justification other 
than through Edit-->Paragraph Settings?


  
Hmm, yes, I see. Well, here's a better way, perhaps, and it might even 
solve your problem more globally. Find the file stdclass.inc and copy it 
to your local LyX directory. Then change the line that says "Align 
Block", under Style Standard, to "Align Left". This may just get you 
exactly the result you want: Left-aligned on screen, but justified in 
the output. If so, and if you want to edit other layouts, then you can 
do the same with stdlayouts.inc and change e.g. the Quote environment.


Richard



--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto



Re: Change size of inserted LaTeX code?

2007-12-06 Thread Richard Heck

bigblop wrote:

Is there some way to change the size of the latex code when typing it
directly into the LyX editor?
  
You can change the font size under Tools>Preferences, I think. All of 
this will be much more configurable in LyX 1.6.x.


Richard

--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto



using command '\llap' in alignat

2007-12-06 Thread bigblop

I have made the following in an alignat environment:

\begin{alignat}{6}
& \text{maximize z } = & 2 x_1   &  & {}+{} &  & 3x_2 &  & {}+{} &  & 4x_3  
 
&\\  
& \text{subject to}& 44 x_1  &  &   &  &  &  & {}+{} &  & 50x_3 
 
& \geq  900  \\  
&  & 104 x_1 &  &   &  &  &  &   &  &   
 
& \geq  2\\  
&  & x_1 &  & {}+{} &  & x_2  &  & {}+{} &  & x_3   
 
& \geq  50   \\  
&  & &  &   &  &  &  &   &  & x_3   
 
& \geq  1000 \\  
&  & &  &   &  &  &  &   &  &
\llap{$x_1,x_2x_3$} & \geq  0 
\end{alignat} 

Its possible to make the same in LyX (without typing latex code directly).
But I have a problem with the last line. I use:

\llap{$x_1,x_2x_3$}

so the result in LyX is:

\llap{\$x_{1},x_{2},x_{3}\$}

is there no way to get:

\llap{$x_1,x_2x_3$}

in an alignat block?
-- 
View this message in context: 
http://www.nabble.com/using-command-%27%5Cllap%27-in-alignat-tf4958974.html#a14202402
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Newbie: LyX on OS X

2007-12-06 Thread Maximilian Wollner


Am 06.12.2007 um 19:59 schrieb Daniel Lohmann:


Hey LyX folks,

I have been using LyX for years on Windows and Linux. Now I got my  
first Mac (running OS X 10.5.1) and one of the first things I  
installed on it was LyX - of course.


1) I installed TexShop 2.14 as TeX-distro. Is this the recommended  
LaTeX for OS X in conjunction with LyX?


TexShop is an application for TeX... I guess you installed the  
MacTeX.dmg which automatically installes TexShop as well. And yes, it  
is the best distribution for OS X (well, I think so).




2) I installed LyX 1.5.2. Works like a charm, however, there seem  
to be font rendering problems with the display fonts.


Do you use a PPC oder Intel Mac? Fuzzy font rendering is a known  
problem since 1.5.2, I guess it will be  solved soon (it was no  
problem in 1.5.1 though this version was considered too slow on PPC  
Macs).




a) Whenever I change the screen fonts in the preferences (typeface,  
zoom, etc.) and press "Apply", the new font seems to be applied  
only partly. The spacing becomes strange, sometimes only every  
second or third word appears in the new font. I have to save the  
settings and restart LyX for the spacing to look "right". Is this a  
known problem?


I can partly reproduce that effect. However, I avoid changing the  
display fonts and I'm happy after all ;) - be patient, it'll surely  
be fixed soon.




b) In general the screen fonts look, well, ugly. There seems to go  
on some font smoothing that does not really work. The font- 
rendering is a lot better in LyX for Windows or Linux, as well as  
in all other OS X applications. I am using the Times, Helvetica,  
and Courier as screen fonts (the default).


Well... :)



Is this a known problem? I remember reading about font rendering  
problems on OS X in conjunction with math typesetting, however, in  
my case it is just plain text.


Yes.



I would highly appreciate any recommendations. Maybe there is just  
a hidden setting somewhere in LyX or OS X? Or a recommended font  
and zoom level?


No, unfortunately not. But you could download LyX 1.5.1 if you wish  
and have very screen rendering (I got used to it by now...)





Thanks a lot!

Daniel




You're welcome ;)
Greetings from Vienna,


Maksi



Re: Newbie: LyX on OS X

2007-12-06 Thread Kevin Middleton


a) Whenever I change the screen fonts in the preferences  
(typeface, zoom, etc.) and press "Apply", the new font seems to be  
applied only partly. The spacing becomes strange, sometimes only  
every second or third word appears in the new font. I have to save  
the settings and restart LyX for the spacing to look "right". Is  
this a known problem?


I can partly reproduce that effect. However, I avoid changing the  
display fonts and I'm happy after all ;) - be patient, it'll surely  
be fixed soon.


I had a similar problem. Quitting and restarting LyX after changing  
the display fonts solved the problem.


Kevin



Re: Change size of inserted LaTeX code?

2007-12-06 Thread bigblop

Yes but that changes all fonts. I would like to change size for the latex
code without changing for the rest of the text.


Richard Heck-3 wrote:
> 
> bigblop wrote:
>> Is there some way to change the size of the latex code when typing it
>> directly into the LyX editor?
>>   
> You can change the font size under Tools>Preferences, I think. All of 
> this will be much more configurable in LyX 1.6.x.
> 
> Richard
> 
> -- 
> ==
> Richard G Heck, Jr
> Professor of Philosophy
> Brown University
> http://frege.brown.edu/heck/
> ==
> Get my public key from http://sks.keyserver.penguin.de
> Hash: 0x1DE91F1E66FFBDEC
> Learn how to sign your email using Thunderbird and GnuPG at:
> http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Change-size-of-inserted-LaTeX-code--tf4958747.html#a14203186
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Change size of inserted LaTeX code?

2007-12-06 Thread Richard Heck

bigblop wrote:

Yes but that changes all fonts. I would like to change size for the latex
code without changing for the rest of the text.
  
Oh, right. I was misremembering and thinking you could control the size 
of typewriter font independently. Well, in that case, choosing a 
different font might help, if it's a bit smaller. In any event, this 
will be controllable in 1.6.x.


rh


Richard Heck-3 wrote:
  

bigblop wrote:


Is there some way to change the size of the latex code when typing it
directly into the LyX editor?
  
  
You can change the font size under Tools>Preferences, I think. All of 
this will be much more configurable in LyX 1.6.x.


Richard

--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto






  



--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto



Re: edit lyx file in text editor

2007-12-06 Thread Hellmut Weber

Thanks to Richard and Günter ;-)

Since I do not read C++ I will try to look at the python scripts.

Best regardds

Hellmut


--
Dr. Hellmut Weber [EMAIL PROTECTED]
Degenfeldstraße 2 tel   +49-89-3081172
D-80803 München-Schwabing mobil +49-172-8450321
please: No DOCs, no PPTs. why: tinyurl.com/cbgq



Re: A few other issues

2007-12-06 Thread Michael Thompson

> Hmm, yes, I see. Well, here's a better way, perhaps, and it might even 
> solve your problem more globally. Find the file stdclass.inc and copy it 
> to your local LyX directory. Then change the line that says "Align 
> Block", under Style Standard, to "Align Left". This may just get you 
> exactly the result you want: Left-aligned on screen, but justified in 
> the output. If so, and if you want to edit other layouts, then you can 
> do the same with stdlayouts.inc and change e.g. the Quote environment.
> 
> Richard
> 

Dear Richard:  
Wonderful!  
So far everything is working as you predicted.  It makes the writing 
environment much more humane, (given whatever it is about me 
and some others.)  I recommend giving it look to those who might
 think it is a matter of indifference. 
I have not yet tried it on the quotes via stdlayouts.inc.
-Michael







Re: Newbie: LyX on OS X

2007-12-06 Thread Daniel Lohmann

Maximilian Wollner wrote:


Am 06.12.2007 um 19:59 schrieb Daniel Lohmann:


Hey LyX folks,

I have been using LyX for years on Windows and Linux. Now I got my 
first Mac (running OS X 10.5.1) and one of the first things I 
installed on it was LyX - of course.

[...]


>
> TexShop is an application for TeX... I guess you installed the
> MacTeX.dmg which automatically installes TexShop as well. And yes, it 
> is the best distribution for OS X (well, I think so).


Thanks!

2) I installed LyX 1.5.2. Works like a charm, however, there seem to 
be font rendering problems with the display fonts.


Do you use a PPC oder Intel Mac? Fuzzy font rendering is a known problem 
since 1.5.2, I guess it will be  solved soon (it was no problem in 1.5.1 
though this version was considered too slow on PPC Macs).


It is an Intel. From what I remember on the discussions, the 1.5.1 
performance issue was only on PPC, so I can give the 1.5.1 a try.


a) Whenever I change the screen fonts in the preferences (typeface, 
zoom, etc.) and press "Apply", the new font seems to be applied only 
partly. The spacing becomes strange, sometimes only every second or 
third word appears in the new font. I have to save the settings and 
restart LyX for the spacing to look "right". Is this a known problem?


I can partly reproduce that effect. However, I avoid changing the 
display fonts and I'm happy after all ;) - be patient, it'll surely be 
fixed soon.


Well, I can perfectly live with that. After I find a good setting I 
usually do never change my screen fonts.



I would highly appreciate any recommendations. Maybe there is just a 
hidden setting somewhere in LyX or OS X? Or a recommended font and 
zoom level?


No, unfortunately not. But you could download LyX 1.5.1 if you wish and 
have very screen rendering (I got used to it by now...)


I will try that. Thanks a lot Maximilan!

Daniel