(i)spell bug---crash

2002-09-29 Thread Mate Wierdl

I have not seen anything related to this at bugzilla.lyx.org:

Put the cursor at the end of your doc.  Start spellchecking.  Then click on
stop spellchecking, move the cursor to the beginning of the file, and click
on start spellchecking.  Lyx crashes with:

lyx: SIGSEGV signal caught
Sorry, you have found a bug in LyX. Please read the bug-reporting
instructions in Help-Introduction and send us a bug report, if necessary.
Thanks !
lyx: Attempting to save document /home/mw/Karcsi_bacsi/diffu.lyx as...
  /home/mw/Karcsi_bacsi/diffu.lyx.emergency
Save seems successful. Phew.

I have 

$ rpm -q lyx
lyx-1.2.1-2mdk

I'll file a better report if this is unknown.

Mate



trouble importing matlab code

2002-09-29 Thread Nirmal Govind

Hi.. I'm trying to get some matlab code into a lyx document. I copied
and pasted the code from matlab onto emacs and then tried inserting
the file in lyx but all the formatting is gone.. i.e., the indentations
for the if/while/for loops, the lines in between etc. are all missing. I
get just the lines of code without any of the formatting. I tried
copying and pasting from emacs onto Lyx but that didn't work either. Is
there any way of getting the code into lyx while preserving the
formatting?

Thanks,
nirmal





Re: trouble importing matlab code

2002-09-29 Thread Remzi Seker

You can use listings package and just link your *.m files..
E-mail me if you want an example.
Remzi

On Sunday 29 September 2002 10:45, Nirmal Govind wrote:
 Hi.. I'm trying to get some matlab code into a lyx document. I copied
 and pasted the code from matlab onto emacs and then tried inserting
 the file in lyx but all the formatting is gone.. i.e., the indentations
 for the if/while/for loops, the lines in between etc. are all missing. I
 get just the lines of code without any of the formatting. I tried
 copying and pasting from emacs onto Lyx but that didn't work either. Is
 there any way of getting the code into lyx while preserving the
 formatting?

 Thanks,
 nirmal



Re: trouble importing matlab code

2002-09-29 Thread Nirmal Govind


Thanks for the example file Remzi.. it works great! 

nirmal

On Sun, 29 Sep 2002 11:59:40 -0500
Remzi Seker [EMAIL PROTECTED] wrote:

 Here is an example, with the respective pdf file 
 





Re: installing lyx-1.2.1-1 on RedHat 7.3

2002-09-29 Thread Matej Cepl

On Thu, Sep 26, 2002 at 08:35:58PM -0700, Rich Shepard wrote:
   There is an easier, and equivalent, way of doing this.
 
   Install the src.rpm ('rpm -ivh package.src.rpm'). This puts the
 components in their proper directories; /usr/src/redhat/BUILD, ../SRPMS,
 ../SPECS. Next, cd to the SPECS/ directory and, as root, run 'rpm -ba
 package.spec'. This is the 'build all' command and it will recreate the
 .src.rpm the binary .rpm and all based on what's on your box. With this
 approach you can also add other options, such as '--target i686'.

There is yet more simple way:

in any directory run
rpm --rebuild package.src.rpm

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
MSDOS didn't get as bad as it is overnight -- it took over ten years
of careful development.
-- [EMAIL PROTECTED]




multi-part document

2002-09-29 Thread Myriam Abramson


I would like to insert a cross reference from another chapter in the
book class. How do you do that? I use 1.1.6fix4. 

I recall reading something like that but I was not successful. 

TIA
   myriam




Re: trouble importing matlab code

2002-09-29 Thread Bo Peng

On Sun, Sep 29, 2002 at 11:45:46AM -0400, Nirmal Govind wrote:
 Hi.. I'm trying to get some matlab code into a lyx document. I copied
 and pasted the code from matlab onto emacs and then tried inserting
 the file in lyx but all the formatting is gone.. i.e., the indentations
 for the if/while/for loops, the lines in between etc. are all missing. I
 get just the lines of code without any of the formatting. I tried
 copying and pasting from emacs onto Lyx but that didn't work either. Is
 there any way of getting the code into lyx while preserving the
 formatting?

 Thanks,
 nirmal

I asked a similar question several days ago. The solution is:

1. insert - float - Algorithm
2. change style to lyx-code
3. paste external selection - as lines.

-- 
Bo Peng



