Announcement: ConvTex.app

2007-07-15 Thread Jeremy Malcolm
Some of you may be aware of the nice Python scripts called ConvTex which 
Nick Thomas wrote to convert from LyX (via LaTeX) to OpenOffice formats. 
 (If not, see http://wiki.lyx.org/Tools/LyX2OpenOffice.)


Well, I've just written a Mac front end, ConvTex.app, which is linked 
from the URL above.  It is easy to use.  Simply open the application and 
select the file to convert, or drag and drop one or more files onto the 
application's icon.  They will be saved to the same spot as the original 
files.


Since Nick does not have a Mac, I would be grateful if some of the 
people on this list who do would test it out and let me know how you get 
on. Please feel free to let other people know about ConvTex.app too.


Thanks.

--
Jeremy Malcolm LLB (Hons) B Com
Internet and Open Source lawyer, IT consultant, actor
host -t NAPTR 1.0.8.0.3.1.2.9.8.1.6.e164.org|awk -F! '{print $3}'


Re: Comment in lyx file ?

2007-07-15 Thread Paul A. Rubin

Hellmut Weber wrote:

Hi,
does a lyx file permit comments?
As do many of the Unix config files with '# comment until end of line', 
which seeems not acceptable for lyx.


I do some scripting with the lyx files and would like to document what 
my scripts have been doing for ease of testing?


Thanks for any information



You can use Insert - Note - LyX Note or Insert - Note - Comment. 
The former is not included when you export the document to LaTeX; the 
latter is included in a comment environment.


This is documented in section 4.1 of Help - Embedded Objects.

HTH,
Paul




Re: References in Equations

2007-07-15 Thread Paul A. Rubin

Martin Rauscher wrote:



I don't see this. Could you attach a small example LyX-file?


A example, with my ERT inserted, or with the (wrong) placed lyx-reference?

Maybe it only occours if you us it like me:

Create an equation, and set a mark.
Now create another equation an try to insert the reference ABOVE the = 
sign.





You mean you want the second equation to have \overset{\ref{eq:a}}{=} in 
place of the usual = sign (where eq:a is the label of your previous 
equation)?  If so, both LyX 1.4.4 and 1.5.0rc2 will let you do this. 
They both display the equation incorrectly in the GUI (for me, the 
cross-reference overwrites the equality sign), but the DVI displays 
correctly.


Like Uwe, though, I'm not sure if this is what you mean.

/Paul



Re: Theorem numbering bug in 1.4.4

2007-07-15 Thread Paul A. Rubin

David L. Johnson wrote:
Folks:  Sorry to be reporting bugs in 1.4.4 while 1.5 is being rolled 
out, but at the moment I need to stick with this to get some work done.


While trying to do that, to write a paper to be precise, I noticed a 
display bug that I had not heard tell of.


I am using the amsart class (not the sequential numbering, the one which 
numbers Theorem 3.1 (first statement in section 3), and so on.


I first noticed the oddity, actually, in Theorem 3.1, which shows up as 
Theorem 3.10 on the screen, even though it comes out as Theorem 3.1 in 
the dvi file.  Lyx is not re-setting the secondary number between 
sections.  There were 9 statements in the previous sections.


I don't know when this first appeared, but I would guess that it was 
fairly recently, either in 1.4.4 or 1.4.3.


If this is not a known problem, I will post a sample file illustrating it.



I can confirm this, and it still holds true in 1.5.0rc2.  Numbering in 
the GUI is controlled by the layout files.  There's a provision in the 
layout files for defining/redefining counters, but I'm not aware of a 
mechanism for resetting a counter.  I'll ask on the developer list and, 
if it can't be done currently, put it in as an enhancement request.  (I 
couldn't find a relevant entry in bugzilla.)


/Paul



Insert Float figure keyboard shortcut

2007-07-15 Thread Bob Alvarez

What is the keyboard shortcut to insert a float figure? I am using version
1.4.4 and I get as far as
alt I a
and then I am stuck. This gets me to insert float but there doesn't seem to
be a way to select figure from the popup menu.

Any help appreciated.

Bob


Re: Insert Float figure keyboard shortcut

2007-07-15 Thread Abdelrazak Younes

Bob Alvarez wrote:

What is the keyboard shortcut to insert a float figure? I am using version
1.4.4 and I get as far as
alt I a
and then I am stuck. This gets me to insert float but there doesn't seem to
be a way to select figure from the popup menu.


Right, the shortcuts are missing but you can still use right-arrow, 
down-arrow and Enter.


Or you can edit you stdmenu.inc file and add an '' before the letter 
you want to use as a shortcut.


Abdel.



Re: Theorem numbering bug in 1.4.4

2007-07-15 Thread Paul A. Rubin

David L. Johnson wrote:


I am using the amsart class (not the sequential numbering, the one which 
numbers Theorem 3.1 (first statement in section 3), and so on.


I first noticed the oddity, actually, in Theorem 3.1, which shows up as 
Theorem 3.10 on the screen, even though it comes out as Theorem 3.1 in 
the dvi file.  Lyx is not re-setting the secondary number between 
sections.  There were 9 statements in the previous sections.




David,

Try grabbing http://www.msu.edu/~rubin/amsmath14.zip, unpacking it in 
your local whatever/lyx1.4.x/Resources/layouts folder, then restarting 
LyX.  I think this will do the trick for you.  (It also adds the 
Assumption environment, in case you're prone to making assumptions. ;-)) 
 I'm having trouble getting messages with zip attachments to make it to 
the list (they get bounced), hence the web link.


/Paul



installation errors: no textclasses found

2007-07-15 Thread Irshad Alam

Im installing Lyx from lyx.org. for windows. It gives me this error message.
What should I do! Im a complete neophyte about Lyx. Neither am I computer
geek.

Lyx 1.4.4-5
Error Info
See Ch 3 of the Lyx introduction (HelpIntroduction) for information on
reporting this issue

Debug Log

LyXTextClassList::Read no textclasses found

Completed

--
Irshad Alam
Sufi Peace Mission
510-666-0986
www.sufipeace1.netfirms.com


non-line-breaking equations

2007-07-15 Thread Alexander Sklar
Hi all,

Is there a way to have non-breaking equations by default? What I've done
until now is trying to put the important equations in boxes so that they
don't line-break, but isn't there a way to set it as a default? It gets
annoying when I have x=0 display as

 

Text here blablax =

0. More text here

 

Help?

Thanks !

 

Alexander Sklar

University of Miami

Coral Gables, FL.



Announcement: ConvTex.app

2007-07-15 Thread Jeremy Malcolm
Some of you may be aware of the nice Python scripts called ConvTex which 
Nick Thomas wrote to convert from LyX (via LaTeX) to OpenOffice formats. 
 (If not, see http://wiki.lyx.org/Tools/LyX2OpenOffice.)


Well, I've just written a Mac front end, ConvTex.app, which is linked 
from the URL above.  It is easy to use.  Simply open the application and 
select the file to convert, or drag and drop one or more files onto the 
application's icon.  They will be saved to the same spot as the original 
files.


Since Nick does not have a Mac, I would be grateful if some of the 
people on this list who do would test it out and let me know how you get 
on. Please feel free to let other people know about ConvTex.app too.


Thanks.

--
Jeremy Malcolm LLB (Hons) B Com
Internet and Open Source lawyer, IT consultant, actor
host -t NAPTR 1.0.8.0.3.1.2.9.8.1.6.e164.org|awk -F! '{print $3}'


Re: Comment in lyx file ?

2007-07-15 Thread Paul A. Rubin

Hellmut Weber wrote:

Hi,
does a lyx file permit comments?
As do many of the Unix config files with '# comment until end of line', 
which seeems not acceptable for lyx.


I do some scripting with the lyx files and would like to document what 
my scripts have been doing for ease of testing?


Thanks for any information



You can use Insert - Note - LyX Note or Insert - Note - Comment. 
The former is not included when you export the document to LaTeX; the 
latter is included in a comment environment.


This is documented in section 4.1 of Help - Embedded Objects.

HTH,
Paul




Re: References in Equations

2007-07-15 Thread Paul A. Rubin

Martin Rauscher wrote:



I don't see this. Could you attach a small example LyX-file?


A example, with my ERT inserted, or with the (wrong) placed lyx-reference?

Maybe it only occours if you us it like me:

Create an equation, and set a mark.
Now create another equation an try to insert the reference ABOVE the = 
sign.





You mean you want the second equation to have \overset{\ref{eq:a}}{=} in 
place of the usual = sign (where eq:a is the label of your previous 
equation)?  If so, both LyX 1.4.4 and 1.5.0rc2 will let you do this. 
They both display the equation incorrectly in the GUI (for me, the 
cross-reference overwrites the equality sign), but the DVI displays 
correctly.


Like Uwe, though, I'm not sure if this is what you mean.

/Paul



Re: Theorem numbering bug in 1.4.4

2007-07-15 Thread Paul A. Rubin

David L. Johnson wrote:
Folks:  Sorry to be reporting bugs in 1.4.4 while 1.5 is being rolled 
out, but at the moment I need to stick with this to get some work done.


While trying to do that, to write a paper to be precise, I noticed a 
display bug that I had not heard tell of.


I am using the amsart class (not the sequential numbering, the one which 
numbers Theorem 3.1 (first statement in section 3), and so on.


I first noticed the oddity, actually, in Theorem 3.1, which shows up as 
Theorem 3.10 on the screen, even though it comes out as Theorem 3.1 in 
the dvi file.  Lyx is not re-setting the secondary number between 
sections.  There were 9 statements in the previous sections.


I don't know when this first appeared, but I would guess that it was 
fairly recently, either in 1.4.4 or 1.4.3.


If this is not a known problem, I will post a sample file illustrating it.



I can confirm this, and it still holds true in 1.5.0rc2.  Numbering in 
the GUI is controlled by the layout files.  There's a provision in the 
layout files for defining/redefining counters, but I'm not aware of a 
mechanism for resetting a counter.  I'll ask on the developer list and, 
if it can't be done currently, put it in as an enhancement request.  (I 
couldn't find a relevant entry in bugzilla.)


/Paul



Insert Float figure keyboard shortcut

2007-07-15 Thread Bob Alvarez

What is the keyboard shortcut to insert a float figure? I am using version
1.4.4 and I get as far as
alt I a
and then I am stuck. This gets me to insert float but there doesn't seem to
be a way to select figure from the popup menu.

Any help appreciated.

Bob


Re: Insert Float figure keyboard shortcut

2007-07-15 Thread Abdelrazak Younes

Bob Alvarez wrote:

What is the keyboard shortcut to insert a float figure? I am using version
1.4.4 and I get as far as
alt I a
and then I am stuck. This gets me to insert float but there doesn't seem to
be a way to select figure from the popup menu.


Right, the shortcuts are missing but you can still use right-arrow, 
down-arrow and Enter.


Or you can edit you stdmenu.inc file and add an '' before the letter 
you want to use as a shortcut.


Abdel.



Re: Theorem numbering bug in 1.4.4

2007-07-15 Thread Paul A. Rubin

David L. Johnson wrote:


I am using the amsart class (not the sequential numbering, the one which 
numbers Theorem 3.1 (first statement in section 3), and so on.


I first noticed the oddity, actually, in Theorem 3.1, which shows up as 
Theorem 3.10 on the screen, even though it comes out as Theorem 3.1 in 
the dvi file.  Lyx is not re-setting the secondary number between 
sections.  There were 9 statements in the previous sections.




David,

Try grabbing http://www.msu.edu/~rubin/amsmath14.zip, unpacking it in 
your local whatever/lyx1.4.x/Resources/layouts folder, then restarting 
LyX.  I think this will do the trick for you.  (It also adds the 
Assumption environment, in case you're prone to making assumptions. ;-)) 
 I'm having trouble getting messages with zip attachments to make it to 
the list (they get bounced), hence the web link.


/Paul



installation errors: no textclasses found

2007-07-15 Thread Irshad Alam

Im installing Lyx from lyx.org. for windows. It gives me this error message.
What should I do! Im a complete neophyte about Lyx. Neither am I computer
geek.

Lyx 1.4.4-5
Error Info
See Ch 3 of the Lyx introduction (HelpIntroduction) for information on
reporting this issue

Debug Log

LyXTextClassList::Read no textclasses found

Completed

--
Irshad Alam
Sufi Peace Mission
510-666-0986
www.sufipeace1.netfirms.com


non-line-breaking equations

2007-07-15 Thread Alexander Sklar
Hi all,

Is there a way to have non-breaking equations by default? What I've done
until now is trying to put the important equations in boxes so that they
don't line-break, but isn't there a way to set it as a default? It gets
annoying when I have x=0 display as

 

Text here blablax =

0. More text here

 

Help?

Thanks !

 

Alexander Sklar

University of Miami

Coral Gables, FL.



Announcement: ConvTex.app

2007-07-15 Thread Jeremy Malcolm
Some of you may be aware of the nice Python scripts called ConvTex which 
Nick Thomas wrote to convert from LyX (via LaTeX) to OpenOffice formats. 
 (If not, see http://wiki.lyx.org/Tools/LyX2OpenOffice.)


Well, I've just written a Mac front end, ConvTex.app, which is linked 
from the URL above.  It is easy to use.  Simply open the application and 
select the file to convert, or drag and drop one or more files onto the 
application's icon.  They will be saved to the same spot as the original 
files.


Since Nick does not have a Mac, I would be grateful if some of the 
people on this list who do would test it out and let me know how you get 
on. Please feel free to let other people know about ConvTex.app too.


Thanks.

--
Jeremy Malcolm LLB (Hons) B Com
Internet and Open Source lawyer, IT consultant, actor
host -t NAPTR 1.0.8.0.3.1.2.9.8.1.6.e164.org|awk -F! '{print $3}'


Re: Comment in lyx file ?

2007-07-15 Thread Paul A. Rubin

Hellmut Weber wrote:

Hi,
does a lyx file permit comments?
As do many of the Unix config files with '# comment until end of line', 
which seeems not acceptable for lyx.


I do some scripting with the lyx files and would like to document what 
my scripts have been doing for ease of testing?


Thanks for any information



You can use Insert -> Note -> LyX Note or Insert -> Note -> Comment. 
The former is not included when you export the document to LaTeX; the 
latter is included in a comment environment.


This is documented in section 4.1 of Help -> Embedded Objects.

HTH,
Paul




Re: References in Equations

2007-07-15 Thread Paul A. Rubin

Martin Rauscher wrote:



I don't see this. Could you attach a small example LyX-file?


A example, with my ERT inserted, or with the (wrong) placed lyx-reference?

Maybe it only occours if you us it like me:

Create an equation, and set a mark.
Now create another equation an try to insert the reference ABOVE the "=" 
sign.





You mean you want the second equation to have \overset{\ref{eq:a}}{=} in 
place of the usual = sign (where eq:a is the label of your previous 
equation)?  If so, both LyX 1.4.4 and 1.5.0rc2 will let you do this. 
They both display the equation incorrectly in the GUI (for me, the 
cross-reference overwrites the equality sign), but the DVI displays 
correctly.


Like Uwe, though, I'm not sure if this is what you mean.

/Paul



Re: Theorem numbering bug in 1.4.4

2007-07-15 Thread Paul A. Rubin

David L. Johnson wrote:
Folks:  Sorry to be reporting bugs in 1.4.4 while 1.5 is being rolled 
out, but at the moment I need to stick with this to get some work done.


While trying to do that, to write a paper to be precise, I noticed a 
display bug that I had not heard tell of.


I am using the amsart class (not the sequential numbering, the one which 
numbers Theorem 3.1 (first statement in section 3), and so on.


I first noticed the oddity, actually, in Theorem 3.1, which shows up as 
Theorem 3.10 on the screen, even though it comes out as Theorem 3.1 in 
the dvi file.  Lyx is not re-setting the secondary number between 
sections.  There were 9 statements in the previous sections.


I don't know when this first appeared, but I would guess that it was 
fairly recently, either in 1.4.4 or 1.4.3.


If this is not a known problem, I will post a sample file illustrating it.



I can confirm this, and it still holds true in 1.5.0rc2.  Numbering in 
the GUI is controlled by the layout files.  There's a provision in the 
layout files for defining/redefining counters, but I'm not aware of a 
mechanism for resetting a counter.  I'll ask on the developer list and, 
if it can't be done currently, put it in as an enhancement request.  (I 
couldn't find a relevant entry in bugzilla.)


/Paul



Insert Float figure keyboard shortcut

2007-07-15 Thread Bob Alvarez

What is the keyboard shortcut to insert a float figure? I am using version
1.4.4 and I get as far as
alt I a
and then I am stuck. This gets me to insert float but there doesn't seem to
be a way to select figure from the popup menu.

Any help appreciated.

Bob


Re: Insert Float figure keyboard shortcut

2007-07-15 Thread Abdelrazak Younes

Bob Alvarez wrote:

What is the keyboard shortcut to insert a float figure? I am using version
1.4.4 and I get as far as
alt I a
and then I am stuck. This gets me to insert float but there doesn't seem to
be a way to select figure from the popup menu.


Right, the shortcuts are missing but you can still use right-arrow, 
down-arrow and Enter.


Or you can edit you stdmenu.inc file and add an '&' before the letter 
you want to use as a shortcut.


Abdel.



Re: Theorem numbering bug in 1.4.4

2007-07-15 Thread Paul A. Rubin

David L. Johnson wrote:


I am using the amsart class (not the sequential numbering, the one which 
numbers Theorem 3.1 (first statement in section 3), and so on.


I first noticed the oddity, actually, in Theorem 3.1, which shows up as 
Theorem 3.10 on the screen, even though it comes out as Theorem 3.1 in 
the dvi file.  Lyx is not re-setting the secondary number between 
sections.  There were 9 statements in the previous sections.




David,

Try grabbing http://www.msu.edu/~rubin/amsmath14.zip, unpacking it in 
your local /lyx1.4.x/Resources/layouts folder, then restarting 
LyX.  I think this will do the trick for you.  (It also adds the 
Assumption environment, in case you're prone to making assumptions. ;-)) 
 I'm having trouble getting messages with zip attachments to make it to 
the list (they get bounced), hence the web link.


/Paul



installation errors: no textclasses found

2007-07-15 Thread Irshad Alam

Im installing Lyx from lyx.org. for windows. It gives me this error message.
What should I do! Im a complete neophyte about Lyx. Neither am I computer
geek.

Lyx 1.4.4-5
Error Info
See Ch 3 of the Lyx introduction (Help>Introduction) for information on
reporting this issue

Debug Log

LyXTextClassList::Read no textclasses found

Completed

--
Irshad Alam
Sufi Peace Mission
510-666-0986
www.sufipeace1.netfirms.com


non-line-breaking equations

2007-07-15 Thread Alexander Sklar
Hi all,

Is there a way to have non-breaking equations by default? What I've done
until now is trying to put the important equations in boxes so that they
don't line-break, but isn't there a way to set it as a default? It gets
annoying when I have x=0 display as

 

   x =

0. 

 

Help?

Thanks !

 

Alexander Sklar

University of Miami

Coral Gables, FL.