Vectors in bold

2012-08-28 Thread Merhebi, Bob
Hello there,

I am writing this technical book; so far I've been using the overhead
vectors to represent vectors, but now I changed my mind  want to
represent vectors in bold.

Is it possible to make the change for all previous representations in
one go?

And is the easiest way to do the bold thing with the Ctrl+B or is there
an easier way?

Thanks

-- 
Sincerely Yours,
-Merhebi, Bob

Thunderbird Signature


0x66D60862.asc
Description: application/pgp-keys


Re: Vectors in bold

2012-08-28 Thread Ernesto Posse
You can try writing the following in the preamble:

\renewcommand{\vec}[1]{\ensuremath{\mathbf{#1}}}


On Tue, Aug 28, 2012 at 8:19 AM, Merhebi, Bob bobmerh...@gmail.com wrote:
 Hello there,

 I am writing this technical book; so far I've been using the overhead
 vectors to represent vectors, but now I changed my mind  want to
 represent vectors in bold.

 Is it possible to make the change for all previous representations in
 one go?

 And is the easiest way to do the bold thing with the Ctrl+B or is there
 an easier way?

 Thanks

 --
 Sincerely Yours,
 -Merhebi, Bob

 Thunderbird Signature



-- 
Ernesto Posse

Modelling and Analysis in Software Engineering
School of Computing
Queen's University - Kingston, Ontario, Canada


Export LyX notes/comments

2012-08-28 Thread Michael Bach

Dear LyX Users and Developers,

I understand that notes are only for the LyX documents, not the exported 
pdf documents. The comment inset exports to comment environments in tex.


I am using the presentation (beamer) class and wondered how to use one 
of the insets to export to a \note macro. Did someone set that up 
already? This would be nice because of the option to include the notes 
in the export if one wants to and also to e.g. use the nice enumerate 
markup in LyX.


Michael Bach



Re: Export LyX notes/comments

2012-08-28 Thread Richard Heck

On 08/28/2012 09:23 AM, Michael Bach wrote:

Dear LyX Users and Developers,

I understand that notes are only for the LyX documents, not the 
exported pdf documents. The comment inset exports to comment 
environments in tex.


I am using the presentation (beamer) class and wondered how to use one 
of the insets to export to a \note macro. Did someone set that up 
already? This would be nice because of the option to include the notes 
in the export if one wants to and also to e.g. use the nice enumerate 
markup in LyX.


Just create a new inset by copying, e.g., the comment inset, and then 
changing what needs changing. E.g., change the LaTeXName to note, and 
the name of the inset to My Note.


Richard



Re: Export LyX notes/comments

2012-08-28 Thread Michael Bach

On 8/28/2012 4:15 PM, Richard Heck wrote:


Just create a new inset by copying, e.g., the comment inset, and then
changing what needs changing. E.g., change the LaTeXName to note, and
the name of the inset to My Note.



Thanks for the hint Richard. I read in the `Customization´ manual that I 
could add this on a per-file basis via the `Local Layout´. I tried that, 
validated it via button (validate ok) and can find it now in the 
paragraph style dropdown list.


Style MyNote
  MarginDynamic
  LatexType Command
  LatexName note
  Labelstring   MyNote:
End

I followed your advice plus changed LatexType to `Command´. I can now 
find it in the paragraph style dropdown list at the very end.


This works well for simple \note{stuff}, but I would like to be able to 
have an inset that I can insert after an itemize bullet point so that 
the LaTeX looks like


\begin{itemize}
\item one
\item2- two \note[item]2{Note about two}
\end{itemize}

So I went ahead, searched in the docs and the web. Then I tried to 
create an inset:


InsetLayout Note:MyNote
  LyXType   custom
  LabelString   MyNote:
  Decorationclassic
  MarginDynamic
  LatexType command
  LatexName note[item]
  NextNoIndent  1
  LeftMarginMMM
  RightMargin   MMM
  Align Block
  AlignPossible Block, Left, Right, Center
  LabelSep  :x
  LabelFont
Shape   Italic
Series  Bold
Color   collapsable
  EndFont

  TextFont
Color   magenta
Shape   Italic
  EndFont
End

But I cannot find it under Insert  Note  ...

Where am I wrong?

Michael



Re: Export LyX notes/comments

2012-08-28 Thread Michael Bach

On 8/28/2012 5:54 PM, Michael Bach wrote:

On 8/28/2012 4:15 PM, Richard Heck wrote:


Just create a new inset by copying, e.g., the comment inset, and then
changing what needs changing. E.g., change the LaTeXName to note, and
the name of the inset to My Note.



Thanks for the hint Richard. I read in the `Customization´ manual that I
could add this on a per-file basis via the `Local Layout´. I tried that,
validated it via button (validate ok) and can find it now in the
paragraph style dropdown list.

Style MyNote
   MarginDynamic
   LatexTypeCommand
   LatexNamenote
   LabelstringMyNote:
End

I followed your advice plus changed LatexType to `Command´. I can now
find it in the paragraph style dropdown list at the very end.

This works well for simple \note{stuff}, but I would like to be able to
have an inset that I can insert after an itemize bullet point so that
the LaTeX looks like

\begin{itemize}
\item one
\item2- two \note[item]2{Note about two}
\end{itemize}

So I went ahead, searched in the docs and the web. Then I tried to
create an inset:

InsetLayout Note:MyNote
   LyXType custom
   LabelStringMyNote:
   Decorationclassic
   MarginDynamic
   LatexTypecommand
   LatexNamenote[item]
   NextNoIndent1
   LeftMarginMMM
   RightMarginMMM
   AlignBlock
   AlignPossibleBlock, Left, Right, Center
   LabelSep:x
   LabelFont
ShapeItalic
SeriesBold
Colorcollapsable
   EndFont

   TextFont
 Colormagenta
 ShapeItalic
   EndFont
End

But I cannot find it under Insert  Note  ...

Where am I wrong?

Michael




Never Mind. After a bit of experimenting, I got it to work using:

InsetLayout Flex:MyNote
  LyXType   custom
  LabelString   MyNote
  Decorationclassic
  MarginDynamic
  LatexType command
  LatexName note[item]
  LabelFont
Shape   Italic
Series  Bold
Color   collapsable
  EndFont
  TextFont
Color   magenta
Shape   Italic
  EndFont
End

Thanks again for your comment

Michael



Re: Export LyX notes/comments

2012-08-28 Thread Richard Heck

On 08/28/2012 11:54 AM, Michael Bach wrote:

On 8/28/2012 4:15 PM, Richard Heck wrote:


Just create a new inset by copying, e.g., the comment inset, and then
changing what needs changing. E.g., change the LaTeXName to note, and
the name of the inset to My Note.



[snip]

Then I tried to create an inset:

InsetLayout Note:MyNote
  LyXType custom
  LabelStringMyNote:
  Decorationclassic
  MarginDynamic
  LatexTypecommand
  LatexNamenote[item]
  NextNoIndent1
  LeftMarginMMM
  RightMarginMMM
  AlignBlock
  AlignPossibleBlock, Left, Right, Center
  LabelSep:x
  LabelFont
ShapeItalic
SeriesBold
Colorcollapsable
  EndFont

  TextFont
Colormagenta
ShapeItalic
  EndFont
End

But I cannot find it under Insert  Note  ...


It will be under InsertCustom Inset.

rh



Re: Lyx Ams align multiple equations in one line with

2012-08-28 Thread Michael Bach

On 8/28/2012 11:41 AM, alexatlyx wrote:

Hi all,

using ams align I can aligne multiple equations in one line using extra .

I wonder how to do this in Lyx?
I can select to have ams align environment, then I see 2 blue boxes - and
then?



Hi Alex,

you can add additional columns for these environments using the `Add 
column´ function in the math toolbar at the bottom of the editing 
window. A handy Shortcut is:

ALT+M C I

this can also be seen by hovering over the icon with your mouse.

If your math toolbar is not visible, make sure you have View  Toolbars 
 Math Panels (auto) checked.


also, have a look into the nice Math user guide under Help  Math.

HTH,

Michael



float border in latex

2012-08-28 Thread Liviu Andronic
Dear all
I have a curious question: Can (table) *floats* in LaTeX have a
*border*? I would like to put a thin, possibly grey border to a table
float and I'm wondering how this could be done. (Table borders are of
no use as the table float contains R output, not traditional tables.)

Regards
Liviu


-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: Uninstalling compiled-from-source Lyx

2012-08-28 Thread UD
Thanks-- I knew about Stow, but sheer laziness stood between me and 
being sensible...


EK


On 08/26/2012 06:01 PM, Alan L Tyree wrote:

On 25/08/12 02:09:50, UD wrote:

I don't think so-- where are they?  However, I SHOULD be able to
uninstall a program that bypassed the package manager, but I guess
that
if there is no uninstall script, I shall have to remove the relevant
files by hand, something I would like to avoid.

I know this advice is no good to you now, but maybe for the future.
Using GNU Stow to install compiled packages makes it easy to back out:
see the short How To at http://wiki.lyx.org/Tips/Compiling.

Cheers,
Alan


EK


On 08/24/2012 12:04 PM, Stephan Witt wrote:

Am 24.08.2012 um 17:04 schrieb UD:


Since I can't get the spellchecker to work with my

compiled-from-source

Did you install the development versions of the spellchecker

libraries?

Stephan





--
Ehud Kaplan, Ph.D.
Jules and Doris Stein /Research to Prevent Blindness/ Professor
*Director*, The laboratory of Visual  Computational Neuroscience
*Director*, Center for Excellence in Computational  Systems
Neuroscience
/Friedman Brain Institute/
Departments of Neuroscience, Ophthalmology, Structural  Chemical
Biology,
The Mount Sinai School of Medicine
One Gustave Levy Place,
NY, NY, 10029






--
Ehud Kaplan, Ph.D.
Jules and Doris Stein /Research to Prevent Blindness/ Professor
*Director*, The laboratory of Visual  Computational Neuroscience
*Director*, Center for Excellence in Computational  Systems Neuroscience
/Friedman Brain Institute/
Departments of Neuroscience, Ophthalmology, Structural  Chemical Biology,
The Mount Sinai School of Medicine
One Gustave Levy Place,
NY, NY, 10029


Re: Uninstalling compiled-from-source Lyx

2012-08-28 Thread UD
I thought that make uninstall works only if the developers wrote an 
uninstall script, which, in this case, they did not.

This is understandable-- who would want ever to /UNINSTALL/ Lyx?
EK

On 08/27/2012 07:00 AM, Jean-Marc Lasgouttes wrote:

2012/8/27 Stephan Witt st.w...@gmx.net:

Am 24.08.2012 um 18:09 schrieb UD:


I don't think so-- where are they?  However, I SHOULD be able to uninstall a 
program that bypassed the package manager, but I guess that if there is no 
uninstall script, I shall have to remove the relevant files by hand, something 
I would like to avoid.

I never tried to build LyX from source directory. So I don't know if the target 
uninstall works there.
I'm building LyX inside a parallel build directory. There the uninstall 
target works for me.
I've checked it with current 2.0.5 branch and 2.1.0 head version.

make uninstall should work inanycase. If it does not, there a bug.

JMarc


--
Ehud Kaplan, Ph.D.
Jules and Doris Stein /Research to Prevent Blindness/ Professor
*Director*, The laboratory of Visual  Computational Neuroscience
*Director*, Center for Excellence in Computational  Systems Neuroscience
/Friedman Brain Institute/
Departments of Neuroscience, Ophthalmology, Structural  Chemical Biology,
The Mount Sinai School of Medicine
One Gustave Levy Place,
NY, NY, 10029


Re: float border in latex

2012-08-28 Thread Marcelo Acuña


I have a curious question: Can (table) *floats* in LaTeX have a
*border*? I would like to put a thin, possibly grey border to a table
float and I'm wondering how this could be done. (Table borders are of
no use as the table float contains R output, not traditional tables.)


Hi,
 you can put a float for a minbox and then put the table into the minibox.
 In minibox setting you can choose the border.

Marcelo


problem with continuous spellchecking

2012-08-28 Thread gregor . hochschild
Hi, 
I am having some problems with continuous spellchecking. Hunspell is set up as 
the spellchecker engine and continuous spellchecking is enabled. It works when 
I go through 'Tools - Spellchecker' and also when I right-click a word for 
suggestions. Misspelled words, however, are not underlined. Any suggestions? 

Thanks!

Mac OS 10.8.1
LyX 2.0.4


RE: problem with continuous spellchecking

2012-08-28 Thread Scott Kostyshak
From: gregor.hochsch...@gmx.de [gregor.hochsch...@gmx.de]
Sent: Tuesday, August 28, 2012 11:07 PM

I am having some problems with continuous spellchecking. Hunspell is set up as 
the spellchecker engine and 
continuous spellchecking is enabled. It works when I go through 'Tools - 
Spellchecker' and also when I right-click a 
word for suggestions. Misspelled words, however, are not underlined. Any 
suggestions?

Hi Gregor,

Could you try changing the zoom (e.g. to 150 or maybe larger) under Tools  
Preferences  Screen fonts.
This worked for someone with your same problem here:
http://www.lyx.org/trac/ticket/8284

If that does work for you, could you please report what your zoom was at 
previously?

Scott

Re: problem with continuous spellchecking

2012-08-28 Thread gregor . hochschild
Thanks, that worked. The zoom was 140% and it's working now with 150%.

Thanks again!

ps: I hope this gets posted now in the right thread.


On Aug 28, 2012, at 11:48 PM, Scott Kostyshak skost...@princeton.edu wrote:

From: gregor.hochsch...@gmx.de [gregor.hochsch...@gmx.de]
Sent: Tuesday, August 28, 2012 11:07 PM

I am having some problems with continuous spellchecking. Hunspell is set up as 
the spellchecker engine and 
continuous spellchecking is enabled. It works when I go through 'Tools - 
Spellchecker' and also when I right-click a 
word for suggestions. Misspelled words, however, are not underlined. Any 
suggestions?

Hi Gregor,

Could you try changing the zoom (e.g. to 150 or maybe larger) under Tools  
Preferences  Screen fonts.
This worked for someone with your same problem here:
http://www.lyx.org/trac/ticket/8284

If that does work for you, could you please report what your zoom was at 
previously?

Scott


RE: problem with continuous spellchecking

2012-08-28 Thread Scott Kostyshak
From: gregor.hochsch...@gmx.de [gregor.hochsch...@gmx.de]
Sent: Tuesday, August 28, 2012 11:53 PM


Thanks, that worked. The zoom was 140% and it's working now with 150%.

Great! Thanks for the info.

ps: I hope this gets posted now in the right thread.

Yes, you responded correctly. I now referenced this email as another case of 
the problem and the confirmed workaround here:
http://www.lyx.org/trac/ticket/8284

Scott

On Aug 28, 2012, at 11:48 PM, Scott Kostyshak skost...@princeton.edu wrote:

From: gregor.hochsch...@gmx.de [gregor.hochsch...@gmx.de]
Sent: Tuesday, August 28, 2012 11:07 PM

I am having some problems with continuous spellchecking. Hunspell is set up as 
the spellchecker engine and
continuous spellchecking is enabled. It works when I go through 'Tools - 
Spellchecker' and also when I right-click a
word for suggestions. Misspelled words, however, are not underlined. Any 
suggestions?

Hi Gregor,

Could you try changing the zoom (e.g. to 150 or maybe larger) under Tools  
Preferences  Screen fonts.
This worked for someone with your same problem here:
http://www.lyx.org/trac/ticket/8284

If that does work for you, could you please report what your zoom was at 
previously?

Scott


LyX 2.0.4 problems on Mac OSX 10.6.8

2012-08-28 Thread Fiona Feinman



Hi. I had not updated my Lyx installation in a while. 
I downloaded lyx 2.0.4 and installed it on my 
Macbook pro running Mac OS X 10.6.8. 
All the template and example folders were empty.
I re-installed MacTex, removed Lyx, and reinstalled 
Lyx and the problem persists. 
I reconfigured Lyx and restarted Lyx but that 
did not solve the problem.
Any tips to fix this problem will be greatly appreciated. 
Thanks!

Fiona



RE: LyX 2.0.4 problems on Mac OSX 10.6.8

2012-08-28 Thread Scott Kostyshak
From: Fiona Feinman [feinman...@yahoo.com]
Sent: Tuesday, August 28, 2012 11:59 PM

Hi. I had not updated my Lyx installation in a while.
I downloaded lyx 2.0.4 and installed it on my
Macbook pro running Mac OS X 10.6.8.
All the template and example folders were empty.
I re-installed MacTex, removed Lyx, and reinstalled
Lyx and the problem persists.
I reconfigured Lyx and restarted Lyx but that
did not solve the problem.
Any tips to fix this problem will be greatly appreciated.
Thanks!

Hi Fiona,

Unfortunately this is a known bug on Macs and I think
it's been around for a while. See the following for
confirmation and some workarounds:
http://www.lyx.org/trac/ticket/4214 (this one is just to
show that this is an old problem)
http://www.lyx.org/trac/ticket/7896
http://comments.gmane.org/gmane.editors.lyx.general/74525

Scott

Vectors in bold

2012-08-28 Thread Merhebi, Bob
Hello there,

I am writing this technical book; so far I've been using the overhead
vectors to represent vectors, but now I changed my mind  want to
represent vectors in bold.

Is it possible to make the change for all previous representations in
one go?

And is the easiest way to do the bold thing with the Ctrl+B or is there
an easier way?

Thanks

-- 
Sincerely Yours,
-Merhebi, Bob

Thunderbird Signature


0x66D60862.asc
Description: application/pgp-keys


Re: Vectors in bold

2012-08-28 Thread Ernesto Posse
You can try writing the following in the preamble:

\renewcommand{\vec}[1]{\ensuremath{\mathbf{#1}}}


On Tue, Aug 28, 2012 at 8:19 AM, Merhebi, Bob bobmerh...@gmail.com wrote:
 Hello there,

 I am writing this technical book; so far I've been using the overhead
 vectors to represent vectors, but now I changed my mind  want to
 represent vectors in bold.

 Is it possible to make the change for all previous representations in
 one go?

 And is the easiest way to do the bold thing with the Ctrl+B or is there
 an easier way?

 Thanks

 --
 Sincerely Yours,
 -Merhebi, Bob

 Thunderbird Signature



-- 
Ernesto Posse

Modelling and Analysis in Software Engineering
School of Computing
Queen's University - Kingston, Ontario, Canada


Export LyX notes/comments

2012-08-28 Thread Michael Bach

Dear LyX Users and Developers,

I understand that notes are only for the LyX documents, not the exported 
pdf documents. The comment inset exports to comment environments in tex.


I am using the presentation (beamer) class and wondered how to use one 
of the insets to export to a \note macro. Did someone set that up 
already? This would be nice because of the option to include the notes 
in the export if one wants to and also to e.g. use the nice enumerate 
markup in LyX.


Michael Bach



Re: Export LyX notes/comments

2012-08-28 Thread Richard Heck

On 08/28/2012 09:23 AM, Michael Bach wrote:

Dear LyX Users and Developers,

I understand that notes are only for the LyX documents, not the 
exported pdf documents. The comment inset exports to comment 
environments in tex.


I am using the presentation (beamer) class and wondered how to use one 
of the insets to export to a \note macro. Did someone set that up 
already? This would be nice because of the option to include the notes 
in the export if one wants to and also to e.g. use the nice enumerate 
markup in LyX.


Just create a new inset by copying, e.g., the comment inset, and then 
changing what needs changing. E.g., change the LaTeXName to note, and 
the name of the inset to My Note.


Richard



Re: Export LyX notes/comments

2012-08-28 Thread Michael Bach

On 8/28/2012 4:15 PM, Richard Heck wrote:


Just create a new inset by copying, e.g., the comment inset, and then
changing what needs changing. E.g., change the LaTeXName to note, and
the name of the inset to My Note.



Thanks for the hint Richard. I read in the `Customization´ manual that I 
could add this on a per-file basis via the `Local Layout´. I tried that, 
validated it via button (validate ok) and can find it now in the 
paragraph style dropdown list.


Style MyNote
  MarginDynamic
  LatexType Command
  LatexName note
  Labelstring   MyNote:
End

I followed your advice plus changed LatexType to `Command´. I can now 
find it in the paragraph style dropdown list at the very end.


This works well for simple \note{stuff}, but I would like to be able to 
have an inset that I can insert after an itemize bullet point so that 
the LaTeX looks like


\begin{itemize}
\item one
\item2- two \note[item]2{Note about two}
\end{itemize}

So I went ahead, searched in the docs and the web. Then I tried to 
create an inset:


InsetLayout Note:MyNote
  LyXType   custom
  LabelString   MyNote:
  Decorationclassic
  MarginDynamic
  LatexType command
  LatexName note[item]
  NextNoIndent  1
  LeftMarginMMM
  RightMargin   MMM
  Align Block
  AlignPossible Block, Left, Right, Center
  LabelSep  :x
  LabelFont
Shape   Italic
Series  Bold
Color   collapsable
  EndFont

  TextFont
Color   magenta
Shape   Italic
  EndFont
End

But I cannot find it under Insert  Note  ...

Where am I wrong?

Michael



Re: Export LyX notes/comments

2012-08-28 Thread Michael Bach

On 8/28/2012 5:54 PM, Michael Bach wrote:

On 8/28/2012 4:15 PM, Richard Heck wrote:


Just create a new inset by copying, e.g., the comment inset, and then
changing what needs changing. E.g., change the LaTeXName to note, and
the name of the inset to My Note.



Thanks for the hint Richard. I read in the `Customization´ manual that I
could add this on a per-file basis via the `Local Layout´. I tried that,
validated it via button (validate ok) and can find it now in the
paragraph style dropdown list.

Style MyNote
   MarginDynamic
   LatexTypeCommand
   LatexNamenote
   LabelstringMyNote:
End

I followed your advice plus changed LatexType to `Command´. I can now
find it in the paragraph style dropdown list at the very end.

This works well for simple \note{stuff}, but I would like to be able to
have an inset that I can insert after an itemize bullet point so that
the LaTeX looks like

\begin{itemize}
\item one
\item2- two \note[item]2{Note about two}
\end{itemize}

So I went ahead, searched in the docs and the web. Then I tried to
create an inset:

InsetLayout Note:MyNote
   LyXType custom
   LabelStringMyNote:
   Decorationclassic
   MarginDynamic
   LatexTypecommand
   LatexNamenote[item]
   NextNoIndent1
   LeftMarginMMM
   RightMarginMMM
   AlignBlock
   AlignPossibleBlock, Left, Right, Center
   LabelSep:x
   LabelFont
ShapeItalic
SeriesBold
Colorcollapsable
   EndFont

   TextFont
 Colormagenta
 ShapeItalic
   EndFont
End

But I cannot find it under Insert  Note  ...

Where am I wrong?

Michael




Never Mind. After a bit of experimenting, I got it to work using:

InsetLayout Flex:MyNote
  LyXType   custom
  LabelString   MyNote
  Decorationclassic
  MarginDynamic
  LatexType command
  LatexName note[item]
  LabelFont
Shape   Italic
Series  Bold
Color   collapsable
  EndFont
  TextFont
Color   magenta
Shape   Italic
  EndFont
End

Thanks again for your comment

Michael



Re: Export LyX notes/comments

2012-08-28 Thread Richard Heck

On 08/28/2012 11:54 AM, Michael Bach wrote:

On 8/28/2012 4:15 PM, Richard Heck wrote:


Just create a new inset by copying, e.g., the comment inset, and then
changing what needs changing. E.g., change the LaTeXName to note, and
the name of the inset to My Note.



[snip]

Then I tried to create an inset:

InsetLayout Note:MyNote
  LyXType custom
  LabelStringMyNote:
  Decorationclassic
  MarginDynamic
  LatexTypecommand
  LatexNamenote[item]
  NextNoIndent1
  LeftMarginMMM
  RightMarginMMM
  AlignBlock
  AlignPossibleBlock, Left, Right, Center
  LabelSep:x
  LabelFont
ShapeItalic
SeriesBold
Colorcollapsable
  EndFont

  TextFont
Colormagenta
ShapeItalic
  EndFont
End

But I cannot find it under Insert  Note  ...


It will be under InsertCustom Inset.

rh



Re: Lyx Ams align multiple equations in one line with

2012-08-28 Thread Michael Bach

On 8/28/2012 11:41 AM, alexatlyx wrote:

Hi all,

using ams align I can aligne multiple equations in one line using extra .

I wonder how to do this in Lyx?
I can select to have ams align environment, then I see 2 blue boxes - and
then?



Hi Alex,

you can add additional columns for these environments using the `Add 
column´ function in the math toolbar at the bottom of the editing 
window. A handy Shortcut is:

ALT+M C I

this can also be seen by hovering over the icon with your mouse.

If your math toolbar is not visible, make sure you have View  Toolbars 
 Math Panels (auto) checked.


also, have a look into the nice Math user guide under Help  Math.

HTH,

Michael



float border in latex

2012-08-28 Thread Liviu Andronic
Dear all
I have a curious question: Can (table) *floats* in LaTeX have a
*border*? I would like to put a thin, possibly grey border to a table
float and I'm wondering how this could be done. (Table borders are of
no use as the table float contains R output, not traditional tables.)

Regards
Liviu


-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: Uninstalling compiled-from-source Lyx

2012-08-28 Thread UD
Thanks-- I knew about Stow, but sheer laziness stood between me and 
being sensible...


EK


On 08/26/2012 06:01 PM, Alan L Tyree wrote:

On 25/08/12 02:09:50, UD wrote:

I don't think so-- where are they?  However, I SHOULD be able to
uninstall a program that bypassed the package manager, but I guess
that
if there is no uninstall script, I shall have to remove the relevant
files by hand, something I would like to avoid.

I know this advice is no good to you now, but maybe for the future.
Using GNU Stow to install compiled packages makes it easy to back out:
see the short How To at http://wiki.lyx.org/Tips/Compiling.

Cheers,
Alan


EK


On 08/24/2012 12:04 PM, Stephan Witt wrote:

Am 24.08.2012 um 17:04 schrieb UD:


Since I can't get the spellchecker to work with my

compiled-from-source

Did you install the development versions of the spellchecker

libraries?

Stephan





--
Ehud Kaplan, Ph.D.
Jules and Doris Stein /Research to Prevent Blindness/ Professor
*Director*, The laboratory of Visual  Computational Neuroscience
*Director*, Center for Excellence in Computational  Systems
Neuroscience
/Friedman Brain Institute/
Departments of Neuroscience, Ophthalmology, Structural  Chemical
Biology,
The Mount Sinai School of Medicine
One Gustave Levy Place,
NY, NY, 10029






--
Ehud Kaplan, Ph.D.
Jules and Doris Stein /Research to Prevent Blindness/ Professor
*Director*, The laboratory of Visual  Computational Neuroscience
*Director*, Center for Excellence in Computational  Systems Neuroscience
/Friedman Brain Institute/
Departments of Neuroscience, Ophthalmology, Structural  Chemical Biology,
The Mount Sinai School of Medicine
One Gustave Levy Place,
NY, NY, 10029


Re: Uninstalling compiled-from-source Lyx

2012-08-28 Thread UD
I thought that make uninstall works only if the developers wrote an 
uninstall script, which, in this case, they did not.

This is understandable-- who would want ever to /UNINSTALL/ Lyx?
EK

On 08/27/2012 07:00 AM, Jean-Marc Lasgouttes wrote:

2012/8/27 Stephan Witt st.w...@gmx.net:

Am 24.08.2012 um 18:09 schrieb UD:


I don't think so-- where are they?  However, I SHOULD be able to uninstall a 
program that bypassed the package manager, but I guess that if there is no 
uninstall script, I shall have to remove the relevant files by hand, something 
I would like to avoid.

I never tried to build LyX from source directory. So I don't know if the target 
uninstall works there.
I'm building LyX inside a parallel build directory. There the uninstall 
target works for me.
I've checked it with current 2.0.5 branch and 2.1.0 head version.

make uninstall should work inanycase. If it does not, there a bug.

JMarc


--
Ehud Kaplan, Ph.D.
Jules and Doris Stein /Research to Prevent Blindness/ Professor
*Director*, The laboratory of Visual  Computational Neuroscience
*Director*, Center for Excellence in Computational  Systems Neuroscience
/Friedman Brain Institute/
Departments of Neuroscience, Ophthalmology, Structural  Chemical Biology,
The Mount Sinai School of Medicine
One Gustave Levy Place,
NY, NY, 10029


Re: float border in latex

2012-08-28 Thread Marcelo Acuña


I have a curious question: Can (table) *floats* in LaTeX have a
*border*? I would like to put a thin, possibly grey border to a table
float and I'm wondering how this could be done. (Table borders are of
no use as the table float contains R output, not traditional tables.)


Hi,
 you can put a float for a minbox and then put the table into the minibox.
 In minibox setting you can choose the border.

Marcelo


problem with continuous spellchecking

2012-08-28 Thread gregor . hochschild
Hi, 
I am having some problems with continuous spellchecking. Hunspell is set up as 
the spellchecker engine and continuous spellchecking is enabled. It works when 
I go through 'Tools - Spellchecker' and also when I right-click a word for 
suggestions. Misspelled words, however, are not underlined. Any suggestions? 

Thanks!

Mac OS 10.8.1
LyX 2.0.4


RE: problem with continuous spellchecking

2012-08-28 Thread Scott Kostyshak
From: gregor.hochsch...@gmx.de [gregor.hochsch...@gmx.de]
Sent: Tuesday, August 28, 2012 11:07 PM

I am having some problems with continuous spellchecking. Hunspell is set up as 
the spellchecker engine and 
continuous spellchecking is enabled. It works when I go through 'Tools - 
Spellchecker' and also when I right-click a 
word for suggestions. Misspelled words, however, are not underlined. Any 
suggestions?

Hi Gregor,

Could you try changing the zoom (e.g. to 150 or maybe larger) under Tools  
Preferences  Screen fonts.
This worked for someone with your same problem here:
http://www.lyx.org/trac/ticket/8284

If that does work for you, could you please report what your zoom was at 
previously?

Scott

Re: problem with continuous spellchecking

2012-08-28 Thread gregor . hochschild
Thanks, that worked. The zoom was 140% and it's working now with 150%.

Thanks again!

ps: I hope this gets posted now in the right thread.


On Aug 28, 2012, at 11:48 PM, Scott Kostyshak skost...@princeton.edu wrote:

From: gregor.hochsch...@gmx.de [gregor.hochsch...@gmx.de]
Sent: Tuesday, August 28, 2012 11:07 PM

I am having some problems with continuous spellchecking. Hunspell is set up as 
the spellchecker engine and 
continuous spellchecking is enabled. It works when I go through 'Tools - 
Spellchecker' and also when I right-click a 
word for suggestions. Misspelled words, however, are not underlined. Any 
suggestions?

Hi Gregor,

Could you try changing the zoom (e.g. to 150 or maybe larger) under Tools  
Preferences  Screen fonts.
This worked for someone with your same problem here:
http://www.lyx.org/trac/ticket/8284

If that does work for you, could you please report what your zoom was at 
previously?

Scott


RE: problem with continuous spellchecking

2012-08-28 Thread Scott Kostyshak
From: gregor.hochsch...@gmx.de [gregor.hochsch...@gmx.de]
Sent: Tuesday, August 28, 2012 11:53 PM


Thanks, that worked. The zoom was 140% and it's working now with 150%.

Great! Thanks for the info.

ps: I hope this gets posted now in the right thread.

Yes, you responded correctly. I now referenced this email as another case of 
the problem and the confirmed workaround here:
http://www.lyx.org/trac/ticket/8284

Scott

On Aug 28, 2012, at 11:48 PM, Scott Kostyshak skost...@princeton.edu wrote:

From: gregor.hochsch...@gmx.de [gregor.hochsch...@gmx.de]
Sent: Tuesday, August 28, 2012 11:07 PM

I am having some problems with continuous spellchecking. Hunspell is set up as 
the spellchecker engine and
continuous spellchecking is enabled. It works when I go through 'Tools - 
Spellchecker' and also when I right-click a
word for suggestions. Misspelled words, however, are not underlined. Any 
suggestions?

Hi Gregor,

Could you try changing the zoom (e.g. to 150 or maybe larger) under Tools  
Preferences  Screen fonts.
This worked for someone with your same problem here:
http://www.lyx.org/trac/ticket/8284

If that does work for you, could you please report what your zoom was at 
previously?

Scott


LyX 2.0.4 problems on Mac OSX 10.6.8

2012-08-28 Thread Fiona Feinman



Hi. I had not updated my Lyx installation in a while. 
I downloaded lyx 2.0.4 and installed it on my 
Macbook pro running Mac OS X 10.6.8. 
All the template and example folders were empty.
I re-installed MacTex, removed Lyx, and reinstalled 
Lyx and the problem persists. 
I reconfigured Lyx and restarted Lyx but that 
did not solve the problem.
Any tips to fix this problem will be greatly appreciated. 
Thanks!

Fiona



RE: LyX 2.0.4 problems on Mac OSX 10.6.8

2012-08-28 Thread Scott Kostyshak
From: Fiona Feinman [feinman...@yahoo.com]
Sent: Tuesday, August 28, 2012 11:59 PM

Hi. I had not updated my Lyx installation in a while.
I downloaded lyx 2.0.4 and installed it on my
Macbook pro running Mac OS X 10.6.8.
All the template and example folders were empty.
I re-installed MacTex, removed Lyx, and reinstalled
Lyx and the problem persists.
I reconfigured Lyx and restarted Lyx but that
did not solve the problem.
Any tips to fix this problem will be greatly appreciated.
Thanks!

Hi Fiona,

Unfortunately this is a known bug on Macs and I think
it's been around for a while. See the following for
confirmation and some workarounds:
http://www.lyx.org/trac/ticket/4214 (this one is just to
show that this is an old problem)
http://www.lyx.org/trac/ticket/7896
http://comments.gmane.org/gmane.editors.lyx.general/74525