(i)spell bug---crash

2002-09-29 Thread Mate Wierdl

I have not seen anything related to this at bugzilla.lyx.org:

Put the cursor at the end of your doc.  Start spellchecking.  Then click on
stop spellchecking, move the cursor to the beginning of the file, and click
on start spellchecking.  Lyx crashes with:

lyx: SIGSEGV signal caught
Sorry, you have found a bug in LyX. Please read the bug-reporting
instructions in Help-Introduction and send us a bug report, if necessary.
Thanks !
lyx: Attempting to save document /home/mw/Karcsi_bacsi/diffu.lyx as...
  /home/mw/Karcsi_bacsi/diffu.lyx.emergency
Save seems successful. Phew.

I have 

$ rpm -q lyx
lyx-1.2.1-2mdk

I'll file a better report if this is unknown.

Mate



trouble importing matlab code

2002-09-29 Thread Nirmal Govind

Hi.. I'm trying to get some matlab code into a lyx document. I copied
and pasted the code from matlab onto emacs and then tried inserting
the file in lyx but all the formatting is gone.. i.e., the indentations
for the if/while/for loops, the lines in between etc. are all missing. I
get just the lines of code without any of the formatting. I tried
copying and pasting from emacs onto Lyx but that didn't work either. Is
there any way of getting the code into lyx while preserving the
formatting?

Thanks,
nirmal





Re: trouble importing matlab code

2002-09-29 Thread Remzi Seker

You can use listings package and just link your *.m files..
E-mail me if you want an example.
Remzi

On Sunday 29 September 2002 10:45, Nirmal Govind wrote:
 Hi.. I'm trying to get some matlab code into a lyx document. I copied
 and pasted the code from matlab onto emacs and then tried inserting
 the file in lyx but all the formatting is gone.. i.e., the indentations
 for the if/while/for loops, the lines in between etc. are all missing. I
 get just the lines of code without any of the formatting. I tried
 copying and pasting from emacs onto Lyx but that didn't work either. Is
 there any way of getting the code into lyx while preserving the
 formatting?

 Thanks,
 nirmal



Re: trouble importing matlab code

2002-09-29 Thread Nirmal Govind


Thanks for the example file Remzi.. it works great! 

nirmal

On Sun, 29 Sep 2002 11:59:40 -0500
Remzi Seker [EMAIL PROTECTED] wrote:

 Here is an example, with the respective pdf file 
 





Re: installing lyx-1.2.1-1 on RedHat 7.3

2002-09-29 Thread Matej Cepl

On Thu, Sep 26, 2002 at 08:35:58PM -0700, Rich Shepard wrote:
   There is an easier, and equivalent, way of doing this.
 
   Install the src.rpm ('rpm -ivh package.src.rpm'). This puts the
 components in their proper directories; /usr/src/redhat/BUILD, ../SRPMS,
 ../SPECS. Next, cd to the SPECS/ directory and, as root, run 'rpm -ba
 package.spec'. This is the 'build all' command and it will recreate the
 .src.rpm the binary .rpm and all based on what's on your box. With this
 approach you can also add other options, such as '--target i686'.

There is yet more simple way:

in any directory run
rpm --rebuild package.src.rpm

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
MSDOS didn't get as bad as it is overnight -- it took over ten years
of careful development.
-- [EMAIL PROTECTED]




multi-part document

2002-09-29 Thread Myriam Abramson


I would like to insert a cross reference from another chapter in the
book class. How do you do that? I use 1.1.6fix4. 

I recall reading something like that but I was not successful. 

TIA
   myriam




Re: trouble importing matlab code

2002-09-29 Thread Bo Peng

On Sun, Sep 29, 2002 at 11:45:46AM -0400, Nirmal Govind wrote:
 Hi.. I'm trying to get some matlab code into a lyx document. I copied
 and pasted the code from matlab onto emacs and then tried inserting
 the file in lyx but all the formatting is gone.. i.e., the indentations
 for the if/while/for loops, the lines in between etc. are all missing. I
 get just the lines of code without any of the formatting. I tried
 copying and pasting from emacs onto Lyx but that didn't work either. Is
 there any way of getting the code into lyx while preserving the
 formatting?

 Thanks,
 nirmal

I asked a similar question several days ago. The solution is:

1. insert - float - Algorithm
2. change style to lyx-code
3. paste external selection - as lines.

-- 
Bo Peng



(i)spell bug---crash

