Re: Uninstalling compiled-from-source Lyx

2012-08-29 Thread Stephan Witt
Am 24.08.2012 um 17:04 schrieb UD:

 Since I can't get the spellchecker to work with my compiled-from-source
 Lyx 2.0.4 (all the relevant boxes are grayed out, despite having all the 
 dictionaries and spellcheckers installed), I would like to
 uninstall it.
 However,  the installation was done from the source, not through the ubuntu 
 package
 manager, so I need to do it by hand, but
 
 sudo make uninstallin the source directory 
 
 returns: make: *** No rule to make target `uninstall'.  Stop.
 
 Any advice?

As mentioned already in this thread this should work and it worked for me.
In case you're interested in a solution you have to tell more about
where you are doing these steps as a recipe to follow in detail.
E. g. is the source directory the top level directory of the checkout
or is it the sub directory src? And post the complete output if there is any.

Stephan

headers with fancy option are repeated beyond TOC

2012-08-29 Thread Marcelo Acuña
Hi,
 I start new book with koma-script and option fancy headings.
 I put TOC after dedication and noted that headers are printed in page of 
Introduction.
 How I can solve this problem?




 
Marcelo Acuña
visitá mi sitio web http://www.aleph-uno.com.ar
==

Re: Vectors in bold

2012-08-29 Thread Merhebi, Bob
Thanks Ernesto,

That fixed it :D

Have a great day.

On Tue 28 Aug 2012 03:55:52 PM EEST, Ernesto Posse wrote:
 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




--
Sincerely Yours,
-Merhebi, Bob

Thunderbird Signature



Re: Uninstalling compiled-from-source Lyx

2012-08-29 Thread UD
Thanks, Stephan, but since I now have a working system I prefer to deal 
with that the next time it becomes an issue (if it does).


Thanks for the help--

EK

On 08/29/2012 04:56 AM, 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
Lyx 2.0.4 (all the relevant boxes are grayed out, despite having all the 
dictionaries and spellcheckers installed), I would like to
uninstall it.
However,  the installation was done from the source, not through the ubuntu 
package
manager, so I need to do it by hand, but

sudo make uninstallin the source directory

returns: make: *** No rule to make target `uninstall'.  Stop.

Any advice?

As mentioned already in this thread this should work and it worked for me.
In case you're interested in a solution you have to tell more about
where you are doing these steps as a recipe to follow in detail.
E. g. is the source directory the top level directory of the checkout
or is it the sub directory src? And post the complete output if there is any.

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


One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Rich Shepard

  The issue is a minor one, but has not appeared (literally) before now. I
find no space between a table caption and the table beneath it. This lack of
space is seen both in the LyX window and the pdflatex-compiled document. My
remedy is to add \vspace{10pt} on a line between the caption and the table
body. This works for me.

  The bug shows up when I check spelling and causes the application to
segfault and crash. If someone provides me with a pointer how to save the
source of the problem I'll be happy to pass it on to the developers. I don't
suppose it can be seen in the .emergency file that I reload when this
occurs.

Rich



Re: headers with fancy option are repeated beyond TOC

2012-08-29 Thread Paul A . Rubin
I don't know if it helps here, but in general you can put \thispagestyle{empty}
in ERT and switch the style of just the page in which it appears.

Paul




RE: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Scott Kostyshak
From: Rich Shepard [rshep...@appl-ecosys.com]
Sent: Wednesday, August 29, 2012 5:51 PM

   The issue is a minor one, but has not appeared (literally) before now. I
 find no space between a table caption and the table beneath it. This lack of
 space is seen both in the LyX window and the pdflatex-compiled document. My
 remedy is to add \vspace{10pt} on a line between the caption and the table
 body. This works for me.

What version did you not see this in before? I don't know if this is a bug or 
not.
When you look at the LaTeX code is there something that is obviously wrong?

   The bug shows up when I check spelling and causes the application to
 segfault and crash. If someone provides me with a pointer how to save the
 source of the problem I'll be happy to pass it on to the developers. I don't
 suppose it can be seen in the .emergency file that I reload when this
 occurs.

