Re: Theorem numbering by type and IEEETran class

2012-07-20 Thread Richard Heck
On 07/20/2012 10:20 AM, Virgil wrote: Hi, everyone! I sent this text to the users list with no response...It is about a possible "bug" or "feature" of the LyX layout for the IEEETran class. It appears that after a recent LyX update, The commit that affected this was on 6 August 2010, which fixe

Theorem numbering by type and IEEETran class

2012-07-20 Thread Virgil
Hi, everyone! I sent this text to the users list with no response...It is about a possible "bug" or "feature" of the LyX layout for the IEEETran class. It appears that after a recent LyX update, none of the modules for numbering theorems by type (e.g., theorem 1, theorem 2, lemma 1, proposition

Re: [LyX master] Read list of translated languages from a file

2012-07-20 Thread Jean-Marc Lasgouttes
Le 20/07/2012 15:52, Pavel Sanda a écrit : Jean-Marc Lasgouttes wrote: Does this look better? The best would be to try it :) Ok, I will try once its in branch (I have set the building chain for packaging 2.0.x version). I thought it would be better to test it before going to branch... Anyw

Re: [LyX master] Read list of translated languages from a file

2012-07-20 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Does this look better? > > The best would be to try it :) Ok, I will try once its in branch (I have set the building chain for packaging 2.0.x version). Pavel

Re: [LyX master] Read list of translated languages from a file

2012-07-20 Thread Jean-Marc Lasgouttes
Le 20/07/2012 13:22, Pavel Sanda a écrit : I didn't say it would break everything :) Under gentoo you can set system-wide or per package the language you want to be installed. For example if I set that I'm interested only in french translations only fr.gmo is going to be installed. This is done

Re: [LyX master] Read list of translated languages from a file

2012-07-20 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > But tell us more about your distro. What does it do that could break > everything? I didn't say it would break everything :) Under gentoo you can set system-wide or per package the language you want to be installed. For example if I set that I'm interested only in fre

Re: Re: building lyx on osx

2012-07-20 Thread Kornel Benko
Am Freitag, 20. Juli 2012 um 12:48:06, schrieb Edwin Leuven > On Jul 20, 2012, at 12:20 , Kornel Benko wrote: > > Am Freitag, 20. Juli 2012 um 11:05:27, schrieb Edwin Leuven > > > > > there seems to be some problem with linking iconv though. > > > > What problems? > > i pasted the error mess

Re: building lyx on osx

2012-07-20 Thread Edwin Leuven
On Jul 20, 2012, at 12:20 , Kornel Benko wrote: > Am Freitag, 20. Juli 2012 um 11:05:27, schrieb Edwin Leuven > > > there seems to be some problem with linking iconv though. > > What problems? i pasted the error message below. looks like iconv is not 64bit ed. Ld /Users/edwin/devel/lyx-

Re: building lyx on osx

2012-07-20 Thread Kornel Benko
Am Freitag, 20. Juli 2012 um 11:05:27, schrieb Edwin Leuven > hi guys, > > i recently got a mac, and am now trying to build lyx using Xcode & cmake. > > there seems to be some problem with linking iconv though. What problems? Is the iconv lib not found? Or iconv header file? #egrep -i iconv

Re: Re: new function request

2012-07-20 Thread Kornel Benko
Am Freitag, 20. Juli 2012 um 11:20:25, schrieb Jean-Marc Lasgouttes > Le 07/07/2012 12:31, Kornel Benko a écrit : > > Hi, > > > > very often I use more than 1 window while editing a file in lyx. > > > > This is handy, but starting with "window-new" forces me always also > > > > to use File->Open.

Captions for images and tables not justified correctly

2012-07-20 Thread Carlos Fiyero
When you make a floating element with an image or a table, you can justify the image/table right, left or centered. But the caption always remains centered. It should be automatically change it depending of the position of the image/table or it should be possible manually. (I'm using Lyx 2.0.4 on W

Re: new function request

2012-07-20 Thread Jean-Marc Lasgouttes
Le 07/07/2012 12:31, Kornel Benko a écrit : Hi, very often I use more than 1 window while editing a file in lyx. This is handy, but starting with "window-new" forces me always also to use File->Open... I'd like to have a function like "window-new-current-buffer", which behaves like in emacs

Captions for inserted PDFs do not display correctly

2012-07-20 Thread Carlos Fiyero
When you insert an external PDF-file (e.g. for a table where you have to keep the original layout) into a floating element for give it a caption, the inserted PDF looks nice, but the caption isn't displayed above or under the inserted PDF but anywhere in the PDF (like a second layer). The use of bo

Re: [PATCH] LFUN_BUFFER_FORALL

2012-07-20 Thread Jean-Marc Lasgouttes
Le 20/07/2012 10:45, Jean-Marc Lasgouttes a écrit : You are right that buffer-forall doesn't do anything useful by default. However, when you create a new window the buffers in the previous window are available as hidden buffers in the new window. The problem is that the LFUN is mixing real hid

building lyx on osx

2012-07-20 Thread Edwin Leuven
hi guys, i recently got a mac, and am now trying to build lyx using Xcode & cmake. there seems to be some problem with linking iconv though. i was wondering whether there are some recent build instructions for osx? also, did someone manage to make lyx look decent on a retina display? thanks

Re: [PATCH] LFUN_BUFFER_FORALL

2012-07-20 Thread Jean-Marc Lasgouttes
Le 20/07/2012 08:12, Scott Kostyshak a écrit : That sounds good. I put "the active window" instead of "this window" because (at least in Linux) if you have messages open on a window, open a new window, and execute a command in the mini-buffer of the new window, the message box of the old window w

Re: [LyX master] Read list of translated languages from a file

2012-07-20 Thread Jean-Marc Lasgouttes
Le 20/07/2012 00:49, Pavel Sanda a écrit : I use te variable CATALOGS which is built in po.m4 juste before generating the po/Makefile. The variable cannot be subst'd using @CATALOGS@ in Makefile.am, therefore it is easier to generate the file at configure time (after all we already generate other

Re: Re: [LyX master] Read list of translated languages from a file

2012-07-20 Thread Kornel Benko
Am Donnerstag, 19. Juli 2012 um 23:36:01, schrieb Jean-Marc Lasgouttes > Le 19/07/12 14:41, Kornel Benko a écrit : > > > > In the new scheme, autotools install a file > > lib/installed_translations that contains a list of installed languages > > (the .gmo files that got installed). This fil

Re: Re: [LyX master] Read list of translated languages from a file

2012-07-20 Thread Kornel Benko
Am Freitag, 20. Juli 2012 um 00:49:47, schrieb Pavel Sanda > Jean-Marc Lasgouttes wrote: > >> How exactly is this list assembled? Just presence of .gmo in compiled tree > >> is enough? This could break on linux installs where only subset of > >> compiled > >> translation is installed. > > > > I u