2002-09-29 Thread Mate Wierdl

I have not seen anything related to this at bugzilla.lyx.org:

Put the cursor at the end of your doc.  Start spellchecking.  Then click on
stop spellchecking, move the cursor to the beginning of the file, and click
on start spellchecking.  Lyx crashes with:

lyx: SIGSEGV signal caught
Sorry, you have found a bug in LyX. Please read the bug-reporting
instructions in Help->Introduction and send us a bug report, if necessary.
Thanks !
lyx: Attempting to save document /home/mw/Karcsi_bacsi/diffu.lyx as...
  /home/mw/Karcsi_bacsi/diffu.lyx.emergency
Save seems successful. Phew.

I have 

$ rpm -q lyx
lyx-1.2.1-2mdk

I'll file a better report if this is unknown.

Mate



trouble importing matlab code

2002-09-29 Thread Nirmal Govind

Hi.. I'm trying to get some matlab code into a lyx document. I copied
and pasted the code from matlab onto emacs and then tried "insert"ing
the file in lyx but all the formatting is gone.. i.e., the indentations
for the if/while/for loops, the lines in between etc. are all missing. I
get just the lines of code without any of the formatting. I tried
copying and pasting from emacs onto Lyx but that didn't work either. Is
there any way of getting the code into lyx while preserving the
formatting?

Thanks,
nirmal





Re: trouble importing matlab code

2002-09-29 Thread Remzi Seker

You can use listings package and just link your *.m files..
E-mail me if you want an example.
Remzi

On Sunday 29 September 2002 10:45, Nirmal Govind wrote:
> Hi.. I'm trying to get some matlab code into a lyx document. I copied
> and pasted the code from matlab onto emacs and then tried "insert"ing
> the file in lyx but all the formatting is gone.. i.e., the indentations
> for the if/while/for loops, the lines in between etc. are all missing. I
> get just the lines of code without any of the formatting. I tried
> copying and pasting from emacs onto Lyx but that didn't work either. Is
> there any way of getting the code into lyx while preserving the
> formatting?
>
> Thanks,
> nirmal



Re: trouble importing matlab code

2002-09-29 Thread Nirmal Govind


Thanks for the example file Remzi.. it works great! 

nirmal

On Sun, 29 Sep 2002 11:59:40 -0500
Remzi Seker <[EMAIL PROTECTED]> wrote:

> Here is an example, with the respective pdf file 
> 





Re: installing lyx-1.2.1-1 on RedHat 7.3

2002-09-29 Thread Matej Cepl

On Thu, Sep 26, 2002 at 08:35:58PM -0700, Rich Shepard wrote:
>   There is an easier, and equivalent, way of doing this.
> 
>   Install the src.rpm ('rpm -ivh .src.rpm'). This puts the
> components in their proper directories; /usr/src/redhat/BUILD, ../SRPMS,
> ../SPECS. Next, cd to the SPECS/ directory and, as root, run 'rpm -ba
> .spec'. This is the 'build all' command and it will recreate the
> .src.rpm the binary .rpm and all based on what's on your box. With this
> approach you can also add other options, such as '--target i686'.

There is yet more simple way:

in any directory run
rpm --rebuild .src.rpm

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
MSDOS didn't get as bad as it is overnight -- it took over ten years
of careful development.
-- [EMAIL PROTECTED]




multi-part document

2002-09-29 Thread Myriam Abramson


I would like to insert a cross reference from another chapter in the
book class. How do you do that? I use 1.1.6fix4. 

I recall reading something like that but I was not successful. 

TIA
   myriam




Re: trouble importing matlab code

2002-09-29 Thread Bo Peng

On Sun, Sep 29, 2002 at 11:45:46AM -0400, Nirmal Govind wrote:
> Hi.. I'm trying to get some matlab code into a lyx document. I copied
> and pasted the code from matlab onto emacs and then tried "insert"ing
> the file in lyx but all the formatting is gone.. i.e., the indentations
> for the if/while/for loops, the lines in between etc. are all missing. I
> get just the lines of code without any of the formatting. I tried
> copying and pasting from emacs onto Lyx but that didn't work either. Is
> there any way of getting the code into lyx while preserving the
> formatting?

> Thanks,
> nirmal

I asked a similar question several days ago. The solution is:

1. insert -> float -> Algorithm
2. change style to lyx-code
3. paste external selection -> as lines.

-- 
Bo Peng