If you would like to compile by source, then you could send a backtrace. The 
first
step, actually, would be to see if the problem was already fixed by compiling 
the
development version(s) and seeing if you can reproduce the bug. Or, you can send
a minimal .lyx file with exact instructions on how to reproduce the crash.

Scott

RE: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Rich Shepard

On Thu, 30 Aug 2012, Scott Kostyshak wrote:


What version did you not see this in before? I don't know if this is a bug
or not. When you look at the LaTeX code is there something that is
obviously wrong?


  All prior versions. I've not looked at the .tex file.


If you would like to compile by source,


  That's how I build all my applications.


The first step, actually, would be to see if the problem was already fixed
by compiling the development version(s) and seeing if you can reproduce
the bug. Or, you can send a minimal .lyx file with exact instructions on
how to reproduce the crash.


  Difficult to send a minimal file with exact instructions when the problem
occurs only when I'm checking spelling. Not all the time, either, but that's
the only time LyX crashes.

Rich



RE: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Scott Kostyshak
From: Rich Shepard [rshep...@appl-ecosys.com]
Sent: Wednesday, August 29, 2012 9:17 PM

 On Thu, 30 Aug 2012, Scott Kostyshak wrote:

 What version did you not see this in before? I don't know if this is a bug
 or not. When you look at the LaTeX code is there something that is
 obviously wrong?

   All prior versions. I've not looked at the .tex file.

OK. Well one way to nail the source of the problem down is to do a
git bisect. This would lead to the exact commit that changed this behavior.
The problems might already be fixed in the development versions so it 
would be good to check those first.

   Difficult to send a minimal file with exact instructions when the problem
 occurs only when I'm checking spelling. Not all the time, either, but that's
 the only time LyX crashes.

Ah, I thought there would be some formula like 1. open this .lyx file.
2. check spelling. 3. accept the first 5 suggestions and then LyX will crash.
I guess not.

Scott

Re: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Stephan Witt
Am 30.08.2012 um 03:17 schrieb Rich Shepard:

 On Thu, 30 Aug 2012, Scott Kostyshak wrote:
 
 What version did you not see this in before? I don't know if this is a bug
 or not. When you look at the LaTeX code is there something that is
 obviously wrong?
 
  All prior versions. I've not looked at the .tex file.
 
 If you would like to compile by source,
 
  That's how I build all my applications.

There is one issue with spellchecker crash fixed in trunk and the fix is 
back-ported:
http://www.lyx.org/trac/ticket/8238

Please, can you checkout version 2.0.5dev and compile it?
Do you have the crash with that version too?

Thanks,
Stephan

Re: Uninstalling compiled-from-source Lyx

2012-08-29 Thread Stephan Witt
Am 24.08.2012 um 17:04 schrieb UD:

 Since I can't get the spellchecker to work with my compiled-from-source
 Lyx 2.0.4 (all the relevant boxes are grayed out, despite having all the 
 dictionaries and spellcheckers installed), I would like to
 uninstall it.
 However,  the installation was done from the source, not through the ubuntu 
 package
 manager, so I need to do it by hand, but
 
 sudo make uninstallin the source directory 
 
 returns: make: *** No rule to make target `uninstall'.  Stop.
 
 Any advice?

As mentioned already in this thread this should work and it worked for me.
In case you're interested in a solution you have to tell more about
where you are doing these steps as a recipe to follow in detail.
E. g. is the source directory the top level directory of the checkout
or is it the sub directory src? And post the complete output if there is any.

Stephan

headers with fancy option are repeated beyond TOC

2012-08-29 Thread Marcelo Acuña
Hi,
 I start new book with koma-script and option fancy headings.
 I put TOC after dedication and noted that headers are printed in page of 
Introduction.
 How I can solve this problem?




 
Marcelo Acuña
visitá mi sitio web http://www.aleph-uno.com.ar
==

Re: Vectors in bold

2012-08-29 Thread Merhebi, Bob
Thanks Ernesto,

That fixed it :D

Have a great day.

On Tue 28 Aug 2012 03:55:52 PM EEST, Ernesto Posse wrote:
 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




--
Sincerely Yours,
-Merhebi, Bob

Thunderbird Signature



Re: Uninstalling compiled-from-source Lyx

2012-08-29 Thread UD
Thanks, Stephan, but since I now have a working system I prefer to deal 
with that the next time it becomes an issue (if it does).


Thanks for the help--

EK

On 08/29/2012 04:56 AM, 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
Lyx 2.0.4 (all the relevant boxes are grayed out, despite having all the 
dictionaries and spellcheckers installed), I would like to
uninstall it.
However,  the installation was done from the source, not through the ubuntu 
package
manager, so I need to do it by hand, but

sudo make uninstallin the source directory

returns: make: *** No rule to make target `uninstall'.  Stop.