Scott

Vectors in bold

2012-08-28 Thread Merhebi, Bob
Hello there,

I am writing this technical book; so far I've been using the overhead
vectors to represent vectors, but now I changed my mind & want to
represent vectors in bold.

Is it possible to make the change for all previous representations in
one go?

And is the easiest way to do the bold thing with the Ctrl+B or is there
an easier way?

Thanks

-- 
Sincerely Yours,
-Merhebi, Bob

Thunderbird Signature


0x66D60862.asc
Description: application/pgp-keys


Re: Vectors in bold

2012-08-28 Thread Ernesto Posse
You can try writing the following in the preamble:

\renewcommand{\vec}[1]{\ensuremath{\mathbf{#1}}}


On Tue, Aug 28, 2012 at 8:19 AM, Merhebi, Bob  wrote:
> Hello there,
>
> I am writing this technical book; so far I've been using the overhead
> vectors to represent vectors, but now I changed my mind & want to
> represent vectors in bold.
>
> Is it possible to make the change for all previous representations in
> one go?
>
> And is the easiest way to do the bold thing with the Ctrl+B or is there
> an easier way?
>
> Thanks
>
> --
> Sincerely Yours,
> -Merhebi, Bob
>
> Thunderbird Signature



-- 
Ernesto Posse

Modelling and Analysis in Software Engineering
School of Computing
Queen's University - Kingston, Ontario, Canada


Export LyX notes/comments

2012-08-28 Thread Michael Bach

Dear LyX Users and Developers,

I understand that notes are only for the LyX documents, not the exported 
pdf documents. The comment inset exports to comment environments in tex.


I am using the presentation (beamer) class and wondered how to use one 
of the insets to export to a \note macro. Did someone set that up 
already? This would be nice because of the option to include the notes 
in the export if one wants to and also to e.g. use the nice enumerate 
markup in LyX.


Michael Bach



Re: Export LyX notes/comments

2012-08-28 Thread Richard Heck

On 08/28/2012 09:23 AM, Michael Bach wrote:

Dear LyX Users and Developers,

I understand that notes are only for the LyX documents, not the 
exported pdf documents. The comment inset exports to comment 
environments in tex.


I am using the presentation (beamer) class and wondered how to use one 
of the insets to export to a \note macro. Did someone set that up 
already? This would be nice because of the option to include the notes 
in the export if one wants to and also to e.g. use the nice enumerate 
markup in LyX.


Just create a new inset by copying, e.g., the comment inset, and then 
changing what needs changing. E.g., change the LaTeXName to "note", and 
the name of the inset to "My Note".


Richard



Re: Export LyX notes/comments

2012-08-28 Thread Michael Bach

On 8/28/2012 4:15 PM, Richard Heck wrote:


Just create a new inset by copying, e.g., the comment inset, and then
changing what needs changing. E.g., change the LaTeXName to "note", and
the name of the inset to "My Note".



Thanks for the hint Richard. I read in the `Customization´ manual that I 
could add this on a per-file basis via the `Local Layout´. I tried that, 
validated it via button (validate ok) and can find it now in the 
paragraph style dropdown list.


Style MyNote
  MarginDynamic
  LatexType Command
  LatexName note
  Labelstring   "MyNote:"
End

I followed your advice plus changed LatexType to `Command´. I can now 
find it in the paragraph style dropdown list at the very end.


This works well for simple \note{stuff}, but I would like to be able to 
have an inset that I can insert after an itemize bullet point so that 
the LaTeX looks like


\begin{itemize}
\item one
\item<2-> two \note[item]<2>{Note about two}
\end{itemize}

So I went ahead, searched in the docs and the web. Then I tried to 
create an inset:


InsetLayout "Note:MyNote"
  LyXType   custom
  LabelString   "MyNote:"
  Decorationclassic
  MarginDynamic
  LatexType command
  LatexName note[item]
  NextNoIndent  1
  LeftMarginMMM
  RightMargin   MMM
  Align Block
  AlignPossible Block, Left, Right, Center
  LabelSep  :x
  LabelFont
Shape   Italic
Series  Bold
Color   collapsable
  EndFont

  TextFont
Color   magenta
Shape   Italic
  EndFont
End

But I cannot find it under Insert > Note > ...

Where am I wrong?

Michael



Re: Export LyX notes/comments

2012-08-28 Thread Michael Bach

On 8/28/2012 5:54 PM, Michael Bach wrote:

On 8/28/2012 4:15 PM, Richard Heck wrote:


Just create a new inset by copying, e.g., the comment inset, and then
changing what needs changing. E.g., change the LaTeXName to "note", and
the name of the inset to "My Note".



Thanks for the hint Richard. I read in the `Customization´ manual that I
could add this on a per-file basis via the `Local Layout´. I tried that,
validated it via button (validate ok) and can find it now in the
paragraph style dropdown list.

Style MyNote
   MarginDynamic
   LatexTypeCommand
   LatexNamenote
   Labelstring"MyNote:"
End

I followed your advice plus changed LatexType to `Command´. I can now
find it in the paragraph style dropdown list at the very end.

This works well for simple \note{stuff}, but I would like to be able to
have an inset that I can insert after an itemize bullet point so that
the LaTeX looks like

\begin{itemize}
\item one
\item<2-> two \note[item]<2>{Note about two}
\end{itemize}

So I went ahead, searched in the docs and the web. Then I tried to
create an inset:

InsetLayout "Note:MyNote"
   LyXType custom
   LabelString"MyNote:"
   Decorationclassic
   MarginDynamic
   LatexTypecommand
   LatexNamenote[item]
   NextNoIndent1
   LeftMarginMMM
   RightMarginMMM
   AlignBlock
   AlignPossibleBlock, Left, Right, Center
   LabelSep:x
   LabelFont
ShapeItalic
SeriesBold
Colorcollapsable
   EndFont

   TextFont
 Colormagenta
 ShapeItalic
   EndFont
End

But I cannot find it under Insert > Note > ...

Where am I wrong?

Michael




Never Mind. After a bit of experimenting, I got it to work using:

InsetLayout "Flex:MyNote"
  LyXType   custom
  LabelString   "MyNote"
  Decorationclassic
  MarginDynamic
  LatexType command
  LatexName note[item]
  LabelFont
Shape   Italic
Series  Bold
Color   collapsable
  EndFont
  TextFont
Color   magenta
Shape   Italic
  EndFont
End

Thanks again for your comment

Michael



Re: Export LyX notes/comments

2012-08-28 Thread Richard Heck

On 08/28/2012 11:54 AM, Michael Bach wrote:

On 8/28/2012 4:15 PM, Richard Heck wrote:


Just create a new inset by copying, e.g., the comment inset, and then
changing what needs changing. E.g., change the LaTeXName to "note", and
the name of the inset to "My Note".



[snip]

Then I tried to create an inset:

InsetLayout "Note:MyNote"
  LyXType custom
  LabelString"MyNote:"
  Decorationclassic
  MarginDynamic
  LatexTypecommand
  LatexNamenote[item]
  NextNoIndent1
  LeftMarginMMM
  RightMarginMMM
  AlignBlock
  AlignPossibleBlock, Left, Right, Center
  LabelSep:x
  LabelFont
ShapeItalic
SeriesBold
Colorcollapsable
  EndFont

  TextFont
Colormagenta
ShapeItalic
  EndFont
End

But I cannot find it under Insert > Note > ...


It will be under Insert>Custom Inset.

rh



Re: Lyx Ams align multiple equations in one line with

2012-08-28 Thread Michael Bach

On 8/28/2012 11:41 AM, alexatlyx wrote:

Hi all,

using ams align I can aligne multiple equations in one line using extra &.

I wonder how to do this in Lyx?
I can select to have ams align environment, then I see 2 blue boxes - and
then?



Hi Alex,

you can add additional columns for these environments using the `Add 
column´ function in the math toolbar at the bottom of the editing 
window. A handy Shortcut is:

ALT+M C I

this can also be seen by hovering over the icon with your mouse.

If your math toolbar is not visible, make sure you have View > Toolbars 
> Math Panels (auto) checked.


also, have a look into the nice Math user guide under Help > Math.

HTH,

Michael



float border in latex

2012-08-28 Thread Liviu Andronic
Dear all
I have a curious question: Can (table) *floats* in LaTeX have a
*border*? I would like to put a thin, possibly grey border to a table
float and I'm wondering how this could be done. (Table borders are of
no use as the table float contains R output, not traditional tables.)

Regards
Liviu


-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: Uninstalling compiled-from-source Lyx

2012-08-28 Thread UD
Thanks-- I knew about Stow, but sheer laziness stood between me and 
being sensible...


EK


On 08/26/2012 06:01 PM, Alan L Tyree wrote:

On 25/08/12 02:09:50, UD wrote:

I don't think so-- where are they?  However, I SHOULD be able to
uninstall a program that bypassed the package manager, but I guess
that
if there is no uninstall script, I shall have to remove the relevant
files by hand, something I would like to avoid.

I know this advice is no good to you now, but maybe for the future.
Using GNU Stow to install compiled packages makes it easy to back out:
see the short How To at http://wiki.lyx.org/Tips/Compiling.

Cheers,
Alan


EK


On 08/24/2012 12:04 PM, Stephan Witt wrote:

Am 24.08.2012 um 17:04 schrieb UD:


Since I can't get the spellchecker to work with my

compiled-from-source

Did you install the development versions of the spellchecker

libraries?

Stephan





--
Ehud Kaplan, Ph.D.
Jules and Doris Stein /Research to Prevent Blindness/ Professor
*Director*, The laboratory of Visual & Computational Neuroscience
*Director*, Center for Excellence in Computational & Systems
Neuroscience
/Friedman Brain Institute/
Departments of Neuroscience, Ophthalmology, Structural & Chemical
Biology,
The Mount Sinai School of Medicine
One Gustave Levy Place,
NY, NY, 10029






--
Ehud Kaplan, Ph.D.
Jules and Doris Stein /Research to Prevent Blindness/ Professor
*Director*, The laboratory of Visual & Computational Neuroscience
*Director*, Center for Excellence in Computational & Systems Neuroscience
/Friedman Brain Institute/
Departments of Neuroscience, Ophthalmology, Structural & Chemical Biology,
The Mount Sinai School of Medicine
One Gustave Levy Place,
NY, NY, 10029


Re: Uninstalling compiled-from-source Lyx

2012-08-28 Thread UD
I thought that make uninstall works only if the developers wrote an 
uninstall script, which, in this case, they did not.

This is understandable-- who would want ever to /UNINSTALL/ Lyx?
EK

On 08/27/2012 07:00 AM, Jean-Marc Lasgouttes wrote:

2012/8/27 Stephan Witt :

Am 24.08.2012 um 18:09 schrieb UD:


I don't think so-- where are they?  However, I SHOULD be able to uninstall a 
program that bypassed the package manager, but I guess that if there is no 
uninstall script, I shall have to remove the relevant files by hand, something 
I would like to avoid.

I never tried to build LyX from source directory. So I don't know if the target 
"uninstall" works there.
I'm building LyX inside a parallel build directory. There the "uninstall" 
target works for me.
I've checked it with current 2.0.5 branch and 2.1.0 head version.

"make uninstall" should work inanycase. If it does not, there a bug.

JMarc


--
Ehud Kaplan, Ph.D.
Jules and Doris Stein /Research to Prevent Blindness/ Professor
*Director*, The laboratory of Visual & Computational Neuroscience
*Director*, Center for Excellence in Computational & Systems Neuroscience
/Friedman Brain Institute/
Departments of Neuroscience, Ophthalmology, Structural & Chemical Biology,
The Mount Sinai School of Medicine
One Gustave Levy Place,
NY, NY, 10029


Re: float border in latex

2012-08-28 Thread Marcelo Acuña


>I have a curious question: Can (table) *floats* in LaTeX have a
*border*? I would like to put a thin, possibly grey border to a table
float and I'm wondering how this could be done. (Table borders are of
no use as the table float contains R output, not traditional tables.)
>

Hi,
 you can put a float for a minbox and then put the table into the minibox.
 In minibox setting you can choose the border.

Marcelo


problem with continuous spellchecking

2012-08-28 Thread gregor . hochschild
Hi, 
I am having some problems with continuous spellchecking. Hunspell is set up as 
the spellchecker engine and continuous spellchecking is enabled. It works when 
I go through 'Tools -> Spellchecker' and also when I right-click a word for 
suggestions. Misspelled words, however, are not underlined. Any suggestions? 

Thanks!

Mac OS 10.8.1
LyX 2.0.4


RE: problem with continuous spellchecking

2012-08-28 Thread Scott Kostyshak
From: gregor.hochsch...@gmx.de [gregor.hochsch...@gmx.de]
Sent: Tuesday, August 28, 2012 11:07 PM

>I am having some problems with continuous spellchecking. Hunspell is set up as 
>the spellchecker engine and 
>continuous spellchecking is enabled. It works when I go through 'Tools -> 
>Spellchecker' and also when I right-click a 
>word for suggestions. Misspelled words, however, are not underlined. Any 
>suggestions?

Hi Gregor,

Could you try changing the zoom (e.g. to 150 or maybe larger) under Tools > 
Preferences > Screen fonts.
This worked for someone with your same problem here:
http://www.lyx.org/trac/ticket/8284

If that does work for you, could you please report what your zoom was at 
previously?

Scott

Re: problem with continuous spellchecking

2012-08-28 Thread gregor . hochschild
Thanks, that worked. The zoom was 140% and it's working now with 150%.

Thanks again!

ps: I hope this gets posted now in the right thread.


On Aug 28, 2012, at 11:48 PM, Scott Kostyshak  wrote:

From: gregor.hochsch...@gmx.de [gregor.hochsch...@gmx.de]
Sent: Tuesday, August 28, 2012 11:07 PM

I am having some problems with continuous spellchecking. Hunspell is set up as 
the spellchecker engine and 
continuous spellchecking is enabled. It works when I go through 'Tools -> 
Spellchecker' and also when I right-click a 
word for suggestions. Misspelled words, however, are not underlined. Any 
suggestions?

Hi Gregor,

Could you try changing the zoom (e.g. to 150 or maybe larger) under Tools > 
Preferences > Screen fonts.
This worked for someone with your same problem here:
http://www.lyx.org/trac/ticket/8284

If that does work for you, could you please report what your zoom was at 
previously?

Scott


RE: problem with continuous spellchecking

2012-08-28 Thread Scott Kostyshak
From: gregor.hochsch...@gmx.de [gregor.hochsch...@gmx.de]
Sent: Tuesday, August 28, 2012 11:53 PM


>Thanks, that worked. The zoom was 140% and it's working now with 150%.

Great! Thanks for the info.

>ps: I hope this gets posted now in the right thread.

Yes, you responded correctly. I now referenced this email as another case of 
the problem and the confirmed workaround here:
http://www.lyx.org/trac/ticket/8284

Scott

On Aug 28, 2012, at 11:48 PM, Scott Kostyshak  wrote:

From: gregor.hochsch...@gmx.de [gregor.hochsch...@gmx.de]
Sent: Tuesday, August 28, 2012 11:07 PM

I am having some problems with continuous spellchecking. Hunspell is set up as 
the spellchecker engine and
continuous spellchecking is enabled. It works when I go through 'Tools -> 
Spellchecker' and also when I right-click a
word for suggestions. Misspelled words, however, are not underlined. Any 
suggestions?

Hi Gregor,

Could you try changing the zoom (e.g. to 150 or maybe larger) under Tools > 
Preferences > Screen fonts.
This worked for someone with your same problem here:
http://www.lyx.org/trac/ticket/8284

If that does work for you, could you please report what your zoom was at 
previously?

Scott


LyX 2.0.4 problems on Mac OSX 10.6.8

2012-08-28 Thread Fiona Feinman



Hi. I had not updated my Lyx installation in a while. 
I downloaded lyx 2.0.4 and installed it on my 
Macbook pro running Mac OS X 10.6.8. 
All the template and example folders were empty.
I re-installed MacTex, removed Lyx, and reinstalled 
Lyx and the problem persists. 
I reconfigured Lyx and restarted Lyx but that 
did not solve the problem.
Any tips to fix this problem will be greatly appreciated. 
Thanks!

Fiona



RE: LyX 2.0.4 problems on Mac OSX 10.6.8

2012-08-28 Thread Scott Kostyshak
From: Fiona Feinman [feinman...@yahoo.com]
Sent: Tuesday, August 28, 2012 11:59 PM

>Hi. I had not updated my Lyx installation in a while.
>I downloaded lyx 2.0.4 and installed it on my
>Macbook pro running Mac OS X 10.6.8.
>All the template and example folders were empty.
>I re-installed MacTex, removed Lyx, and reinstalled
>Lyx and the problem persists.
>I reconfigured Lyx and restarted Lyx but that
>did not solve the problem.
>Any tips to fix this problem will be greatly appreciated.
>Thanks!

Hi Fiona,

Unfortunately this is a known bug on Macs and I think
it's been around for a while. See the following for
confirmation and some workarounds:
http://www.lyx.org/trac/ticket/4214 (this one is just to
show that this is an old problem)
http://www.lyx.org/trac/ticket/7896
http://comments.gmane.org/gmane.editors.lyx.general/74525

Scott