lyx-1.4.4 to Fedora Core 6

2007-02-19 Thread icebna

Hi Shu

Today Fedora Core 6 has updated the 1.4.4-2 version to SO Fedora Core 6. 
I hope that this version is compatible with your Red Hat.


Regards

Miguel


trying to install LyX on Mandriva 2005

2007-02-19 Thread Ares

Hello everyone,

I am a happy LyX user on Win but now I'm trying to move to GNU/Linux.

I downloaded lyx-1.4.4.tar.gz from
ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.4.tar.gz
extracted archive content
read install file
tried ./configure but I get the following message:

checking what frontend should be used for the GUI... none
configure: error: Please select a frontend using --with-frontend

Can anyone help me? (even though I know there's a lot of information
missing here about system etc)

Regards,
Diego


--

Diego
http://www.webalice.it/ares001/

|   __o| It is easier
|  _`\(,_  |  to get forgiveness
| (_)/ (_) |  than permission


Re: trying to install LyX on Mandriva 2005

2007-02-19 Thread icebna

Follow the next step :

./configure --with-frontend=qt -with-pspell
make
checkinstall ( You must have this package installed )
When end, you shall have the rpm built, then
rpm -ivh lyx-1.4.4.i386.rpm for example

Also, instead of checkinstall you can use as root, make install

Regards

Miguel



Ares wrote:

Hello everyone,

I am a happy LyX user on Win but now I'm trying to move to GNU/Linux.

I downloaded lyx-1.4.4.tar.gz from
ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.4.tar.gz
extracted archive content
read install file
tried ./configure but I get the following message:

checking what frontend should be used for the GUI... none
configure: error: Please select a frontend using --with-frontend

Can anyone help me? (even though I know there's a lot of information
missing here about system etc)

Regards,
Diego






Re: trying to install LyX on Mandriva 2005

2007-02-19 Thread icebna
This problem is a problem of compilator. You must of updated of 
compilator, the family of gcc package. Use the command as root :

urpmi gcc, if you have a internet conexion, and then prove ./configure

Regards

Ares wrote:

now after

./configure --with-frontend=qt -with-pspell

after a while I get. 


config.status: creating Makefile
config.status: error: cannot find input file: Makefile.in


2007/2/19, icebna [EMAIL PROTECTED]:

Follow the next step :

./configure --with-frontend=qt -with-pspell
make
checkinstall ( You must have this package installed )
When end, you shall have the rpm built, then
rpm -ivh lyx-1.4.4.i386.rpm for example

Also, instead of checkinstall you can use as root, make install

Regards

Miguel



Ares wrote:
 Hello everyone,

 I am a happy LyX user on Win but now I'm trying to move to GNU/Linux.

 I downloaded lyx-1.4.4.tar.gz from
 ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.4.tar.gz
 extracted archive content
 read install file
 tried ./configure but I get the following message:

 checking what frontend should be used for the GUI... none
 configure: error: Please select a frontend using --with-frontend

 Can anyone help me? (even though I know there's a lot of information
 missing here about system etc)

 Regards,
 Diego











Re: trying to install LyX on Mandriva 2005

2007-02-19 Thread icebna

Alone see in the DVD installation ?. Use the command - as root :
urpmq --list-media, and say me the output.

Ares wrote:

system looks for the installation DVD and says everything's already
installed... mhm...

2007/2/19, icebna [EMAIL PROTECTED]:

This problem is a problem of compilator. You must of updated of
compilator, the family of gcc package. Use the command as root :
urpmi gcc, if you have a internet conexion, and then prove ./configure

Regards

Ares wrote:
 now after

 ./configure --with-frontend=qt -with-pspell

 after a while I get.

 config.status: creating Makefile
 config.status: error: cannot find input file: Makefile.in


 2007/2/19, icebna [EMAIL PROTECTED]:
 Follow the next step :

 ./configure --with-frontend=qt -with-pspell
 make
 checkinstall ( You must have this package installed )
 When end, you shall have the rpm built, then
 rpm -ivh lyx-1.4.4.i386.rpm for example

 Also, instead of checkinstall you can use as root, make install

 Regards

 Miguel



 Ares wrote:
  Hello everyone,
 
  I am a happy LyX user on Win but now I'm trying to move to 
GNU/Linux.

 
  I downloaded lyx-1.4.4.tar.gz from
  ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.4.tar.gz
  extracted archive content
  read install file
  tried ./configure but I get the following message:
 
  checking what frontend should be used for the GUI... none
  configure: error: Please select a frontend using --with-frontend
 
  Can anyone help me? (even though I know there's a lot of information
  missing here about system etc)
 
  Regards,
  Diego
 
 













Re: trying to install LyX on Mandriva 2005

2007-02-19 Thread icebna


Enter in the the Center of Mandriva's control, where the computer is 
configure, in the menu : Choose where the packages of software 
discharged when the system is updated, choose  add and accept everything 
what you should appear, since you there is absent the repositories Main 
- Main Updates, Contrib and Contrib updates, that should can to contain 
necessary tools to compile adequately. Perhaps isn't the devel tool 
installed, also --the packages xxx-devel.



Ares wrote:

2007/2/19, icebna [EMAIL PROTECTED]:

Alone see in the DVD installation ?. Use the command - as root :
urpmq --list-media, and say me the output.


I can't retrieve the path to the removable device Installation
Download DVD (cdrom1)
Installation Download DVD (cdrom1)
update_source

(First line is my translation from Italian)




Ares wrote:
 system looks for the installation DVD and says everything's already
 installed... mhm...

 2007/2/19, icebna [EMAIL PROTECTED]:
 This problem is a problem of compilator. You must of updated of
 compilator, the family of gcc package. Use the command as root :
 urpmi gcc, if you have a internet conexion, and then prove ./configure

 Regards

 Ares wrote:
  now after
 
  ./configure --with-frontend=qt -with-pspell
 
  after a while I get.
 
  config.status: creating Makefile
  config.status: error: cannot find input file: Makefile.in
 
 
  2007/2/19, icebna [EMAIL PROTECTED]:
  Follow the next step :
 
  ./configure --with-frontend=qt -with-pspell
  make
  checkinstall ( You must have this package installed )
  When end, you shall have the rpm built, then
  rpm -ivh lyx-1.4.4.i386.rpm for example
 
  Also, instead of checkinstall you can use as root, make install
 
  Regards
 
  Miguel
 
 
 
  Ares wrote:
   Hello everyone,
  
   I am a happy LyX user on Win but now I'm trying to move to
 GNU/Linux.
  
   I downloaded lyx-1.4.4.tar.gz from
   ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.4.tar.gz
   extracted archive content
   read install file
   tried ./configure but I get the following message:
  
   checking what frontend should be used for the GUI... none
   configure: error: Please select a frontend using 
--with-frontend

  
   Can anyone help me? (even though I know there's a lot of 
information

   missing here about system etc)
  
   Regards,
   Diego
  
  
 
 
 
 













bibliography styles

2007-02-19 Thread Sophie Vandenbussche

Hello everybody,

I am a new user of the Lyx interface (and never used Latex at all). I 
found how to integrate a bibtex (jabref in my case) bibliography, but I 
can't find how to change the way it will be written. I talk about the 
bibliography himself, at the end of what I write (not the citation in 
the text). Now it writes everything that is in my bibtex file (including 
for example the abstract) in the bibliography. I would like to be able 
to define the fields that must be present in the bibliography in my pdf.


Can someone help me with this? (it is everything but an emergency so 
don't feel bad to not answer right now :) )


I take the opportunity to thank all the people invovled in the 
development of lyx: you give us all the opportunity to have a beautiful 
presentation of our documents without too much trouble!


Sophie



Re: bibliography styles

2007-02-19 Thread Julio Rojas

What's your field of expertise? Do you use APA styles?
If you are from social sciences or law, you should check Jurabib (
http://www.berger-on.net/jurabib/).

On 2/19/07, Sophie Vandenbussche [EMAIL PROTECTED] wrote:


Hello everybody,

I am a new user of the Lyx interface (and never used Latex at all). I
found how to integrate a bibtex (jabref in my case) bibliography, but I
can't find how to change the way it will be written. I talk about the
bibliography himself, at the end of what I write (not the citation in
the text). Now it writes everything that is in my bibtex file (including
for example the abstract) in the bibliography. I would like to be able
to define the fields that must be present in the bibliography in my pdf.

Can someone help me with this? (it is everything but an emergency so
don't feel bad to not answer right now :) )

I take the opportunity to thank all the people invovled in the
development of lyx: you give us all the opportunity to have a beautiful
presentation of our documents without too much trouble!

Sophie





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: problem with bibtex using LyXWinInstaller for LyX 1.4.4

2007-02-19 Thread Bob Lounsbury
On 2/18/07 2:42 PM, Uwe Stöhr [EMAIL PROTECTED] wrote:

 Bob Lounsbury schrieb:
 
 I can reproduce here on XP, same problem. I installed LyX 1.4.4 fresh (no
 other exiting LyX installation) yesterday with the LyXWinInstaller.
 
 Does the path to your:bib and/or your .bst file have spaces?
 
 regards Uwe

No, currently the path is 'E:/WSSCI/bibtex/wssci.bst'. This is a folder on a
USB drive.

Bob




Re: bibliography styles

2007-02-19 Thread Sophie Vandenbussche

Well...

I have a degree in Applied Sciences, in Chemistry and I just began 
writing my PhD thesis with lyx. So I don't need a particular style, I 
only want to have the authors, the title, the journal with number and 
pages and the year. Here is an example of what I would like to have 
(with eventually some more formatting as for example the year in bold, 
the journal name in italic...):


M. Muraki, K. Harata, N. Sugita  K. Sato, Protein-Carbohydrate 
Interactions in Human Lysozyme Probed by Combining Site-Directed 
Mutagenesis and Affinity Labeling, Biochemistry, 2000, 39 (2), 292-299.


Do I have to search on the internet for a style or is it possible to 
design it by myself?


thanks again!



Julio Rojas a écrit :

What's your field of expertise? Do you use APA styles?
If you are from social sciences or law, you should check Jurabib 
(http://www.berger-on.net/jurabib/).


On 2/19/07, *Sophie Vandenbussche* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


Hello everybody,

I am a new user of the Lyx interface (and never used Latex at all). I
found how to integrate a bibtex (jabref in my case) bibliography,
but I
can't find how to change the way it will be written. I talk about the
bibliography himself, at the end of what I write (not the citation in
the text). Now it writes everything that is in my bibtex file
(including
for example the abstract) in the bibliography. I would like to be
able
to define the fields that must be present in the bibliography in
my pdf.

Can someone help me with this? (it is everything but an emergency so
don't feel bad to not answer right now :) )

I take the opportunity to thank all the people invovled in the
development of lyx: you give us all the opportunity to have a
beautiful
presentation of our documents without too much trouble!

Sophie




--
-
Julio Rojas
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 


Re: pdf being converted yo png

2007-02-19 Thread Georg Baum
Am Sonntag, 18. Februar 2007 19:49 schrieb Mukhtar Ullah:
 Dear all,
 Would you believe that my pdf graphics (created with ipe) are being 
converted to
 png when I try to export to pdf(pdflatex) or to Latex(pdflatex). If I use 
eps,
 then LyX converts to pdf, but why is it not happy with pdf.

Maybe because it does not recognize that they are pdf. Michael Gerz had 
this problem with 1.5svn some time ago. In order to find out whether LyX 
recognizes the file format start lyx with the

-dbg files,graphics

commandline arguments and send the resulting console output. Since I don't 
use the windows version of LyX and lost track which wrapper prgrams are 
used I don't know how to do this, but maybe somebody else can explain 
that.

 Both LyX143 and LyX150 work fine for me in that case. They both 
recongnise the
 crop-box. LyX144 not only converts to png but it ignores the crop box and 
create
 a full page of png, which in the output pdf, spreads over two pages.

Ignoring the crop box results from the first error, so it will go away if 
that problem is solved.


Georg



Re: bibliography styles

2007-02-19 Thread Maria Gouskova

Sophie,

What you describe looks a lot like plainnat.bst, which is included in
LyX. In any case, you probably should use Natbib. For more on Natbib,
see the following page:

http://wiki.lyx.org/LyX/HumanitiesLyX#toc12

I'd look at the .bst files included in your basic distribution. If you
don't find anything suitable, there is also a command-line program
called custom-bib that allows you to make your own .bst files.

Maria

On 2/19/07, Sophie Vandenbussche [EMAIL PROTECTED] wrote:

Well...

I have a degree in Applied Sciences, in Chemistry and I just began
writing my PhD thesis with lyx. So I don't need a particular style, I
only want to have the authors, the title, the journal with number and
pages and the year. Here is an example of what I would like to have
(with eventually some more formatting as for example the year in bold,
the journal name in italic...):

M. Muraki, K. Harata, N. Sugita  K. Sato, Protein-Carbohydrate
Interactions in Human Lysozyme Probed by Combining Site-Directed
Mutagenesis and Affinity Labeling, Biochemistry, 2000, 39 (2), 292-299.

Do I have to search on the internet for a style or is it possible to
design it by myself?

thanks again!



Julio Rojas a écrit :
 What's your field of expertise? Do you use APA styles?
 If you are from social sciences or law, you should check Jurabib
 (http://www.berger-on.net/jurabib/).

 On 2/19/07, *Sophie Vandenbussche* [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:

 Hello everybody,

 I am a new user of the Lyx interface (and never used Latex at all). I
 found how to integrate a bibtex (jabref in my case) bibliography,
 but I
 can't find how to change the way it will be written. I talk about the
 bibliography himself, at the end of what I write (not the citation in
 the text). Now it writes everything that is in my bibtex file
 (including
 for example the abstract) in the bibliography. I would like to be
 able
 to define the fields that must be present in the bibliography in
 my pdf.

 Can someone help me with this? (it is everything but an emergency so
 don't feel bad to not answer right now :) )

 I take the opportunity to thank all the people invovled in the
 development of lyx: you give us all the opportunity to have a
 beautiful
 presentation of our documents without too much trouble!

 Sophie




 --
 -
 Julio Rojas
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]



Re: pdf being converted yo png

2007-02-19 Thread Mukhtar Ullah
Georg Baum [EMAIL PROTECTED] writes:

Georg,
Thank you for your recommendations. While I was reading your email, I checked
http://wiki.lyx.org/Windows/Windows
and found the new build LyX 1.4.4-2. I installed that and checked the vector
format wherever I found this option. Now everything works fine. I don't know
what exactly was the problem with LyX144-1, but my frustration has finally 
ended.

Mukhtar




Re: problem with bibtex using LyXWinInstaller for LyX 1.4.4

2007-02-19 Thread Peter Websdell
I have discovered that the same error also occurs when i go to tools  Tex 
information and do a
rescan. The problem occurs when there is no spaces in the directory too. and 
I'm not running from
a usb stick.

Pete



--- Bob Lounsbury [EMAIL PROTECTED] wrote:

 On 2/18/07 2:42 PM, Uwe Stöhr [EMAIL PROTECTED] wrote:
 
  Bob Lounsbury schrieb:
  
  I can reproduce here on XP, same problem. I installed LyX 1.4.4 fresh (no
  other exiting LyX installation) yesterday with the LyXWinInstaller.
  
  Does the path to your:bib and/or your .bst file have spaces?
  
  regards Uwe
 
 No, currently the path is 'E:/WSSCI/bibtex/wssci.bst'. This is a folder on a
 USB drive.
 
 Bob
 
 
 




___ 
The all-new Yahoo! Mail goes wherever you go - free your email address from 
your Internet provider. http://uk.docs.yahoo.com/nowyoucan.html


LyX 1.4.4.2 crashes on Win XP

2007-02-19 Thread Paul A. Rubin

I had 1.4.4.1 running on my box (XP Pro SP2, dual core processor), then
installed 1.4.4.2 over it.  Each time I start 1.4.4.2, it immediately
crashes.  I deleted the installation, downloaded 1.4.4.2 again and
reinstalled.  Same story.  Here's what Windows has to say about it:

AppName: lyxc.exeAppVer: 0.0.0.0 ModName: msvcr80.dll
ModVer: 8.0.50727.762Offset: 46b4

The crash occurs before the LyX GUI opens, and LyX's error message
contains no specifics.  Just for the halibut, I tried a different
version of msvcr80.dll, but that didn't help.  Neither did rebooting 
Windows.


For what it's worth (probably not much), Windows generated the following 
list of players:


?xml version=1.0 encoding=UTF-16?
DATABASE
EXE NAME=lyxc.exe FILTER=GRABMI_FILTER_PRIVACY
MATCHING_FILE NAME=Aiksaurus.dll SIZE=53248 
CHECKSUM=0xE713D112 MODULE_TYPE=WIN32 PE_CHECKSUM=0x1B03C 
LINKER_VERSION=0x0 LINK_DATE=02/18/2007 19:34:17 
UPTO_LINK_DATE=02/18/2007 19:34:17 /
MATCHING_FILE NAME=aspell.dll SIZE=659456 
CHECKSUM=0x14DDCC54 MODULE_TYPE=WIN32 PE_CHECKSUM=0xAAB13 
LINKER_VERSION=0x0 LINK_DATE=02/18/2007 21:23:22 
UPTO_LINK_DATE=02/18/2007 21:23:22 /
MATCHING_FILE NAME=Console.dll SIZE=6144 CHECKSUM=0x739363AA 
MODULE_TYPE=WIN32 PE_CHECKSUM=0xBC26 LINKER_VERSION=0x0 
LINK_DATE=02/18/2007 20:46:12 UPTO_LINK_DATE=02/18/2007 20:46:12 /
MATCHING_FILE NAME=dt2dv.exe SIZE=36864 CHECKSUM=0xC22DDDCB 
MODULE_TYPE=WIN32 PE_CHECKSUM=0x0 LINKER_VERSION=0x0 
LINK_DATE=02/18/2007 18:07:24 UPTO_LINK_DATE=02/18/2007 18:07:24 /
MATCHING_FILE NAME=dv2dt.exe SIZE=11264 CHECKSUM=0x99DE30D9 
MODULE_TYPE=WIN32 PE_CHECKSUM=0x0 LINKER_VERSION=0x0 
LINK_DATE=02/18/2007 18:07:34 UPTO_LINK_DATE=02/18/2007 18:07:34 /
MATCHING_FILE NAME=iconv.dll SIZE=913408 CHECKSUM=0x4E82D056 
BIN_FILE_VERSION=1.11.0.0 BIN_PRODUCT_VERSION=1.11.0.0 
PRODUCT_VERSION=1.11 FILE_DESCRIPTION=LGPLed libiconv for Windows 
NT/2000/XP and Windows 95/98/ME COMPANY_NAME=Free Software Foundation 
PRODUCT_NAME=libiconv: character set conversion library 
FILE_VERSION=1.11 ORIGINAL_FILENAME=iconv.dll 
INTERNAL_NAME=iconv.dll LEGAL_COPYRIGHT=Copyright (C) 1999-2005 
VERFILEDATEHI=0x0 VERFILEDATELO=0x0 VERFILEOS=0x10004 
VERFILETYPE=0x2 MODULE_TYPE=WIN32 PE_CHECKSUM=0xEECFF 
LINKER_VERSION=0x0 UPTO_BIN_FILE_VERSION=1.11.0.0 
UPTO_BIN_PRODUCT_VERSION=1.11.0.0 LINK_DATE=02/18/2007 19:21:06 
UPTO_LINK_DATE=02/18/2007 19:21:06 VER_LANGUAGE=English (United 
States) [0x409] /
MATCHING_FILE NAME=intl.dll SIZE=40448 CHECKSUM=0x716FC3A7 
BIN_FILE_VERSION=0.15.0.0 BIN_PRODUCT_VERSION=0.15.0.0 
PRODUCT_VERSION=0.15.0 FILE_DESCRIPTION=LGPLed libintl for Windows 
NT/2000/XP and Windows 95/98/ME COMPANY_NAME=Free Software Foundation 
PRODUCT_NAME=libintl: accessing NLS message catalogs 
FILE_VERSION=0.15.0 ORIGINAL_FILENAME=intl.dll 
INTERNAL_NAME=intl.dll LEGAL_COPYRIGHT=Copyright (C) 1995-2006 
VERFILEDATEHI=0x0 VERFILEDATELO=0x0 VERFILEOS=0x10004 
VERFILETYPE=0x2 MODULE_TYPE=WIN32 PE_CHECKSUM=0xAF70 
LINKER_VERSION=0x0 UPTO_BIN_FILE_VERSION=0.15.0.0 
UPTO_BIN_PRODUCT_VERSION=0.15.0.0 LINK_DATE=02/18/2007 19:22:40 
UPTO_LINK_DATE=02/18/2007 19:22:40 VER_LANGUAGE=English (United 
States) [0x409] /
MATCHING_FILE NAME=libnetpbm10.dll SIZE=189952 
CHECKSUM=0x5EEC4101 BIN_FILE_VERSION=10.27.1958.21808 
BIN_PRODUCT_VERSION=10.27.1958.21808 
PRODUCT_VERSION=10.27.1958.21808 FILE_DESCRIPTION=NetPbm: tools for 
manipulating images COMPANY_NAME=NetPbm 
lt;netpbm.sourceforge.netgt; PRODUCT_NAME=NetPbm 
FILE_VERSION=10.27.1958.21808 ORIGINAL_FILENAME=libnetpbm10.dll 
INTERNAL_NAME=libnetpbm10 LEGAL_COPYRIGHT=© 2005 Bryan Henderson 
lt;[EMAIL PROTECTED]gt; VERFILEDATEHI=0x0 VERFILEDATELO=0x0 
VERFILEOS=0x4 VERFILETYPE=0x2 MODULE_TYPE=WIN32 
PE_CHECKSUM=0x37F32 LINKER_VERSION=0xA001B 
UPTO_BIN_FILE_VERSION=10.27.1958.21808 
UPTO_BIN_PRODUCT_VERSION=10.27.1958.21808 LINK_DATE=05/12/2005 
10:28:11 UPTO_LINK_DATE=05/12/2005 10:28:11 VER_LANGUAGE=English 
(United States) [0x409] /
MATCHING_FILE NAME=lyx.exe SIZE=46209 CHECKSUM=0x8A24BD6E 
BIN_FILE_VERSION=1.4.4.2 BIN_PRODUCT_VERSION=1.4.4.2 
FILE_DESCRIPTION=LyX - The Document Processor PRODUCT_NAME=LyX 
FILE_VERSION=1.4.4-2 LEGAL_COPYRIGHT=LyX is Copyright © 1995 by 
Matthias Ettrich, 1995-2006 LyX Team VERFILEDATEHI=0x0 
VERFILEDATELO=0x0 VERFILEOS=0x4 VERFILETYPE=0x1 
MODULE_TYPE=WIN32 PE_CHECKSUM=0x0 LINKER_VERSION=0x0 
UPTO_BIN_FILE_VERSION=1.4.4.2 UPTO_BIN_PRODUCT_VERSION=1.4.4.2 
LINK_DATE=02/17/2007 12:48:48 UPTO_LINK_DATE=02/17/2007 12:48:48 
VER_LANGUAGE=English (United States) [0x409] /
MATCHING_FILE NAME=lyxc.exe SIZE=4067328 CHECKSUM=0x9DE427E0 
MODULE_TYPE=WIN32 PE_CHECKSUM=0x3E62C8 LINKER_VERSION=0x0 
LINK_DATE=02/18/2007 21:10:08 UPTO_LINK_DATE=02/18/2007 21:10:08 /
MATCHING_FILE NAME=msvcp80.dll SIZE=548864 
CHECKSUM=0x50EFCC32 BIN_FILE_VERSION=8.0.50727.762 
BIN_PRODUCT_VERSION=8.0.50727.762 PRODUCT_VERSION=8.00.50727.762 
FILE_DESCRIPTION=Microsoft® C++ Runtime Library 

LyX 1.4.4-2 (full) installer language problem on W2K and XP

2007-02-19 Thread Tom Schlangen
Hello,

the mentioned installer, released today (February, 19th) has a language problem:

Although the installer language correctly is identified as Deutsch and also 
Deutsch was selected for the LyX frontend language to be used, after 
installation the frontend shows up in English language. (1.4.4-1 did it right).

But the help texts (menu option help) are correctly installed in their German 
versions (as far as available), though.

This bug shows up even on a freshly installed XP box (no other LyX version 
previously installed).

By the way, besides chosing the frontend language during installation, is there 
any option / method to change the frontend language afterwards w/o 
re-installation?

Regards,

Tom Schlangen

-- 
mailto:[EMAIL PROTECTED]



Opening last file for edit from the command line.

2007-02-19 Thread fAX k.root
Dear LyX users!

Does somebody aware of a way of opening the most recently edited file
from the command line?

If there is no such command, may it be put on the wish-list (By the way,
is there a place to see the current wishlist and change-log)?

Thank you.

-- 
With best regards,
Pavel Gurevich



Re: LyX 1.4.4.2 crashes on Win XP

2007-02-19 Thread Tom Schlangen
Hi Paul,


 I had 1.4.4.1 running on my box (XP Pro SP2, dual core
 processor), then installed 1.4.4.2 over it.  Each time
 I start 1.4.4.2, it immediately crashes.

Confirmed, but only for one out of two freshly installed XPpro boxes. The 
working one just shows the wrong frontend language as described in another 
article I posted, but besides this LyX seems to work as expected.

Both XP installations may be slightly different from each other due to a 
slightly different mix of few other programs installed before LyX.

Regards,

Tom Schlangen

-- 
mailto:[EMAIL PROTECTED]



Re: problem with bibtex using LyXWinInstaller for LyX 1.4.4

2007-02-19 Thread Uwe Stöhr

I have discovered that the same error also occurs when i go to tools  Tex 
information and do a
rescan. The problem occurs when there is no spaces in the directory too. and 
I'm not running from
a usb stick.


No, currently the path is 'E:/WSSCI/bibtex/wssci.bst'. This is a folder on a
USB drive.


Then please update you MiKteX-installation using MiKTeX's update wizard program (available in via 
Windows' start menu, requires an open internet connection). Run the update program twice if necessary.

Does it then work?

regards Uwe


Re: LyX 1.4.4.2 crashes on Win XP

2007-02-19 Thread Paul A. Rubin

Tom Schlangen wrote:

Hi Paul,



I had 1.4.4.1 running on my box (XP Pro SP2, dual core
processor), then installed 1.4.4.2 over it.  Each time
I start 1.4.4.2, it immediately crashes.


Confirmed, but only for one out of two freshly installed XPpro boxes. The 
working one just shows the wrong frontend language as described in another 
article I posted, but besides this LyX seems to work as expected.

Both XP installations may be slightly different from each other due to a 
slightly different mix of few other programs installed before LyX.



Yes, that's one of the joys of the Windows world -- the ability of apps 
to conflict with each other.  I don't think my AV program (Symantec) is 
the culprit, since the crash occurs even with real-time monitoring off, 
but I can't be sure, and I don't have the time just now to boot into a 
clean configuration to test LyX.


Well, 1.4.4.1 worked for me, so maybe I'll just wait for 1.4.4.3 and see 
if this only happens on even-numbered builds.  :-)


/Paul



Re: problem with bibtex using LyXWinInstaller for LyX 1.4.4 - bug found

2007-02-19 Thread Uwe Stöhr

Uwe Stöhr schrieb:
I have discovered that the same error also occurs when i go to tools 
 Tex information and do a
rescan. The problem occurs when there is no spaces in the directory 
too. and I'm not running from

a usb stick.


I think I found the bug: A missing python file. It should work when you copy the attached file to 
LyX's \bin\Lib folder and then restart LyX.


I'll release a new installer version tomorrow including this fix.

regards Uwe
Record of phased-in incompatible language changes.

Each line is of the form:

FeatureName = _Feature( OptionalRelease , MandatoryRelease ,
  CompilerFlag )

where, normally, OptionalRelease  MandatoryRelease, and both are 5-tuples
of the same form as sys.version_info:

(PY_MAJOR_VERSION, # the 2 in 2.1.0a3; an int
 PY_MINOR_VERSION, # the 1; an int
 PY_MICRO_VERSION, # the 0; an int
 PY_RELEASE_LEVEL, # alpha, beta, candidate or final; string
 PY_RELEASE_SERIAL # the 3; an int
)

OptionalRelease records the first release in which

from __future__ import FeatureName

was accepted.

In the case of MandatoryReleases that have not yet occurred,
MandatoryRelease predicts the release in which the feature will become part
of the language.

Else MandatoryRelease records when the feature became part of the language;
in releases at or after that, modules no longer need

from __future__ import FeatureName

to use the feature in question, but may continue to use such imports.

MandatoryRelease may also be None, meaning that a planned feature got
dropped.

Instances of class _Feature have two corresponding methods,
.getOptionalRelease() and .getMandatoryRelease().

CompilerFlag is the (bitfield) flag that should be passed in the fourth
argument to the builtin function compile() to enable the feature in
dynamically compiled code.  This flag is stored in the .compiler_flag
attribute on _Future instances.  These values must match the appropriate
#defines of CO_xxx flags in Include/compile.h.

No feature line is ever to be deleted from this file.


all_feature_names = [
nested_scopes,
generators,
division,
absolute_import,
with_statement,
]

__all__ = [all_feature_names] + all_feature_names

# The CO_xxx symbols are defined here under the same names used by
# compile.h, so that an editor search will find them here.  However,
# they're not exported in __all__, because they don't really belong to
# this module.
CO_NESTED= 0x0010   # nested_scopes
CO_GENERATOR_ALLOWED = 0# generators (obsolete, was 0x1000)
CO_FUTURE_DIVISION   = 0x2000   # division
CO_FUTURE_ABSOLUTE_IMPORT = 0x4000 # perform absolute imports by default
CO_FUTURE_WITH_STATEMENT  = 0x8000   # with statement

class _Feature:
def __init__(self, optionalRelease, mandatoryRelease, compiler_flag):
self.optional = optionalRelease
self.mandatory = mandatoryRelease
self.compiler_flag = compiler_flag

def getOptionalRelease(self):
Return first release in which this feature was recognized.

This is a 5-tuple, of the same form as sys.version_info.


return self.optional

def getMandatoryRelease(self):
Return release in which this feature will become mandatory.

This is a 5-tuple, of the same form as sys.version_info, or, if
the feature was dropped, is None.


return self.mandatory

def __repr__(self):
return _Feature + repr((self.optional,
  self.mandatory,
  self.compiler_flag))

nested_scopes = _Feature((2, 1, 0, beta,  1),
 (2, 2, 0, alpha, 0),
 CO_NESTED)

generators = _Feature((2, 2, 0, alpha, 1),
  (2, 3, 0, final, 0),
  CO_GENERATOR_ALLOWED)

division = _Feature((2, 2, 0, alpha, 2),
(3, 0, 0, alpha, 0),
CO_FUTURE_DIVISION)

absolute_import = _Feature((2, 5, 0, alpha, 1),
   (2, 7, 0, alpha, 0),
   CO_FUTURE_ABSOLUTE_IMPORT)

with_statement = _Feature((2, 5, 0, alpha, 1),
  (2, 6, 0, alpha, 0),
  CO_FUTURE_WITH_STATEMENT)


Re: Opening last file for edit from the command line.

2007-02-19 Thread Paul A. Rubin

fAX k.root wrote:

Dear LyX users!

Does somebody aware of a way of opening the most recently edited file
from the command line?


I don't think so.  'lyx -x menu-open file' will start LyX and open the 
file menu, after which pressing 't' and then '1' will load the most 
recent document, but I don't know a way to get LyX to recognize the 't' 
and '1' after opening the file menu.



If there is no such command, may it be put on the wish-list (By the way,
is there a place to see the current wishlist and change-log)?


http://bugzilla.lyx.org/ -- click on Show all open feature requests to 
see the wishlist.  I didn't see this listed there. 
http://www.lyx.org/devel/tasks.php show another wish list (which I'm 
sure overlaps the one in bugzilla quite a bit).


There's a ChangeLog file installed in the LyX Resources folder.

/Paul



Re: LyX 1.4.4-2 (full) installer language problem on W2K and XP

2007-02-19 Thread Uwe Stöhr

Tom Schlangen schrieb:


the mentioned installer, released today (February, 19th) has a language problem:
Although the installer language correctly is identified as Deutsch and also 
Deutsch was selected for the LyX frontend language to be used, after installation the 
frontend shows up in English language. (1.4.4-1 did it right).
But the help texts (menu option help) are correctly installed in their German 
versions (as far as available), though.


I don't currently know why this happens, but it works fine with this installer:
http://wiki.lyx.org/Windows/LyXWinInstaller


By the way, besides chosing the frontend language during installation, is there 
any option / method to change the frontend language afterwards w/o 
re-installation?


You have to go to the registry and change the value of the environment variable Lang to de_DE. 
In contrary the installer I mentioned above uses a file named lyx.bat to set LyX's menu language. 
You can easily change there the value of Lang.


regards Uwe


Re: LyX 1.4.4-2 (full) installer language problem on W2K and XP

2007-02-19 Thread Joost Verburg

Uwe Stöhr wrote:
By the way, besides chosing the frontend language during installation, 
is there any option / method to change the frontend language 
afterwards w/o re-installation?


You have to go to the registry and change the value of the environment 
variable Lang to de_DE. In contrary the installer I mentioned above 
uses a file named lyx.bat to set LyX's menu language. You can easily 
change there the value of Lang.


That is incorrect. The official installer doesn't set any system 
environment variables, it has it's own registry setting for the language 
in Software\LyX14\Settings. To change it you can also run the installer 
again without reinstalling any files.


This crash/language problem is unrelated to the installer. It looks like 
the combination of updated libraries / C++ runtime somehow triggers a 
bug, possibly in gettext. I have not yet been able to reproduce it (it 
works fine on all my systems), so it may be difficult to debug. I'll try 
to find a solution.


Joost



Compile warnings for 1.4.4

2007-02-19 Thread John Coppens
I get similar warnings for most files compiled:

 g++ -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch --include=./pch.h
-I./.. -I../../boost -I/usr/X11R6/include -fno-exceptions -O2 -MT kill.lo
-MD -MP -MF .deps/kill.Tpo -c kill.C  -fPIC -DPIC -o .libs/kill.o
cc1plus: warning: ././pch.h.gch: created and used with different settings
of -fpic

I'm using gcc-4.1.1, maybe that's the problem? Should I worry? I couldn't
find a description of the error on google.

John


LyX/Mac 1.4.4 Released

2007-02-19 Thread Bennett Helm
LyX/Mac-1.4.4 has now been released for both PPC and Intel Macs. It  
can be downloaded at the links below.


Bennett

ftp://ftp.lyx.org/pub/lyx/bin/1.4.4/LyX-1.4.4-Mac-PPC-3.dmg
ftp://ftp.lyx.org/pub/lyx/bin/1.4.4/LyX-1.4.4-Mac-Intel-3.dmg




Re: LyX/Mac 1.4.4 Released

2007-02-19 Thread Alan G Isaac
On Mon, 19 Feb 2007, Bennett Helm apparently wrote: 
 LyX/Mac-1.4.4 has now been released for both PPC and Intel Macs. It 
 can be downloaded at the links below.  
 ftp://ftp.lyx.org/pub/lyx/bin/1.4.4/LyX-1.4.4-Mac-PPC-3.dmg 
 ftp://ftp.lyx.org/pub/lyx/bin/1.4.4/LyX-1.4.4-Mac-Intel-3.dmg 

Does this fix the math display problem at larger font sizes?
http://marc.theaimsgroup.com/?l=lyx-usersm=116914712903502w=2

Thank you,
Alan Isaac






Re: Opening last file for edit from the command line.

2007-02-19 Thread Jürgen Spitzmüller
fAX k.root wrote:
 Does somebody aware of a way of opening the most recently edited file
 from the command line?

Not in 1.4.x, but upcoming 1.5.0 will have session support that reopens the 
last opened files on start, if you wish.

Jürgen


lyx-1.4.4 to Fedora Core 6

2007-02-19 Thread icebna

Hi Shu

Today Fedora Core 6 has updated the 1.4.4-2 version to SO Fedora Core 6. 
I hope that this version is compatible with your Red Hat.


Regards

Miguel


trying to install LyX on Mandriva 2005

2007-02-19 Thread Ares

Hello everyone,

I am a happy LyX user on Win but now I'm trying to move to GNU/Linux.

I downloaded lyx-1.4.4.tar.gz from
ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.4.tar.gz
extracted archive content
read install file
tried ./configure but I get the following message:

checking what frontend should be used for the GUI... none
configure: error: Please select a frontend using --with-frontend

Can anyone help me? (even though I know there's a lot of information
missing here about system etc)

Regards,
Diego


--

Diego
http://www.webalice.it/ares001/

|   __o| It is easier
|  _`\(,_  |  to get forgiveness
| (_)/ (_) |  than permission


Re: trying to install LyX on Mandriva 2005

2007-02-19 Thread icebna

Follow the next step :

./configure --with-frontend=qt -with-pspell
make
checkinstall ( You must have this package installed )
When end, you shall have the rpm built, then
rpm -ivh lyx-1.4.4.i386.rpm for example

Also, instead of checkinstall you can use as root, make install

Regards

Miguel



Ares wrote:

Hello everyone,

I am a happy LyX user on Win but now I'm trying to move to GNU/Linux.

I downloaded lyx-1.4.4.tar.gz from
ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.4.tar.gz
extracted archive content
read install file
tried ./configure but I get the following message:

checking what frontend should be used for the GUI... none
configure: error: Please select a frontend using --with-frontend

Can anyone help me? (even though I know there's a lot of information
missing here about system etc)

Regards,
Diego






Re: trying to install LyX on Mandriva 2005

2007-02-19 Thread icebna
This problem is a problem of compilator. You must of updated of 
compilator, the family of gcc package. Use the command as root :

urpmi gcc, if you have a internet conexion, and then prove ./configure

Regards

Ares wrote:

now after

./configure --with-frontend=qt -with-pspell

after a while I get. 


config.status: creating Makefile
config.status: error: cannot find input file: Makefile.in


2007/2/19, icebna [EMAIL PROTECTED]:

Follow the next step :

./configure --with-frontend=qt -with-pspell
make
checkinstall ( You must have this package installed )
When end, you shall have the rpm built, then
rpm -ivh lyx-1.4.4.i386.rpm for example

Also, instead of checkinstall you can use as root, make install

Regards

Miguel



Ares wrote:
 Hello everyone,

 I am a happy LyX user on Win but now I'm trying to move to GNU/Linux.

 I downloaded lyx-1.4.4.tar.gz from
 ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.4.tar.gz
 extracted archive content
 read install file
 tried ./configure but I get the following message:

 checking what frontend should be used for the GUI... none
 configure: error: Please select a frontend using --with-frontend

 Can anyone help me? (even though I know there's a lot of information
 missing here about system etc)

 Regards,
 Diego











Re: trying to install LyX on Mandriva 2005

2007-02-19 Thread icebna

Alone see in the DVD installation ?. Use the command - as root :
urpmq --list-media, and say me the output.

Ares wrote:

system looks for the installation DVD and says everything's already
installed... mhm...

2007/2/19, icebna [EMAIL PROTECTED]:

This problem is a problem of compilator. You must of updated of
compilator, the family of gcc package. Use the command as root :
urpmi gcc, if you have a internet conexion, and then prove ./configure

Regards

Ares wrote:
 now after

 ./configure --with-frontend=qt -with-pspell

 after a while I get.

 config.status: creating Makefile
 config.status: error: cannot find input file: Makefile.in


 2007/2/19, icebna [EMAIL PROTECTED]:
 Follow the next step :

 ./configure --with-frontend=qt -with-pspell
 make
 checkinstall ( You must have this package installed )
 When end, you shall have the rpm built, then
 rpm -ivh lyx-1.4.4.i386.rpm for example

 Also, instead of checkinstall you can use as root, make install

 Regards

 Miguel



 Ares wrote:
  Hello everyone,
 
  I am a happy LyX user on Win but now I'm trying to move to 
GNU/Linux.

 
  I downloaded lyx-1.4.4.tar.gz from
  ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.4.tar.gz
  extracted archive content
  read install file
  tried ./configure but I get the following message:
 
  checking what frontend should be used for the GUI... none
  configure: error: Please select a frontend using --with-frontend
 
  Can anyone help me? (even though I know there's a lot of information
  missing here about system etc)
 
  Regards,
  Diego
 
 













Re: trying to install LyX on Mandriva 2005

2007-02-19 Thread icebna


Enter in the the Center of Mandriva's control, where the computer is 
configure, in the menu : Choose where the packages of software 
discharged when the system is updated, choose  add and accept everything 
what you should appear, since you there is absent the repositories Main 
- Main Updates, Contrib and Contrib updates, that should can to contain 
necessary tools to compile adequately. Perhaps isn't the devel tool 
installed, also --the packages xxx-devel.



Ares wrote:

2007/2/19, icebna [EMAIL PROTECTED]:

Alone see in the DVD installation ?. Use the command - as root :
urpmq --list-media, and say me the output.


I can't retrieve the path to the removable device Installation
Download DVD (cdrom1)
Installation Download DVD (cdrom1)
update_source

(First line is my translation from Italian)




Ares wrote:
 system looks for the installation DVD and says everything's already
 installed... mhm...

 2007/2/19, icebna [EMAIL PROTECTED]:
 This problem is a problem of compilator. You must of updated of
 compilator, the family of gcc package. Use the command as root :
 urpmi gcc, if you have a internet conexion, and then prove ./configure

 Regards

 Ares wrote:
  now after
 
  ./configure --with-frontend=qt -with-pspell
 
  after a while I get.
 
  config.status: creating Makefile
  config.status: error: cannot find input file: Makefile.in
 
 
  2007/2/19, icebna [EMAIL PROTECTED]:
  Follow the next step :
 
  ./configure --with-frontend=qt -with-pspell
  make
  checkinstall ( You must have this package installed )
  When end, you shall have the rpm built, then
  rpm -ivh lyx-1.4.4.i386.rpm for example
 
  Also, instead of checkinstall you can use as root, make install
 
  Regards
 
  Miguel
 
 
 
  Ares wrote:
   Hello everyone,
  
   I am a happy LyX user on Win but now I'm trying to move to
 GNU/Linux.
  
   I downloaded lyx-1.4.4.tar.gz from
   ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.4.tar.gz
   extracted archive content
   read install file
   tried ./configure but I get the following message:
  
   checking what frontend should be used for the GUI... none
   configure: error: Please select a frontend using 
--with-frontend

  
   Can anyone help me? (even though I know there's a lot of 
information

   missing here about system etc)
  
   Regards,
   Diego
  
  
 
 
 
 













bibliography styles

2007-02-19 Thread Sophie Vandenbussche

Hello everybody,

I am a new user of the Lyx interface (and never used Latex at all). I 
found how to integrate a bibtex (jabref in my case) bibliography, but I 
can't find how to change the way it will be written. I talk about the 
bibliography himself, at the end of what I write (not the citation in 
the text). Now it writes everything that is in my bibtex file (including 
for example the abstract) in the bibliography. I would like to be able 
to define the fields that must be present in the bibliography in my pdf.


Can someone help me with this? (it is everything but an emergency so 
don't feel bad to not answer right now :) )


I take the opportunity to thank all the people invovled in the 
development of lyx: you give us all the opportunity to have a beautiful 
presentation of our documents without too much trouble!


Sophie



Re: bibliography styles

2007-02-19 Thread Julio Rojas

What's your field of expertise? Do you use APA styles?
If you are from social sciences or law, you should check Jurabib (
http://www.berger-on.net/jurabib/).

On 2/19/07, Sophie Vandenbussche [EMAIL PROTECTED] wrote:


Hello everybody,

I am a new user of the Lyx interface (and never used Latex at all). I
found how to integrate a bibtex (jabref in my case) bibliography, but I
can't find how to change the way it will be written. I talk about the
bibliography himself, at the end of what I write (not the citation in
the text). Now it writes everything that is in my bibtex file (including
for example the abstract) in the bibliography. I would like to be able
to define the fields that must be present in the bibliography in my pdf.

Can someone help me with this? (it is everything but an emergency so
don't feel bad to not answer right now :) )

I take the opportunity to thank all the people invovled in the
development of lyx: you give us all the opportunity to have a beautiful
presentation of our documents without too much trouble!

Sophie





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: problem with bibtex using LyXWinInstaller for LyX 1.4.4

2007-02-19 Thread Bob Lounsbury
On 2/18/07 2:42 PM, Uwe Stöhr [EMAIL PROTECTED] wrote:

 Bob Lounsbury schrieb:
 
 I can reproduce here on XP, same problem. I installed LyX 1.4.4 fresh (no
 other exiting LyX installation) yesterday with the LyXWinInstaller.
 
 Does the path to your:bib and/or your .bst file have spaces?
 
 regards Uwe

No, currently the path is 'E:/WSSCI/bibtex/wssci.bst'. This is a folder on a
USB drive.

Bob




Re: bibliography styles

2007-02-19 Thread Sophie Vandenbussche

Well...

I have a degree in Applied Sciences, in Chemistry and I just began 
writing my PhD thesis with lyx. So I don't need a particular style, I 
only want to have the authors, the title, the journal with number and 
pages and the year. Here is an example of what I would like to have 
(with eventually some more formatting as for example the year in bold, 
the journal name in italic...):


M. Muraki, K. Harata, N. Sugita  K. Sato, Protein-Carbohydrate 
Interactions in Human Lysozyme Probed by Combining Site-Directed 
Mutagenesis and Affinity Labeling, Biochemistry, 2000, 39 (2), 292-299.


Do I have to search on the internet for a style or is it possible to 
design it by myself?


thanks again!



Julio Rojas a écrit :

What's your field of expertise? Do you use APA styles?
If you are from social sciences or law, you should check Jurabib 
(http://www.berger-on.net/jurabib/).


On 2/19/07, *Sophie Vandenbussche* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


Hello everybody,

I am a new user of the Lyx interface (and never used Latex at all). I
found how to integrate a bibtex (jabref in my case) bibliography,
but I
can't find how to change the way it will be written. I talk about the
bibliography himself, at the end of what I write (not the citation in
the text). Now it writes everything that is in my bibtex file
(including
for example the abstract) in the bibliography. I would like to be
able
to define the fields that must be present in the bibliography in
my pdf.

Can someone help me with this? (it is everything but an emergency so
don't feel bad to not answer right now :) )

I take the opportunity to thank all the people invovled in the
development of lyx: you give us all the opportunity to have a
beautiful
presentation of our documents without too much trouble!

Sophie




--
-
Julio Rojas
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 


Re: pdf being converted yo png

2007-02-19 Thread Georg Baum
Am Sonntag, 18. Februar 2007 19:49 schrieb Mukhtar Ullah:
 Dear all,
 Would you believe that my pdf graphics (created with ipe) are being 
converted to
 png when I try to export to pdf(pdflatex) or to Latex(pdflatex). If I use 
eps,
 then LyX converts to pdf, but why is it not happy with pdf.

Maybe because it does not recognize that they are pdf. Michael Gerz had 
this problem with 1.5svn some time ago. In order to find out whether LyX 
recognizes the file format start lyx with the

-dbg files,graphics

commandline arguments and send the resulting console output. Since I don't 
use the windows version of LyX and lost track which wrapper prgrams are 
used I don't know how to do this, but maybe somebody else can explain 
that.

 Both LyX143 and LyX150 work fine for me in that case. They both 
recongnise the
 crop-box. LyX144 not only converts to png but it ignores the crop box and 
create
 a full page of png, which in the output pdf, spreads over two pages.

Ignoring the crop box results from the first error, so it will go away if 
that problem is solved.


Georg



Re: bibliography styles

2007-02-19 Thread Maria Gouskova

Sophie,

What you describe looks a lot like plainnat.bst, which is included in
LyX. In any case, you probably should use Natbib. For more on Natbib,
see the following page:

http://wiki.lyx.org/LyX/HumanitiesLyX#toc12

I'd look at the .bst files included in your basic distribution. If you
don't find anything suitable, there is also a command-line program
called custom-bib that allows you to make your own .bst files.

Maria

On 2/19/07, Sophie Vandenbussche [EMAIL PROTECTED] wrote:

Well...

I have a degree in Applied Sciences, in Chemistry and I just began
writing my PhD thesis with lyx. So I don't need a particular style, I
only want to have the authors, the title, the journal with number and
pages and the year. Here is an example of what I would like to have
(with eventually some more formatting as for example the year in bold,
the journal name in italic...):

M. Muraki, K. Harata, N. Sugita  K. Sato, Protein-Carbohydrate
Interactions in Human Lysozyme Probed by Combining Site-Directed
Mutagenesis and Affinity Labeling, Biochemistry, 2000, 39 (2), 292-299.

Do I have to search on the internet for a style or is it possible to
design it by myself?

thanks again!



Julio Rojas a écrit :
 What's your field of expertise? Do you use APA styles?
 If you are from social sciences or law, you should check Jurabib
 (http://www.berger-on.net/jurabib/).

 On 2/19/07, *Sophie Vandenbussche* [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:

 Hello everybody,

 I am a new user of the Lyx interface (and never used Latex at all). I
 found how to integrate a bibtex (jabref in my case) bibliography,
 but I
 can't find how to change the way it will be written. I talk about the
 bibliography himself, at the end of what I write (not the citation in
 the text). Now it writes everything that is in my bibtex file
 (including
 for example the abstract) in the bibliography. I would like to be
 able
 to define the fields that must be present in the bibliography in
 my pdf.

 Can someone help me with this? (it is everything but an emergency so
 don't feel bad to not answer right now :) )

 I take the opportunity to thank all the people invovled in the
 development of lyx: you give us all the opportunity to have a
 beautiful
 presentation of our documents without too much trouble!

 Sophie




 --
 -
 Julio Rojas
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]



Re: pdf being converted yo png

2007-02-19 Thread Mukhtar Ullah
Georg Baum [EMAIL PROTECTED] writes:

Georg,
Thank you for your recommendations. While I was reading your email, I checked
http://wiki.lyx.org/Windows/Windows
and found the new build LyX 1.4.4-2. I installed that and checked the vector
format wherever I found this option. Now everything works fine. I don't know
what exactly was the problem with LyX144-1, but my frustration has finally 
ended.

Mukhtar




Re: problem with bibtex using LyXWinInstaller for LyX 1.4.4

2007-02-19 Thread Peter Websdell
I have discovered that the same error also occurs when i go to tools  Tex 
information and do a
rescan. The problem occurs when there is no spaces in the directory too. and 
I'm not running from
a usb stick.

Pete



--- Bob Lounsbury [EMAIL PROTECTED] wrote:

 On 2/18/07 2:42 PM, Uwe Stöhr [EMAIL PROTECTED] wrote:
 
  Bob Lounsbury schrieb:
  
  I can reproduce here on XP, same problem. I installed LyX 1.4.4 fresh (no
  other exiting LyX installation) yesterday with the LyXWinInstaller.
  
  Does the path to your:bib and/or your .bst file have spaces?
  
  regards Uwe
 
 No, currently the path is 'E:/WSSCI/bibtex/wssci.bst'. This is a folder on a
 USB drive.
 
 Bob
 
 
 




___ 
The all-new Yahoo! Mail goes wherever you go - free your email address from 
your Internet provider. http://uk.docs.yahoo.com/nowyoucan.html


LyX 1.4.4.2 crashes on Win XP

2007-02-19 Thread Paul A. Rubin

I had 1.4.4.1 running on my box (XP Pro SP2, dual core processor), then
installed 1.4.4.2 over it.  Each time I start 1.4.4.2, it immediately
crashes.  I deleted the installation, downloaded 1.4.4.2 again and
reinstalled.  Same story.  Here's what Windows has to say about it:

AppName: lyxc.exeAppVer: 0.0.0.0 ModName: msvcr80.dll
ModVer: 8.0.50727.762Offset: 46b4

The crash occurs before the LyX GUI opens, and LyX's error message
contains no specifics.  Just for the halibut, I tried a different
version of msvcr80.dll, but that didn't help.  Neither did rebooting 
Windows.


For what it's worth (probably not much), Windows generated the following 
list of players:


?xml version=1.0 encoding=UTF-16?
DATABASE
EXE NAME=lyxc.exe FILTER=GRABMI_FILTER_PRIVACY
MATCHING_FILE NAME=Aiksaurus.dll SIZE=53248 
CHECKSUM=0xE713D112 MODULE_TYPE=WIN32 PE_CHECKSUM=0x1B03C 
LINKER_VERSION=0x0 LINK_DATE=02/18/2007 19:34:17 
UPTO_LINK_DATE=02/18/2007 19:34:17 /
MATCHING_FILE NAME=aspell.dll SIZE=659456 
CHECKSUM=0x14DDCC54 MODULE_TYPE=WIN32 PE_CHECKSUM=0xAAB13 
LINKER_VERSION=0x0 LINK_DATE=02/18/2007 21:23:22 
UPTO_LINK_DATE=02/18/2007 21:23:22 /
MATCHING_FILE NAME=Console.dll SIZE=6144 CHECKSUM=0x739363AA 
MODULE_TYPE=WIN32 PE_CHECKSUM=0xBC26 LINKER_VERSION=0x0 
LINK_DATE=02/18/2007 20:46:12 UPTO_LINK_DATE=02/18/2007 20:46:12 /
MATCHING_FILE NAME=dt2dv.exe SIZE=36864 CHECKSUM=0xC22DDDCB 
MODULE_TYPE=WIN32 PE_CHECKSUM=0x0 LINKER_VERSION=0x0 
LINK_DATE=02/18/2007 18:07:24 UPTO_LINK_DATE=02/18/2007 18:07:24 /
MATCHING_FILE NAME=dv2dt.exe SIZE=11264 CHECKSUM=0x99DE30D9 
MODULE_TYPE=WIN32 PE_CHECKSUM=0x0 LINKER_VERSION=0x0 
LINK_DATE=02/18/2007 18:07:34 UPTO_LINK_DATE=02/18/2007 18:07:34 /
MATCHING_FILE NAME=iconv.dll SIZE=913408 CHECKSUM=0x4E82D056 
BIN_FILE_VERSION=1.11.0.0 BIN_PRODUCT_VERSION=1.11.0.0 
PRODUCT_VERSION=1.11 FILE_DESCRIPTION=LGPLed libiconv for Windows 
NT/2000/XP and Windows 95/98/ME COMPANY_NAME=Free Software Foundation 
PRODUCT_NAME=libiconv: character set conversion library 
FILE_VERSION=1.11 ORIGINAL_FILENAME=iconv.dll 
INTERNAL_NAME=iconv.dll LEGAL_COPYRIGHT=Copyright (C) 1999-2005 
VERFILEDATEHI=0x0 VERFILEDATELO=0x0 VERFILEOS=0x10004 
VERFILETYPE=0x2 MODULE_TYPE=WIN32 PE_CHECKSUM=0xEECFF 
LINKER_VERSION=0x0 UPTO_BIN_FILE_VERSION=1.11.0.0 
UPTO_BIN_PRODUCT_VERSION=1.11.0.0 LINK_DATE=02/18/2007 19:21:06 
UPTO_LINK_DATE=02/18/2007 19:21:06 VER_LANGUAGE=English (United 
States) [0x409] /
MATCHING_FILE NAME=intl.dll SIZE=40448 CHECKSUM=0x716FC3A7 
BIN_FILE_VERSION=0.15.0.0 BIN_PRODUCT_VERSION=0.15.0.0 
PRODUCT_VERSION=0.15.0 FILE_DESCRIPTION=LGPLed libintl for Windows 
NT/2000/XP and Windows 95/98/ME COMPANY_NAME=Free Software Foundation 
PRODUCT_NAME=libintl: accessing NLS message catalogs 
FILE_VERSION=0.15.0 ORIGINAL_FILENAME=intl.dll 
INTERNAL_NAME=intl.dll LEGAL_COPYRIGHT=Copyright (C) 1995-2006 
VERFILEDATEHI=0x0 VERFILEDATELO=0x0 VERFILEOS=0x10004 
VERFILETYPE=0x2 MODULE_TYPE=WIN32 PE_CHECKSUM=0xAF70 
LINKER_VERSION=0x0 UPTO_BIN_FILE_VERSION=0.15.0.0 
UPTO_BIN_PRODUCT_VERSION=0.15.0.0 LINK_DATE=02/18/2007 19:22:40 
UPTO_LINK_DATE=02/18/2007 19:22:40 VER_LANGUAGE=English (United 
States) [0x409] /
MATCHING_FILE NAME=libnetpbm10.dll SIZE=189952 
CHECKSUM=0x5EEC4101 BIN_FILE_VERSION=10.27.1958.21808 
BIN_PRODUCT_VERSION=10.27.1958.21808 
PRODUCT_VERSION=10.27.1958.21808 FILE_DESCRIPTION=NetPbm: tools for 
manipulating images COMPANY_NAME=NetPbm 
lt;netpbm.sourceforge.netgt; PRODUCT_NAME=NetPbm 
FILE_VERSION=10.27.1958.21808 ORIGINAL_FILENAME=libnetpbm10.dll 
INTERNAL_NAME=libnetpbm10 LEGAL_COPYRIGHT=© 2005 Bryan Henderson 
lt;[EMAIL PROTECTED]gt; VERFILEDATEHI=0x0 VERFILEDATELO=0x0 
VERFILEOS=0x4 VERFILETYPE=0x2 MODULE_TYPE=WIN32 
PE_CHECKSUM=0x37F32 LINKER_VERSION=0xA001B 
UPTO_BIN_FILE_VERSION=10.27.1958.21808 
UPTO_BIN_PRODUCT_VERSION=10.27.1958.21808 LINK_DATE=05/12/2005 
10:28:11 UPTO_LINK_DATE=05/12/2005 10:28:11 VER_LANGUAGE=English 
(United States) [0x409] /
MATCHING_FILE NAME=lyx.exe SIZE=46209 CHECKSUM=0x8A24BD6E 
BIN_FILE_VERSION=1.4.4.2 BIN_PRODUCT_VERSION=1.4.4.2 
FILE_DESCRIPTION=LyX - The Document Processor PRODUCT_NAME=LyX 
FILE_VERSION=1.4.4-2 LEGAL_COPYRIGHT=LyX is Copyright © 1995 by 
Matthias Ettrich, 1995-2006 LyX Team VERFILEDATEHI=0x0 
VERFILEDATELO=0x0 VERFILEOS=0x4 VERFILETYPE=0x1 
MODULE_TYPE=WIN32 PE_CHECKSUM=0x0 LINKER_VERSION=0x0 
UPTO_BIN_FILE_VERSION=1.4.4.2 UPTO_BIN_PRODUCT_VERSION=1.4.4.2 
LINK_DATE=02/17/2007 12:48:48 UPTO_LINK_DATE=02/17/2007 12:48:48 
VER_LANGUAGE=English (United States) [0x409] /
MATCHING_FILE NAME=lyxc.exe SIZE=4067328 CHECKSUM=0x9DE427E0 
MODULE_TYPE=WIN32 PE_CHECKSUM=0x3E62C8 LINKER_VERSION=0x0 
LINK_DATE=02/18/2007 21:10:08 UPTO_LINK_DATE=02/18/2007 21:10:08 /
MATCHING_FILE NAME=msvcp80.dll SIZE=548864 
CHECKSUM=0x50EFCC32 BIN_FILE_VERSION=8.0.50727.762 
BIN_PRODUCT_VERSION=8.0.50727.762 PRODUCT_VERSION=8.00.50727.762 
FILE_DESCRIPTION=Microsoft® C++ Runtime Library 

LyX 1.4.4-2 (full) installer language problem on W2K and XP

2007-02-19 Thread Tom Schlangen
Hello,

the mentioned installer, released today (February, 19th) has a language problem:

Although the installer language correctly is identified as Deutsch and also 
Deutsch was selected for the LyX frontend language to be used, after 
installation the frontend shows up in English language. (1.4.4-1 did it right).

But the help texts (menu option help) are correctly installed in their German 
versions (as far as available), though.

This bug shows up even on a freshly installed XP box (no other LyX version 
previously installed).

By the way, besides chosing the frontend language during installation, is there 
any option / method to change the frontend language afterwards w/o 
re-installation?

Regards,

Tom Schlangen

-- 
mailto:[EMAIL PROTECTED]



Opening last file for edit from the command line.

2007-02-19 Thread fAX k.root
Dear LyX users!

Does somebody aware of a way of opening the most recently edited file
from the command line?

If there is no such command, may it be put on the wish-list (By the way,
is there a place to see the current wishlist and change-log)?

Thank you.

-- 
With best regards,
Pavel Gurevich



Re: LyX 1.4.4.2 crashes on Win XP

2007-02-19 Thread Tom Schlangen
Hi Paul,


 I had 1.4.4.1 running on my box (XP Pro SP2, dual core
 processor), then installed 1.4.4.2 over it.  Each time
 I start 1.4.4.2, it immediately crashes.

Confirmed, but only for one out of two freshly installed XPpro boxes. The 
working one just shows the wrong frontend language as described in another 
article I posted, but besides this LyX seems to work as expected.

Both XP installations may be slightly different from each other due to a 
slightly different mix of few other programs installed before LyX.

Regards,

Tom Schlangen

-- 
mailto:[EMAIL PROTECTED]



Re: problem with bibtex using LyXWinInstaller for LyX 1.4.4

2007-02-19 Thread Uwe Stöhr

I have discovered that the same error also occurs when i go to tools  Tex 
information and do a
rescan. The problem occurs when there is no spaces in the directory too. and 
I'm not running from
a usb stick.


No, currently the path is 'E:/WSSCI/bibtex/wssci.bst'. This is a folder on a
USB drive.


Then please update you MiKteX-installation using MiKTeX's update wizard program (available in via 
Windows' start menu, requires an open internet connection). Run the update program twice if necessary.

Does it then work?

regards Uwe


Re: LyX 1.4.4.2 crashes on Win XP

2007-02-19 Thread Paul A. Rubin

Tom Schlangen wrote:

Hi Paul,



I had 1.4.4.1 running on my box (XP Pro SP2, dual core
processor), then installed 1.4.4.2 over it.  Each time
I start 1.4.4.2, it immediately crashes.


Confirmed, but only for one out of two freshly installed XPpro boxes. The 
working one just shows the wrong frontend language as described in another 
article I posted, but besides this LyX seems to work as expected.

Both XP installations may be slightly different from each other due to a 
slightly different mix of few other programs installed before LyX.



Yes, that's one of the joys of the Windows world -- the ability of apps 
to conflict with each other.  I don't think my AV program (Symantec) is 
the culprit, since the crash occurs even with real-time monitoring off, 
but I can't be sure, and I don't have the time just now to boot into a 
clean configuration to test LyX.


Well, 1.4.4.1 worked for me, so maybe I'll just wait for 1.4.4.3 and see 
if this only happens on even-numbered builds.  :-)


/Paul



Re: problem with bibtex using LyXWinInstaller for LyX 1.4.4 - bug found

2007-02-19 Thread Uwe Stöhr

Uwe Stöhr schrieb:
I have discovered that the same error also occurs when i go to tools 
 Tex information and do a
rescan. The problem occurs when there is no spaces in the directory 
too. and I'm not running from

a usb stick.


I think I found the bug: A missing python file. It should work when you copy the attached file to 
LyX's \bin\Lib folder and then restart LyX.


I'll release a new installer version tomorrow including this fix.

regards Uwe
Record of phased-in incompatible language changes.

Each line is of the form:

FeatureName = _Feature( OptionalRelease , MandatoryRelease ,
  CompilerFlag )

where, normally, OptionalRelease  MandatoryRelease, and both are 5-tuples
of the same form as sys.version_info:

(PY_MAJOR_VERSION, # the 2 in 2.1.0a3; an int
 PY_MINOR_VERSION, # the 1; an int
 PY_MICRO_VERSION, # the 0; an int
 PY_RELEASE_LEVEL, # alpha, beta, candidate or final; string
 PY_RELEASE_SERIAL # the 3; an int
)

OptionalRelease records the first release in which

from __future__ import FeatureName

was accepted.

In the case of MandatoryReleases that have not yet occurred,
MandatoryRelease predicts the release in which the feature will become part
of the language.

Else MandatoryRelease records when the feature became part of the language;
in releases at or after that, modules no longer need

from __future__ import FeatureName

to use the feature in question, but may continue to use such imports.

MandatoryRelease may also be None, meaning that a planned feature got
dropped.

Instances of class _Feature have two corresponding methods,
.getOptionalRelease() and .getMandatoryRelease().

CompilerFlag is the (bitfield) flag that should be passed in the fourth
argument to the builtin function compile() to enable the feature in
dynamically compiled code.  This flag is stored in the .compiler_flag
attribute on _Future instances.  These values must match the appropriate
#defines of CO_xxx flags in Include/compile.h.

No feature line is ever to be deleted from this file.


all_feature_names = [
nested_scopes,
generators,
division,
absolute_import,
with_statement,
]

__all__ = [all_feature_names] + all_feature_names

# The CO_xxx symbols are defined here under the same names used by
# compile.h, so that an editor search will find them here.  However,
# they're not exported in __all__, because they don't really belong to
# this module.
CO_NESTED= 0x0010   # nested_scopes
CO_GENERATOR_ALLOWED = 0# generators (obsolete, was 0x1000)
CO_FUTURE_DIVISION   = 0x2000   # division
CO_FUTURE_ABSOLUTE_IMPORT = 0x4000 # perform absolute imports by default
CO_FUTURE_WITH_STATEMENT  = 0x8000   # with statement

class _Feature:
def __init__(self, optionalRelease, mandatoryRelease, compiler_flag):
self.optional = optionalRelease
self.mandatory = mandatoryRelease
self.compiler_flag = compiler_flag

def getOptionalRelease(self):
Return first release in which this feature was recognized.

This is a 5-tuple, of the same form as sys.version_info.


return self.optional

def getMandatoryRelease(self):
Return release in which this feature will become mandatory.

This is a 5-tuple, of the same form as sys.version_info, or, if
the feature was dropped, is None.


return self.mandatory

def __repr__(self):
return _Feature + repr((self.optional,
  self.mandatory,
  self.compiler_flag))

nested_scopes = _Feature((2, 1, 0, beta,  1),
 (2, 2, 0, alpha, 0),
 CO_NESTED)

generators = _Feature((2, 2, 0, alpha, 1),
  (2, 3, 0, final, 0),
  CO_GENERATOR_ALLOWED)

division = _Feature((2, 2, 0, alpha, 2),
(3, 0, 0, alpha, 0),
CO_FUTURE_DIVISION)

absolute_import = _Feature((2, 5, 0, alpha, 1),
   (2, 7, 0, alpha, 0),
   CO_FUTURE_ABSOLUTE_IMPORT)

with_statement = _Feature((2, 5, 0, alpha, 1),
  (2, 6, 0, alpha, 0),
  CO_FUTURE_WITH_STATEMENT)


Re: Opening last file for edit from the command line.

2007-02-19 Thread Paul A. Rubin

fAX k.root wrote:

Dear LyX users!

Does somebody aware of a way of opening the most recently edited file
from the command line?


I don't think so.  'lyx -x menu-open file' will start LyX and open the 
file menu, after which pressing 't' and then '1' will load the most 
recent document, but I don't know a way to get LyX to recognize the 't' 
and '1' after opening the file menu.



If there is no such command, may it be put on the wish-list (By the way,
is there a place to see the current wishlist and change-log)?


http://bugzilla.lyx.org/ -- click on Show all open feature requests to 
see the wishlist.  I didn't see this listed there. 
http://www.lyx.org/devel/tasks.php show another wish list (which I'm 
sure overlaps the one in bugzilla quite a bit).


There's a ChangeLog file installed in the LyX Resources folder.

/Paul



Re: LyX 1.4.4-2 (full) installer language problem on W2K and XP

2007-02-19 Thread Uwe Stöhr

Tom Schlangen schrieb:


the mentioned installer, released today (February, 19th) has a language problem:
Although the installer language correctly is identified as Deutsch and also 
Deutsch was selected for the LyX frontend language to be used, after installation the 
frontend shows up in English language. (1.4.4-1 did it right).
But the help texts (menu option help) are correctly installed in their German 
versions (as far as available), though.


I don't currently know why this happens, but it works fine with this installer:
http://wiki.lyx.org/Windows/LyXWinInstaller


By the way, besides chosing the frontend language during installation, is there 
any option / method to change the frontend language afterwards w/o 
re-installation?


You have to go to the registry and change the value of the environment variable Lang to de_DE. 
In contrary the installer I mentioned above uses a file named lyx.bat to set LyX's menu language. 
You can easily change there the value of Lang.


regards Uwe


Re: LyX 1.4.4-2 (full) installer language problem on W2K and XP

2007-02-19 Thread Joost Verburg

Uwe Stöhr wrote:
By the way, besides chosing the frontend language during installation, 
is there any option / method to change the frontend language 
afterwards w/o re-installation?


You have to go to the registry and change the value of the environment 
variable Lang to de_DE. In contrary the installer I mentioned above 
uses a file named lyx.bat to set LyX's menu language. You can easily 
change there the value of Lang.


That is incorrect. The official installer doesn't set any system 
environment variables, it has it's own registry setting for the language 
in Software\LyX14\Settings. To change it you can also run the installer 
again without reinstalling any files.


This crash/language problem is unrelated to the installer. It looks like 
the combination of updated libraries / C++ runtime somehow triggers a 
bug, possibly in gettext. I have not yet been able to reproduce it (it 
works fine on all my systems), so it may be difficult to debug. I'll try 
to find a solution.


Joost



Compile warnings for 1.4.4

2007-02-19 Thread John Coppens
I get similar warnings for most files compiled:

 g++ -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch --include=./pch.h
-I./.. -I../../boost -I/usr/X11R6/include -fno-exceptions -O2 -MT kill.lo
-MD -MP -MF .deps/kill.Tpo -c kill.C  -fPIC -DPIC -o .libs/kill.o
cc1plus: warning: ././pch.h.gch: created and used with different settings
of -fpic

I'm using gcc-4.1.1, maybe that's the problem? Should I worry? I couldn't
find a description of the error on google.

John


LyX/Mac 1.4.4 Released

2007-02-19 Thread Bennett Helm
LyX/Mac-1.4.4 has now been released for both PPC and Intel Macs. It  
can be downloaded at the links below.


Bennett

ftp://ftp.lyx.org/pub/lyx/bin/1.4.4/LyX-1.4.4-Mac-PPC-3.dmg
ftp://ftp.lyx.org/pub/lyx/bin/1.4.4/LyX-1.4.4-Mac-Intel-3.dmg




Re: LyX/Mac 1.4.4 Released

2007-02-19 Thread Alan G Isaac
On Mon, 19 Feb 2007, Bennett Helm apparently wrote: 
 LyX/Mac-1.4.4 has now been released for both PPC and Intel Macs. It 
 can be downloaded at the links below.  
 ftp://ftp.lyx.org/pub/lyx/bin/1.4.4/LyX-1.4.4-Mac-PPC-3.dmg 
 ftp://ftp.lyx.org/pub/lyx/bin/1.4.4/LyX-1.4.4-Mac-Intel-3.dmg 

Does this fix the math display problem at larger font sizes?
http://marc.theaimsgroup.com/?l=lyx-usersm=116914712903502w=2

Thank you,
Alan Isaac






Re: Opening last file for edit from the command line.

2007-02-19 Thread Jürgen Spitzmüller
fAX k.root wrote:
 Does somebody aware of a way of opening the most recently edited file
 from the command line?

Not in 1.4.x, but upcoming 1.5.0 will have session support that reopens the 
last opened files on start, if you wish.

Jürgen


lyx-1.4.4 to Fedora Core 6

2007-02-19 Thread icebna

Hi Shu

Today Fedora Core 6 has updated the 1.4.4-2 version to SO Fedora Core 6. 
I hope that this version is compatible with your Red Hat.


Regards

Miguel


trying to install LyX on Mandriva 2005

2007-02-19 Thread Ares

Hello everyone,

I am a happy LyX user on Win but now I'm trying to move to GNU/Linux.

I downloaded lyx-1.4.4.tar.gz from
ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.4.tar.gz
extracted archive content
read install file
tried ./configure but I get the following message:

checking what frontend should be used for the GUI... none
configure: error: "Please select a frontend using --with-frontend"

Can anyone help me? (even though I know there's a lot of information
missing here about system etc)

Regards,
Diego


--

Diego
http://www.webalice.it/ares001/

|   __o| It is easier
|  _`\(,_  |  to get forgiveness
| (_)/ (_) |  than permission


Re: trying to install LyX on Mandriva 2005

2007-02-19 Thread icebna

Follow the next step :

./configure --with-frontend=qt -with-pspell
make
checkinstall ( You must have this package installed )
When end, you shall have the rpm built, then
rpm -ivh lyx-1.4.4.i386.rpm for example

Also, instead of checkinstall you can use as root, make install

Regards

Miguel



Ares wrote:

Hello everyone,

I am a happy LyX user on Win but now I'm trying to move to GNU/Linux.

I downloaded lyx-1.4.4.tar.gz from
ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.4.tar.gz
extracted archive content
read install file
tried ./configure but I get the following message:

checking what frontend should be used for the GUI... none
configure: error: "Please select a frontend using --with-frontend"

Can anyone help me? (even though I know there's a lot of information
missing here about system etc)

Regards,
Diego






Re: trying to install LyX on Mandriva 2005

2007-02-19 Thread icebna
This problem is a problem of compilator. You must of updated of 
compilator, the family of gcc package. Use the command as root :

urpmi gcc, if you have a internet conexion, and then prove ./configure

Regards

Ares wrote:

now after

./configure --with-frontend=qt -with-pspell

after a while I get. 


config.status: creating Makefile
config.status: error: cannot find input file: Makefile.in


2007/2/19, icebna <[EMAIL PROTECTED]>:

Follow the next step :

./configure --with-frontend=qt -with-pspell
make
checkinstall ( You must have this package installed )
When end, you shall have the rpm built, then
rpm -ivh lyx-1.4.4.i386.rpm for example

Also, instead of checkinstall you can use as root, make install

Regards

Miguel



Ares wrote:
> Hello everyone,
>
> I am a happy LyX user on Win but now I'm trying to move to GNU/Linux.
>
> I downloaded lyx-1.4.4.tar.gz from
> ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.4.tar.gz
> extracted archive content
> read install file
> tried ./configure but I get the following message:
>
> checking what frontend should be used for the GUI... none
> configure: error: "Please select a frontend using --with-frontend"
>
> Can anyone help me? (even though I know there's a lot of information
> missing here about system etc)
>
> Regards,
> Diego
>
>









Re: trying to install LyX on Mandriva 2005

2007-02-19 Thread icebna

Alone see in the DVD installation ?. Use the command - as root :
urpmq --list-media, and say me the output.

Ares wrote:

system looks for the installation DVD and says everything's already
installed... mhm...

2007/2/19, icebna <[EMAIL PROTECTED]>:

This problem is a problem of compilator. You must of updated of
compilator, the family of gcc package. Use the command as root :
urpmi gcc, if you have a internet conexion, and then prove ./configure

Regards

Ares wrote:
> now after
>
> ./configure --with-frontend=qt -with-pspell
>
> after a while I get.
>
> config.status: creating Makefile
> config.status: error: cannot find input file: Makefile.in
>
>
> 2007/2/19, icebna <[EMAIL PROTECTED]>:
>> Follow the next step :
>>
>> ./configure --with-frontend=qt -with-pspell
>> make
>> checkinstall ( You must have this package installed )
>> When end, you shall have the rpm built, then
>> rpm -ivh lyx-1.4.4.i386.rpm for example
>>
>> Also, instead of checkinstall you can use as root, make install
>>
>> Regards
>>
>> Miguel
>>
>>
>>
>> Ares wrote:
>> > Hello everyone,
>> >
>> > I am a happy LyX user on Win but now I'm trying to move to 
GNU/Linux.

>> >
>> > I downloaded lyx-1.4.4.tar.gz from
>> > ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.4.tar.gz
>> > extracted archive content
>> > read install file
>> > tried ./configure but I get the following message:
>> >
>> > checking what frontend should be used for the GUI... none
>> > configure: error: "Please select a frontend using --with-frontend"
>> >
>> > Can anyone help me? (even though I know there's a lot of information
>> > missing here about system etc)
>> >
>> > Regards,
>> > Diego
>> >
>> >
>>
>>
>
>









Re: trying to install LyX on Mandriva 2005

2007-02-19 Thread icebna


Enter in the the Center of Mandriva's control, where the computer is 
configure, in the menu : Choose where the packages of software 
discharged when the system is updated, choose  add and accept everything 
what you should appear, since you there is absent the repositories Main 
- Main Updates, Contrib and Contrib updates, that should can to contain 
necessary tools to compile adequately. Perhaps isn't the devel tool 
installed, also --the packages xxx-devel.



Ares wrote:

2007/2/19, icebna <[EMAIL PROTECTED]>:

Alone see in the DVD installation ?. Use the command - as root :
urpmq --list-media, and say me the output.


I can't retrieve the path to the removable device "Installation
Download DVD (cdrom1)"
Installation Download DVD (cdrom1)
update_source

(First line is my translation from Italian)




Ares wrote:
> system looks for the installation DVD and says everything's already
> installed... mhm...
>
> 2007/2/19, icebna <[EMAIL PROTECTED]>:
>> This problem is a problem of compilator. You must of updated of
>> compilator, the family of gcc package. Use the command as root :
>> urpmi gcc, if you have a internet conexion, and then prove ./configure
>>
>> Regards
>>
>> Ares wrote:
>> > now after
>> >
>> > ./configure --with-frontend=qt -with-pspell
>> >
>> > after a while I get.
>> >
>> > config.status: creating Makefile
>> > config.status: error: cannot find input file: Makefile.in
>> >
>> >
>> > 2007/2/19, icebna <[EMAIL PROTECTED]>:
>> >> Follow the next step :
>> >>
>> >> ./configure --with-frontend=qt -with-pspell
>> >> make
>> >> checkinstall ( You must have this package installed )
>> >> When end, you shall have the rpm built, then
>> >> rpm -ivh lyx-1.4.4.i386.rpm for example
>> >>
>> >> Also, instead of checkinstall you can use as root, make install
>> >>
>> >> Regards
>> >>
>> >> Miguel
>> >>
>> >>
>> >>
>> >> Ares wrote:
>> >> > Hello everyone,
>> >> >
>> >> > I am a happy LyX user on Win but now I'm trying to move to
>> GNU/Linux.
>> >> >
>> >> > I downloaded lyx-1.4.4.tar.gz from
>> >> > ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.4.tar.gz
>> >> > extracted archive content
>> >> > read install file
>> >> > tried ./configure but I get the following message:
>> >> >
>> >> > checking what frontend should be used for the GUI... none
>> >> > configure: error: "Please select a frontend using 
--with-frontend"

>> >> >
>> >> > Can anyone help me? (even though I know there's a lot of 
information

>> >> > missing here about system etc)
>> >> >
>> >> > Regards,
>> >> > Diego
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>









bibliography styles

2007-02-19 Thread Sophie Vandenbussche

Hello everybody,

I am a new user of the Lyx interface (and never used Latex at all). I 
found how to integrate a bibtex (jabref in my case) bibliography, but I 
can't find how to change the way it will be written. I talk about the 
bibliography himself, at the end of what I write (not the citation in 
the text). Now it writes everything that is in my bibtex file (including 
for example the abstract) in the bibliography. I would like to be able 
to define the fields that must be present in the bibliography in my pdf.


Can someone help me with this? (it is everything but an emergency so 
don't feel bad to not answer right now :) )


I take the opportunity to thank all the people invovled in the 
development of lyx: you give us all the opportunity to have a beautiful 
presentation of our documents without too much trouble!


Sophie



Re: bibliography styles

2007-02-19 Thread Julio Rojas

What's your field of expertise? Do you use APA styles?
If you are from social sciences or law, you should check Jurabib (
http://www.berger-on.net/jurabib/).

On 2/19/07, Sophie Vandenbussche <[EMAIL PROTECTED]> wrote:


Hello everybody,

I am a new user of the Lyx interface (and never used Latex at all). I
found how to integrate a bibtex (jabref in my case) bibliography, but I
can't find how to change the way it will be written. I talk about the
bibliography himself, at the end of what I write (not the citation in
the text). Now it writes everything that is in my bibtex file (including
for example the abstract) in the bibliography. I would like to be able
to define the fields that must be present in the bibliography in my pdf.

Can someone help me with this? (it is everything but an emergency so
don't feel bad to not answer right now :) )

I take the opportunity to thank all the people invovled in the
development of lyx: you give us all the opportunity to have a beautiful
presentation of our documents without too much trouble!

Sophie





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: problem with bibtex using LyXWinInstaller for LyX 1.4.4

2007-02-19 Thread Bob Lounsbury
On 2/18/07 2:42 PM, "Uwe Stöhr" <[EMAIL PROTECTED]> wrote:

> Bob Lounsbury schrieb:
> 
>> I can reproduce here on XP, same problem. I installed LyX 1.4.4 fresh (no
>> other exiting LyX installation) yesterday with the LyXWinInstaller.
> 
> Does the path to your:bib and/or your .bst file have spaces?
> 
> regards Uwe

No, currently the path is 'E:/WSSCI/bibtex/wssci.bst'. This is a folder on a
USB drive.

Bob




Re: bibliography styles

2007-02-19 Thread Sophie Vandenbussche

Well...

I have a degree in Applied Sciences, in Chemistry and I just began 
writing my PhD thesis with lyx. So I don't need a particular style, I 
only want to have the authors, the title, the journal with number and 
pages and the year. Here is an example of what I would like to have 
(with eventually some more formatting as for example the year in bold, 
the journal name in italic...):


M. Muraki, K. Harata, N. Sugita & K. Sato, Protein-Carbohydrate 
Interactions in Human Lysozyme Probed by Combining Site-Directed 
Mutagenesis and Affinity Labeling, Biochemistry, 2000, 39 (2), 292-299.


Do I have to search on the internet for a style or is it possible to 
"design" it by myself?


thanks again!



Julio Rojas a écrit :

What's your field of expertise? Do you use APA styles?
If you are from social sciences or law, you should check Jurabib 
(http://www.berger-on.net/jurabib/).


On 2/19/07, *Sophie Vandenbussche* <[EMAIL PROTECTED] 
> wrote:


Hello everybody,

I am a new user of the Lyx interface (and never used Latex at all). I
found how to integrate a bibtex (jabref in my case) bibliography,
but I
can't find how to change the way it will be written. I talk about the
bibliography himself, at the end of what I write (not the citation in
the text). Now it writes everything that is in my bibtex file
(including
for example the abstract) in the bibliography. I would like to be
able
to define the fields that must be present in the bibliography in
my pdf.

Can someone help me with this? (it is everything but an emergency so
don't feel bad to not answer right now :) )

I take the opportunity to thank all the people invovled in the
development of lyx: you give us all the opportunity to have a
beautiful
presentation of our documents without too much trouble!

Sophie




--
-
Julio Rojas
[EMAIL PROTECTED]  


Re: pdf being converted yo png

2007-02-19 Thread Georg Baum
Am Sonntag, 18. Februar 2007 19:49 schrieb Mukhtar Ullah:
> Dear all,
> Would you believe that my pdf graphics (created with ipe) are being 
converted to
> png when I try to export to pdf(pdflatex) or to Latex(pdflatex). If I use 
eps,
> then LyX converts to pdf, but why is it not happy with pdf.

Maybe because it does not recognize that they are pdf. Michael Gerz had 
this problem with 1.5svn some time ago. In order to find out whether LyX 
recognizes the file format start lyx with the

-dbg files,graphics

commandline arguments and send the resulting console output. Since I don't 
use the windows version of LyX and lost track which wrapper prgrams are 
used I don't know how to do this, but maybe somebody else can explain 
that.

> Both LyX143 and LyX150 work fine for me in that case. They both 
recongnise the
> crop-box. LyX144 not only converts to png but it ignores the crop box and 
create
> a full page of png, which in the output pdf, spreads over two pages.

Ignoring the crop box results from the first error, so it will go away if 
that problem is solved.


Georg



Re: bibliography styles

2007-02-19 Thread Maria Gouskova

Sophie,

What you describe looks a lot like plainnat.bst, which is included in
LyX. In any case, you probably should use Natbib. For more on Natbib,
see the following page:

http://wiki.lyx.org/LyX/HumanitiesLyX#toc12

I'd look at the .bst files included in your basic distribution. If you
don't find anything suitable, there is also a command-line program
called custom-bib that allows you to make your own .bst files.

Maria

On 2/19/07, Sophie Vandenbussche <[EMAIL PROTECTED]> wrote:

Well...

I have a degree in Applied Sciences, in Chemistry and I just began
writing my PhD thesis with lyx. So I don't need a particular style, I
only want to have the authors, the title, the journal with number and
pages and the year. Here is an example of what I would like to have
(with eventually some more formatting as for example the year in bold,
the journal name in italic...):

M. Muraki, K. Harata, N. Sugita & K. Sato, Protein-Carbohydrate
Interactions in Human Lysozyme Probed by Combining Site-Directed
Mutagenesis and Affinity Labeling, Biochemistry, 2000, 39 (2), 292-299.

Do I have to search on the internet for a style or is it possible to
"design" it by myself?

thanks again!



Julio Rojas a écrit :
> What's your field of expertise? Do you use APA styles?
> If you are from social sciences or law, you should check Jurabib
> (http://www.berger-on.net/jurabib/).
>
> On 2/19/07, *Sophie Vandenbussche* <[EMAIL PROTECTED]
> > wrote:
>
> Hello everybody,
>
> I am a new user of the Lyx interface (and never used Latex at all). I
> found how to integrate a bibtex (jabref in my case) bibliography,
> but I
> can't find how to change the way it will be written. I talk about the
> bibliography himself, at the end of what I write (not the citation in
> the text). Now it writes everything that is in my bibtex file
> (including
> for example the abstract) in the bibliography. I would like to be
> able
> to define the fields that must be present in the bibliography in
> my pdf.
>
> Can someone help me with this? (it is everything but an emergency so
> don't feel bad to not answer right now :) )
>
> I take the opportunity to thank all the people invovled in the
> development of lyx: you give us all the opportunity to have a
> beautiful
> presentation of our documents without too much trouble!
>
> Sophie
>
>
>
>
> --
> -
> Julio Rojas
> [EMAIL PROTECTED] 



Re: pdf being converted yo png

2007-02-19 Thread Mukhtar Ullah
Georg Baum <[EMAIL PROTECTED]> writes:

Georg,
Thank you for your recommendations. While I was reading your email, I checked
http://wiki.lyx.org/Windows/Windows
and found the new build LyX 1.4.4-2. I installed that and checked the "vector
format" wherever I found this option. Now everything works fine. I don't know
what exactly was the problem with LyX144-1, but my frustration has finally 
ended.

Mukhtar




Re: problem with bibtex using LyXWinInstaller for LyX 1.4.4

2007-02-19 Thread Peter Websdell
I have discovered that the same error also occurs when i go to "tools > Tex 
information" and do a
rescan. The problem occurs when there is no spaces in the directory too. and 
I'm not running from
a usb stick.

Pete



--- Bob Lounsbury <[EMAIL PROTECTED]> wrote:

> On 2/18/07 2:42 PM, "Uwe Stöhr" <[EMAIL PROTECTED]> wrote:
> 
> > Bob Lounsbury schrieb:
> > 
> >> I can reproduce here on XP, same problem. I installed LyX 1.4.4 fresh (no
> >> other exiting LyX installation) yesterday with the LyXWinInstaller.
> > 
> > Does the path to your:bib and/or your .bst file have spaces?
> > 
> > regards Uwe
> 
> No, currently the path is 'E:/WSSCI/bibtex/wssci.bst'. This is a folder on a
> USB drive.
> 
> Bob
> 
> 
> 




___ 
The all-new Yahoo! Mail goes wherever you go - free your email address from 
your Internet provider. http://uk.docs.yahoo.com/nowyoucan.html


LyX 1.4.4.2 crashes on Win XP

2007-02-19 Thread Paul A. Rubin

I had 1.4.4.1 running on my box (XP Pro SP2, dual core processor), then
installed 1.4.4.2 over it.  Each time I start 1.4.4.2, it immediately
crashes.  I deleted the installation, downloaded 1.4.4.2 again and
reinstalled.  Same story.  Here's what Windows has to say about it:

AppName: lyxc.exeAppVer: 0.0.0.0 ModName: msvcr80.dll
ModVer: 8.0.50727.762Offset: 46b4

The crash occurs before the LyX GUI opens, and LyX's error message
contains no specifics.  Just for the halibut, I tried a different
version of msvcr80.dll, but that didn't help.  Neither did rebooting 
Windows.


For what it's worth (probably not much), Windows generated the following 
list of players:





CHECKSUM="0xE713D112" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1B03C" 
LINKER_VERSION="0x0" LINK_DATE="02/18/2007 19:34:17" 
UPTO_LINK_DATE="02/18/2007 19:34:17" />
CHECKSUM="0x14DDCC54" MODULE_TYPE="WIN32" PE_CHECKSUM="0xAAB13" 
LINKER_VERSION="0x0" LINK_DATE="02/18/2007 21:23:22" 
UPTO_LINK_DATE="02/18/2007 21:23:22" />
MODULE_TYPE="WIN32" PE_CHECKSUM="0xBC26" LINKER_VERSION="0x0" 
LINK_DATE="02/18/2007 20:46:12" UPTO_LINK_DATE="02/18/2007 20:46:12" />
MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" 
LINK_DATE="02/18/2007 18:07:24" UPTO_LINK_DATE="02/18/2007 18:07:24" />
MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" 
LINK_DATE="02/18/2007 18:07:34" UPTO_LINK_DATE="02/18/2007 18:07:34" />
BIN_FILE_VERSION="1.11.0.0" BIN_PRODUCT_VERSION="1.11.0.0" 
PRODUCT_VERSION="1.11" FILE_DESCRIPTION="LGPLed libiconv for Windows 
NT/2000/XP and Windows 95/98/ME" COMPANY_NAME="Free Software Foundation" 
PRODUCT_NAME="libiconv: character set conversion library" 
FILE_VERSION="1.11" ORIGINAL_FILENAME="iconv.dll" 
INTERNAL_NAME="iconv.dll" LEGAL_COPYRIGHT="Copyright (C) 1999-2005" 
VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x10004" 
VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xEECFF" 
LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.11.0.0" 
UPTO_BIN_PRODUCT_VERSION="1.11.0.0" LINK_DATE="02/18/2007 19:21:06" 
UPTO_LINK_DATE="02/18/2007 19:21:06" VER_LANGUAGE="English (United 
States) [0x409]" />
BIN_FILE_VERSION="0.15.0.0" BIN_PRODUCT_VERSION="0.15.0.0" 
PRODUCT_VERSION="0.15.0" FILE_DESCRIPTION="LGPLed libintl for Windows 
NT/2000/XP and Windows 95/98/ME" COMPANY_NAME="Free Software Foundation" 
PRODUCT_NAME="libintl: accessing NLS message catalogs" 
FILE_VERSION="0.15.0" ORIGINAL_FILENAME="intl.dll" 
INTERNAL_NAME="intl.dll" LEGAL_COPYRIGHT="Copyright (C) 1995-2006" 
VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x10004" 
VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xAF70" 
LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="0.15.0.0" 
UPTO_BIN_PRODUCT_VERSION="0.15.0.0" LINK_DATE="02/18/2007 19:22:40" 
UPTO_LINK_DATE="02/18/2007 19:22:40" VER_LANGUAGE="English (United 
States) [0x409]" />
CHECKSUM="0x5EEC4101" BIN_FILE_VERSION="10.27.1958.21808" 
BIN_PRODUCT_VERSION="10.27.1958.21808" 
PRODUCT_VERSION="10.27.1958.21808" FILE_DESCRIPTION="NetPbm: tools for 
manipulating images" COMPANY_NAME="NetPbm 
netpbm.sourceforge.net" PRODUCT_NAME="NetPbm" 
FILE_VERSION="10.27.1958.21808" ORIGINAL_FILENAME="libnetpbm10.dll" 
INTERNAL_NAME="libnetpbm10" LEGAL_COPYRIGHT="© 2005 Bryan Henderson 
[EMAIL PROTECTED]" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" 
VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" 
PE_CHECKSUM="0x37F32" LINKER_VERSION="0xA001B" 
UPTO_BIN_FILE_VERSION="10.27.1958.21808" 
UPTO_BIN_PRODUCT_VERSION="10.27.1958.21808" LINK_DATE="05/12/2005 
10:28:11" UPTO_LINK_DATE="05/12/2005 10:28:11" VER_LANGUAGE="English 
(United States) [0x409]" />
BIN_FILE_VERSION="1.4.4.2" BIN_PRODUCT_VERSION="1.4.4.2" 
FILE_DESCRIPTION="LyX - The Document Processor" PRODUCT_NAME="LyX" 
FILE_VERSION="1.4.4-2" LEGAL_COPYRIGHT="LyX is Copyright © 1995 by 
Matthias Ettrich, 1995-2006 LyX Team" VERFILEDATEHI="0x0" 
VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" 
MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" 
UPTO_BIN_FILE_VERSION="1.4.4.2" UPTO_BIN_PRODUCT_VERSION="1.4.4.2" 
LINK_DATE="02/17/2007 12:48:48" UPTO_LINK_DATE="02/17/2007 12:48:48" 
VER_LANGUAGE="English (United States) [0x409]" />
MODULE_TYPE="WIN32" PE_CHECKSUM="0x3E62C8" LINKER_VERSION="0x0" 
LINK_DATE="02/18/2007 21:10:08" UPTO_LINK_DATE="02/18/2007 21:10:08" />
CHECKSUM="0x50EFCC32" BIN_FILE_VERSION="8.0.50727.762" 
BIN_PRODUCT_VERSION="8.0.50727.762" PRODUCT_VERSION="8.00.50727.762" 
FILE_DESCRIPTION="Microsoft® C++ Runtime Library" 
COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft® Visual 
Studio® 2005" FILE_VERSION="8.00.50727.762" 
ORIGINAL_FILENAME="MSVCP80.DLL" INTERNAL_NAME="MSVCP80.DLL" 
LEGAL_COPYRIGHT="© Microsoft Corporation.  All rights reserved." 
VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" 
VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x90C75" 
LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="8.0.50727.762" 
UPTO_BIN_PRODUCT_VERSION="8.0.50727.762" 

LyX 1.4.4-2 (full) installer language problem on W2K and XP

2007-02-19 Thread Tom Schlangen
Hello,

the mentioned installer, released today (February, 19th) has a language problem:

Although the installer language correctly is identified as "Deutsch" and also 
"Deutsch" was selected for the LyX frontend language to be used, after 
installation the frontend shows up in English language. (1.4.4-1 did it right).

But the help texts (menu option "help") are correctly installed in their German 
versions (as far as available), though.

This bug shows up even on a freshly installed XP box (no other LyX version 
previously installed).

By the way, besides chosing the frontend language during installation, is there 
any option / method to change the frontend language afterwards w/o 
re-installation?

Regards,

Tom Schlangen

-- 
mailto:[EMAIL PROTECTED]



Opening last file for edit from the command line.

2007-02-19 Thread fAX k.root
Dear LyX users!

Does somebody aware of a way of opening the most recently edited file
from the command line?

If there is no such command, may it be put on the wish-list (By the way,
is there a place to see the current wishlist and change-log)?

Thank you.

-- 
With best regards,
Pavel Gurevich



Re: LyX 1.4.4.2 crashes on Win XP

2007-02-19 Thread Tom Schlangen
Hi Paul,


> I had 1.4.4.1 running on my box (XP Pro SP2, dual core
> processor), then installed 1.4.4.2 over it.  Each time
> I start 1.4.4.2, it immediately crashes.

Confirmed, but only for one out of two freshly installed XPpro boxes. The 
working one just shows the wrong frontend language as described in another 
article I posted, but besides this LyX seems to work as expected.

Both XP installations may be slightly different from each other due to a 
slightly different mix of few other programs installed before LyX.

Regards,

Tom Schlangen

-- 
mailto:[EMAIL PROTECTED]



Re: problem with bibtex using LyXWinInstaller for LyX 1.4.4

2007-02-19 Thread Uwe Stöhr

I have discovered that the same error also occurs when i go to "tools > Tex 
information" and do a
rescan. The problem occurs when there is no spaces in the directory too. and 
I'm not running from
a usb stick.


No, currently the path is 'E:/WSSCI/bibtex/wssci.bst'. This is a folder on a
USB drive.


Then please update you MiKteX-installation using MiKTeX's update wizard program (available in via 
Windows' start menu, requires an open internet connection). Run the update program twice if necessary.

Does it then work?

regards Uwe


Re: LyX 1.4.4.2 crashes on Win XP

2007-02-19 Thread Paul A. Rubin

Tom Schlangen wrote:

Hi Paul,



I had 1.4.4.1 running on my box (XP Pro SP2, dual core
processor), then installed 1.4.4.2 over it.  Each time
I start 1.4.4.2, it immediately crashes.


Confirmed, but only for one out of two freshly installed XPpro boxes. The 
working one just shows the wrong frontend language as described in another 
article I posted, but besides this LyX seems to work as expected.

Both XP installations may be slightly different from each other due to a 
slightly different mix of few other programs installed before LyX.



Yes, that's one of the joys of the Windows world -- the ability of apps 
to conflict with each other.  I don't think my AV program (Symantec) is 
the culprit, since the crash occurs even with real-time monitoring off, 
but I can't be sure, and I don't have the time just now to boot into a 
clean configuration to test LyX.


Well, 1.4.4.1 worked for me, so maybe I'll just wait for 1.4.4.3 and see 
if this only happens on even-numbered builds.  :-)


/Paul



Re: problem with bibtex using LyXWinInstaller for LyX 1.4.4 - bug found

2007-02-19 Thread Uwe Stöhr

Uwe Stöhr schrieb:
I have discovered that the same error also occurs when i go to "tools 
> Tex information" and do a
rescan. The problem occurs when there is no spaces in the directory 
too. and I'm not running from

a usb stick.


I think I found the bug: A missing python file. It should work when you copy the attached file to 
LyX's \bin\Lib folder and then restart LyX.


I'll release a new installer version tomorrow including this fix.

regards Uwe
"""Record of phased-in incompatible language changes.

Each line is of the form:

FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease ","
  CompilerFlag ")"

where, normally, OptionalRelease < MandatoryRelease, and both are 5-tuples
of the same form as sys.version_info:

(PY_MAJOR_VERSION, # the 2 in 2.1.0a3; an int
 PY_MINOR_VERSION, # the 1; an int
 PY_MICRO_VERSION, # the 0; an int
 PY_RELEASE_LEVEL, # "alpha", "beta", "candidate" or "final"; string
 PY_RELEASE_SERIAL # the 3; an int
)

OptionalRelease records the first release in which

from __future__ import FeatureName

was accepted.

In the case of MandatoryReleases that have not yet occurred,
MandatoryRelease predicts the release in which the feature will become part
of the language.

Else MandatoryRelease records when the feature became part of the language;
in releases at or after that, modules no longer need

from __future__ import FeatureName

to use the feature in question, but may continue to use such imports.

MandatoryRelease may also be None, meaning that a planned feature got
dropped.

Instances of class _Feature have two corresponding methods,
.getOptionalRelease() and .getMandatoryRelease().

CompilerFlag is the (bitfield) flag that should be passed in the fourth
argument to the builtin function compile() to enable the feature in
dynamically compiled code.  This flag is stored in the .compiler_flag
attribute on _Future instances.  These values must match the appropriate
#defines of CO_xxx flags in Include/compile.h.

No feature line is ever to be deleted from this file.
"""

all_feature_names = [
"nested_scopes",
"generators",
"division",
"absolute_import",
"with_statement",
]

__all__ = ["all_feature_names"] + all_feature_names

# The CO_xxx symbols are defined here under the same names used by
# compile.h, so that an editor search will find them here.  However,
# they're not exported in __all__, because they don't really belong to
# this module.
CO_NESTED= 0x0010   # nested_scopes
CO_GENERATOR_ALLOWED = 0# generators (obsolete, was 0x1000)
CO_FUTURE_DIVISION   = 0x2000   # division
CO_FUTURE_ABSOLUTE_IMPORT = 0x4000 # perform absolute imports by default
CO_FUTURE_WITH_STATEMENT  = 0x8000   # with statement

class _Feature:
def __init__(self, optionalRelease, mandatoryRelease, compiler_flag):
self.optional = optionalRelease
self.mandatory = mandatoryRelease
self.compiler_flag = compiler_flag

def getOptionalRelease(self):
"""Return first release in which this feature was recognized.

This is a 5-tuple, of the same form as sys.version_info.
"""

return self.optional

def getMandatoryRelease(self):
"""Return release in which this feature will become mandatory.

This is a 5-tuple, of the same form as sys.version_info, or, if
the feature was dropped, is None.
"""

return self.mandatory

def __repr__(self):
return "_Feature" + repr((self.optional,
  self.mandatory,
  self.compiler_flag))

nested_scopes = _Feature((2, 1, 0, "beta",  1),
 (2, 2, 0, "alpha", 0),
 CO_NESTED)

generators = _Feature((2, 2, 0, "alpha", 1),
  (2, 3, 0, "final", 0),
  CO_GENERATOR_ALLOWED)

division = _Feature((2, 2, 0, "alpha", 2),
(3, 0, 0, "alpha", 0),
CO_FUTURE_DIVISION)

absolute_import = _Feature((2, 5, 0, "alpha", 1),
   (2, 7, 0, "alpha", 0),
   CO_FUTURE_ABSOLUTE_IMPORT)

with_statement = _Feature((2, 5, 0, "alpha", 1),
  (2, 6, 0, "alpha", 0),
  CO_FUTURE_WITH_STATEMENT)


Re: Opening last file for edit from the command line.

2007-02-19 Thread Paul A. Rubin

fAX k.root wrote:

Dear LyX users!

Does somebody aware of a way of opening the most recently edited file
from the command line?


I don't think so.  'lyx -x "menu-open file"' will start LyX and open the 
file menu, after which pressing 't' and then '1' will load the most 
recent document, but I don't know a way to get LyX to recognize the 't' 
and '1' after opening the file menu.



If there is no such command, may it be put on the wish-list (By the way,
is there a place to see the current wishlist and change-log)?


http://bugzilla.lyx.org/ -- click on "Show all open feature requests" to 
see the wishlist.  I didn't see this listed there. 
http://www.lyx.org/devel/tasks.php show another wish list (which I'm 
sure overlaps the one in bugzilla quite a bit).


There's a ChangeLog file installed in the LyX Resources folder.

/Paul



Re: LyX 1.4.4-2 (full) installer language problem on W2K and XP

2007-02-19 Thread Uwe Stöhr

Tom Schlangen schrieb:


the mentioned installer, released today (February, 19th) has a language problem:
Although the installer language correctly is identified as "Deutsch" and also 
"Deutsch" was selected for the LyX frontend language to be used, after installation the 
frontend shows up in English language. (1.4.4-1 did it right).
But the help texts (menu option "help") are correctly installed in their German 
versions (as far as available), though.


I don't currently know why this happens, but it works fine with this installer:
http://wiki.lyx.org/Windows/LyXWinInstaller


By the way, besides chosing the frontend language during installation, is there 
any option / method to change the frontend language afterwards w/o 
re-installation?


You have to go to the registry and change the value of the environment variable "Lang" to "de_DE". 
In contrary the installer I mentioned above uses a file named "lyx.bat" to set LyX's menu language. 
You can easily change there the value of "Lang".


regards Uwe


Re: LyX 1.4.4-2 (full) installer language problem on W2K and XP

2007-02-19 Thread Joost Verburg

Uwe Stöhr wrote:
By the way, besides chosing the frontend language during installation, 
is there any option / method to change the frontend language 
afterwards w/o re-installation?


You have to go to the registry and change the value of the environment 
variable "Lang" to "de_DE". In contrary the installer I mentioned above 
uses a file named "lyx.bat" to set LyX's menu language. You can easily 
change there the value of "Lang".


That is incorrect. The official installer doesn't set any system 
environment variables, it has it's own registry setting for the language 
in Software\LyX14\Settings. To change it you can also run the installer 
again without reinstalling any files.


This crash/language problem is unrelated to the installer. It looks like 
the combination of updated libraries / C++ runtime somehow triggers a 
bug, possibly in gettext. I have not yet been able to reproduce it (it 
works fine on all my systems), so it may be difficult to debug. I'll try 
to find a solution.


Joost



Compile warnings for 1.4.4

2007-02-19 Thread John Coppens
I get similar warnings for most files compiled:

 g++ -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch --include=./pch.h
-I./.. -I../../boost -I/usr/X11R6/include -fno-exceptions -O2 -MT kill.lo
-MD -MP -MF .deps/kill.Tpo -c kill.C  -fPIC -DPIC -o .libs/kill.o
cc1plus: warning: ././pch.h.gch: created and used with different settings
of -fpic

I'm using gcc-4.1.1, maybe that's the problem? Should I worry? I couldn't
find a description of the error on google.

John


LyX/Mac 1.4.4 Released

2007-02-19 Thread Bennett Helm
LyX/Mac-1.4.4 has now been released for both PPC and Intel Macs. It  
can be downloaded at the links below.


Bennett







Re: LyX/Mac 1.4.4 Released

2007-02-19 Thread Alan G Isaac
On Mon, 19 Feb 2007, Bennett Helm apparently wrote: 
> LyX/Mac-1.4.4 has now been released for both PPC and Intel Macs. It 
> can be downloaded at the links below.  
>  
>  

Does this fix the math display problem at larger font sizes?
http://marc.theaimsgroup.com/?l=lyx-users=116914712903502=2

Thank you,
Alan Isaac






Re: Opening last file for edit from the command line.

2007-02-19 Thread Jürgen Spitzmüller
fAX k.root wrote:
> Does somebody aware of a way of opening the most recently edited file
> from the command line?

Not in 1.4.x, but upcoming 1.5.0 will have session support that reopens the 
last opened files on start, if you wish.

Jürgen