Any advice?

As mentioned already in this thread this should work and it worked for me.
In case you're interested in a solution you have to tell more about
where you are doing these steps as a recipe to follow in detail.
E. g. is the source directory the top level directory of the checkout
or is it the sub directory src? And post the complete output if there is any.

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


One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Rich Shepard

  The issue is a minor one, but has not appeared (literally) before now. I
find no space between a table caption and the table beneath it. This lack of
space is seen both in the LyX window and the pdflatex-compiled document. My
remedy is to add \vspace{10pt} on a line between the caption and the table
body. This works for me.

  The bug shows up when I check spelling and causes the application to
segfault and crash. If someone provides me with a pointer how to save the
source of the problem I'll be happy to pass it on to the developers. I don't
suppose it can be seen in the .emergency file that I reload when this
occurs.

Rich



Re: headers with fancy option are repeated beyond TOC

2012-08-29 Thread Paul A . Rubin
I don't know if it helps here, but in general you can put \thispagestyle{empty}
in ERT and switch the style of just the page in which it appears.

Paul




RE: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Scott Kostyshak
From: Rich Shepard [rshep...@appl-ecosys.com]
Sent: Wednesday, August 29, 2012 5:51 PM

   The issue is a minor one, but has not appeared (literally) before now. I
 find no space between a table caption and the table beneath it. This lack of
 space is seen both in the LyX window and the pdflatex-compiled document. My
 remedy is to add \vspace{10pt} on a line between the caption and the table
 body. This works for me.

What version did you not see this in before? I don't know if this is a bug or 
not.
When you look at the LaTeX code is there something that is obviously wrong?

   The bug shows up when I check spelling and causes the application to
 segfault and crash. If someone provides me with a pointer how to save the
 source of the problem I'll be happy to pass it on to the developers. I don't
 suppose it can be seen in the .emergency file that I reload when this
 occurs.

If you would like to compile by source, then you could send a backtrace. The 
first
step, actually, would be to see if the problem was already fixed by compiling 
the
development version(s) and seeing if you can reproduce the bug. Or, you can send
a minimal .lyx file with exact instructions on how to reproduce the crash.

Scott

RE: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Rich Shepard

On Thu, 30 Aug 2012, Scott Kostyshak wrote:


What version did you not see this in before? I don't know if this is a bug
or not. When you look at the LaTeX code is there something that is
obviously wrong?


  All prior versions. I've not looked at the .tex file.


If you would like to compile by source,


  That's how I build all my applications.


The first step, actually, would be to see if the problem was already fixed
by compiling the development version(s) and seeing if you can reproduce
the bug. Or, you can send a minimal .lyx file with exact instructions on
how to reproduce the crash.


  Difficult to send a minimal file with exact instructions when the problem
occurs only when I'm checking spelling. Not all the time, either, but that's
the only time LyX crashes.

Rich



RE: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Scott Kostyshak
From: Rich Shepard [rshep...@appl-ecosys.com]
Sent: Wednesday, August 29, 2012 9:17 PM

 On Thu, 30 Aug 2012, Scott Kostyshak wrote:

 What version did you not see this in before? I don't know if this is a bug
 or not. When you look at the LaTeX code is there something that is
 obviously wrong?

   All prior versions. I've not looked at the .tex file.

OK. Well one way to nail the source of the problem down is to do a
git bisect. This would lead to the exact commit that changed this behavior.
The problems might already be fixed in the development versions so it 
would be good to check those first.

   Difficult to send a minimal file with exact instructions when the problem
 occurs only when I'm checking spelling. Not all the time, either, but that's
 the only time LyX crashes.

Ah, I thought there would be some formula like 1. open this .lyx file.
2. check spelling. 3. accept the first 5 suggestions and then LyX will crash.
I guess not.

Scott

Re: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Stephan Witt
Am 30.08.2012 um 03:17 schrieb Rich Shepard:

 On Thu, 30 Aug 2012, Scott Kostyshak wrote:
 
 What version did you not see this in before? I don't know if this is a bug
 or not. When you look at the LaTeX code is there something that is
 obviously wrong?
 
  All prior versions. I've not looked at the .tex file.
 
 If you would like to compile by source,
 
  That's how I build all my applications.

There is one issue with spellchecker crash fixed in trunk and the fix is 
back-ported:
http://www.lyx.org/trac/ticket/8238

Please, can you checkout version 2.0.5dev and compile it?
Do you have the crash with that version too?

Thanks,
Stephan

Re: Uninstalling compiled-from-source Lyx

2012-08-29 Thread Stephan Witt
Am 24.08.2012 um 17:04 schrieb UD:

> Since I can't get the spellchecker to work with my compiled-from-source
> Lyx 2.0.4 (all the relevant boxes are grayed out, despite having all the 
> dictionaries and spellcheckers installed), I would like to
> uninstall it.
> However,  the installation was done from the source, not through the ubuntu 
> package
> manager, so I need to do it by hand, but
> 
> sudo make uninstallin the source directory 
> 
> returns: make: *** No rule to make target `uninstall'.  Stop.
> 
> Any advice?

As mentioned already in this thread this should work and it worked for me.
In case you're interested in a solution you have to tell more about
where you are doing these steps as a recipe to follow in detail.
E. g. is "the source directory" the top level directory of the checkout
or is it the sub directory "src"? And post the complete output if there is any.

Stephan

headers with fancy option are repeated beyond TOC

2012-08-29 Thread Marcelo Acuña
Hi,
 I start new book with koma-script and option fancy headings.
 I put TOC after dedication and noted that headers are printed in page of 
Introduction.
 How I can solve this problem?




 
Marcelo Acuña
visitá mi sitio web http://www.aleph-uno.com.ar
==

Re: Vectors in bold

2012-08-29 Thread Merhebi, Bob
Thanks Ernesto,

That fixed it :D

Have a great day.

On Tue 28 Aug 2012 03:55:52 PM EEST, Ernesto Posse wrote:
> 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
>
>
>

--
Sincerely Yours,
-Merhebi, Bob

Thunderbird Signature



Re: Uninstalling compiled-from-source Lyx

2012-08-29 Thread UD
Thanks, Stephan, but since I now have a working system I prefer to deal 
with that the next time it becomes an issue (if it does).


Thanks for the help--

EK

On 08/29/2012 04:56 AM, 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
Lyx 2.0.4 (all the relevant boxes are grayed out, despite having all the 
dictionaries and spellcheckers installed), I would like to
uninstall it.
However,  the installation was done from the source, not through the ubuntu 
package
manager, so I need to do it by hand, but

sudo make uninstallin the source directory

returns: make: *** No rule to make target `uninstall'.  Stop.

Any advice?

As mentioned already in this thread this should work and it worked for me.
In case you're interested in a solution you have to tell more about
where you are doing these steps as a recipe to follow in detail.
E. g. is "the source directory" the top level directory of the checkout
or is it the sub directory "src"? And post the complete output if there is any.

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


One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Rich Shepard

  The issue is a minor one, but has not appeared (literally) before now. I
find no space between a table caption and the table beneath it. This lack of
space is seen both in the LyX window and the pdflatex-compiled document. My
remedy is to add \vspace{10pt} on a line between the caption and the table
body. This works for me.

  The bug shows up when I check spelling and causes the application to
segfault and crash. If someone provides me with a pointer how to save the
source of the problem I'll be happy to pass it on to the developers. I don't
suppose it can be seen in the .emergency file that I reload when this
occurs.

Rich



Re: headers with fancy option are repeated beyond TOC

2012-08-29 Thread Paul A . Rubin
I don't know if it helps here, but in general you can put \thispagestyle{empty}
in ERT and switch the style of just the page in which it appears.

Paul




RE: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Scott Kostyshak
From: Rich Shepard [rshep...@appl-ecosys.com]
Sent: Wednesday, August 29, 2012 5:51 PM

>   The issue is a minor one, but has not appeared (literally) before now. I
> find no space between a table caption and the table beneath it. This lack of
> space is seen both in the LyX window and the pdflatex-compiled document. My
> remedy is to add \vspace{10pt} on a line between the caption and the table
> body. This works for me.

What version did you not see this in before? I don't know if this is a bug or 
not.
When you look at the LaTeX code is there something that is obviously wrong?

>   The bug shows up when I check spelling and causes the application to
> segfault and crash. If someone provides me with a pointer how to save the
> source of the problem I'll be happy to pass it on to the developers. I don't
> suppose it can be seen in the .emergency file that I reload when this
> occurs.

If you would like to compile by source, then you could send a backtrace. The 
first
step, actually, would be to see if the problem was already fixed by compiling 
the
development version(s) and seeing if you can reproduce the bug. Or, you can send
a minimal .lyx file with exact instructions on how to reproduce the crash.

Scott

RE: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Rich Shepard

On Thu, 30 Aug 2012, Scott Kostyshak wrote:


What version did you not see this in before? I don't know if this is a bug
or not. When you look at the LaTeX code is there something that is
obviously wrong?


  All prior versions. I've not looked at the .tex file.


If you would like to compile by source,


  That's how I build all my applications.


The first step, actually, would be to see if the problem was already fixed
by compiling the development version(s) and seeing if you can reproduce
the bug. Or, you can send a minimal .lyx file with exact instructions on
how to reproduce the crash.


  Difficult to send a minimal file with exact instructions when the problem
occurs only when I'm checking spelling. Not all the time, either, but that's
the only time LyX crashes.

Rich



RE: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Scott Kostyshak
From: Rich Shepard [rshep...@appl-ecosys.com]
Sent: Wednesday, August 29, 2012 9:17 PM

> On Thu, 30 Aug 2012, Scott Kostyshak wrote:

>> What version did you not see this in before? I don't know if this is a bug
>> or not. When you look at the LaTeX code is there something that is
>> obviously wrong?

>   All prior versions. I've not looked at the .tex file.

OK. Well one way to nail the source of the problem down is to do a
git bisect. This would lead to the exact commit that changed this behavior.
The problems might already be fixed in the development versions so it 
would be good to check those first.

>   Difficult to send a minimal file with exact instructions when the problem
> occurs only when I'm checking spelling. Not all the time, either, but that's
> the only time LyX crashes.

Ah, I thought there would be some formula like "1. open this .lyx file.
2. check spelling. 3. accept the first 5 suggestions and then LyX will crash".
I guess not.

Scott

Re: One issue, one bug: version 2.0.4 on Slackware

2012-08-29 Thread Stephan Witt
Am 30.08.2012 um 03:17 schrieb Rich Shepard:

> On Thu, 30 Aug 2012, Scott Kostyshak wrote:
> 
>> What version did you not see this in before? I don't know if this is a bug
>> or not. When you look at the LaTeX code is there something that is
>> obviously wrong?
> 
>  All prior versions. I've not looked at the .tex file.
> 
>> If you would like to compile by source,
> 
>  That's how I build all my applications.

There is one issue with spellchecker crash fixed in trunk and the fix is 
back-ported:
http://www.lyx.org/trac/ticket/8238

Please, can you checkout version 2.0.5dev and compile it?
Do you have the crash with that version too?

Thanks,
Stephan