Re: [PATCH] Modularize Extra Fonts

2008-10-04 Thread Richard heck
Uwe Stöhr wrote: For other layouts, do they compile? When I e.g. load your module to the UserGuide and then use the font size 18? Well, that's the important question. And you're right: They don't. So never mind for now. But something like this ought to work rh

Re: Section numbering llncs

2008-10-04 Thread Richard heck
Vincent van Ravesteijn wrote: On Sat, 2008-10-04 at 22:03 +0200, Uwe Stöhr wrote: > In the llncs layout, the section headings start with the number 0.1, > whereas in the normal article layout they start with 1. This is http://bugzilla.lyx.org/show_bug.cgi?id=5316 Hmm, I was annoyed

[patch] Bug 3625

2008-10-04 Thread Vincent van Ravesteijn
http://bugzilla.lyx.org/show_bug.cgi?id=3625 Bug 3625 is about the fact that you can't copy text with leading spaces. Ironically this is actively disabled by the following lines: CutAndPaste.cpp:715-722 // copy behind a space if there is one ... while (pos < pars[par].size() && pars[par].i

LyXforJASA code for LyX?

2008-10-04 Thread John C. Burgess
Re: LyXforJASA code for LyX? Back in 2006, Jean-Marc Lasgouttes discussed with me some LyX code I had developed for preparing manuscripts for the Journal of the Acoustical Society of America (JASA). These files have been used successfully by me and independently by an ASA colleague for papers th

Re: chessgame example file not compilable

2008-10-04 Thread Vincent van Ravesteijn
On Sat, 2008-10-04 at 22:17 +0200, Uwe Stöhr wrote: > Vincent van Ravesteijn schrieb: > > >>> but the output sucks. > > > >> What sucks? It look OK for me. > >> > > See for yourself. > > Attached is what I get using pdflatex. This looks fine. Ah, I hit a Debian bug: http://www.mail-archive.com/[

Re: rc4 and later

2008-10-04 Thread Peter Kümmel
Abdelrazak Younes wrote: On 04/10/2008 20:44, Peter Kümmel wrote: Abdelrazak Younes wrote: The comment was correct in a latin world and for pre Win2000 system (Win9x). AFAIK since Win2000, the filesystem uses utf16 so there is no such thing as 8bit encoding. Provided that we don't support Win9

Re: BUG: jpeg capital letters (.JPG) does not work with pdflatex

2008-10-04 Thread Peter Kümmel
Abdelrazak Younes wrote: On 04/10/2008 21:06, Peter Kümmel wrote: Andre Poenitz wrote: On Sat, Oct 04, 2008 at 07:30:46PM +0200, Peter Kümmel wrote: Here a patch for http://bugzilla.lyx.org/show_bug.cgi?id=2235 Is there a better way to detect case sensitiveness of the file actual system? I

Re: [PATCH] Modularize Extra Fonts

2008-10-04 Thread Uwe Stöhr
> Any objections? As we discussed in the thread for the extended search feature, we should come to an end with features and improvements for LyX 1.6.0. Your patch doesn't fix a bug, it is an enhancement. I don't want to be impolite, but we must come to and end and start going to bug-only fix mod

Re: Section numbering llncs

2008-10-04 Thread Vincent van Ravesteijn
On Sat, 2008-10-04 at 22:03 +0200, Uwe Stöhr wrote: > > > In the llncs layout, the section headings start with the number > 0.1, > > whereas in the normal article layout they start with 1. > > This is http://bugzilla.lyx.org/show_bug.cgi?id=5316 > Hmm, I was annoyed by this some time ago, but

Re: Section numbering llncs

2008-10-04 Thread Uwe Stöhr
> In the llncs layout, the section headings start with the number 0.1, > whereas in the normal article layout they start with 1. This is http://bugzilla.lyx.org/show_bug.cgi?id=5316 regards Uwe

Re: BUG: jpeg capital letters (.JPG) does not work with pdflatex

2008-10-04 Thread Abdelrazak Younes
On 04/10/2008 21:06, Peter Kümmel wrote: Andre Poenitz wrote: On Sat, Oct 04, 2008 at 07:30:46PM +0200, Peter Kümmel wrote: Here a patch for http://bugzilla.lyx.org/show_bug.cgi?id=2235 Is there a better way to detect case sensitiveness of the file actual system? I don't know, but Mac's file

Re: rc4 and later

2008-10-04 Thread Abdelrazak Younes
On 04/10/2008 20:26, Andre Poenitz wrote: On Sat, Oct 04, 2008 at 07:34:08PM +0200, Peter Kümmel wrote: Andre Poenitz wrote: On Sat, Oct 04, 2008 at 06:22:50PM +0200, Peter Kümmel wrote: Abdelrazak Younes wrote: On 04/10/2008 14:13, Peter Kümmel wrote:

Re: rc4 and later

2008-10-04 Thread Abdelrazak Younes
On 04/10/2008 20:44, Peter Kümmel wrote: Abdelrazak Younes wrote: The comment was correct in a latin world and for pre Win2000 system (Win9x). AFAIK since Win2000, the filesystem uses utf16 so there is no such thing as 8bit encoding. Provided that we don't support Win9x I'd prefer that we swit

Re: chessgame example file not compilable

2008-10-04 Thread Uwe Stöhr
Vincent van Ravesteijn schrieb: but the output sucks. What sucks? It look OK for me. regards Uwe

Re: chessgame example file not compilable

2008-10-04 Thread Uwe Stöhr
Vincent van Ravesteijn schrieb: the problem is that in the temporary file, there is not an absolute path and the chess-game files are not copied into the tmp directory. Indeed. So the bug is in our InsetExternal template "Chess". This is now http://bugzilla.lyx.org/show_bug.cgi?id=5320 Besid

Section numbering llncs

2008-10-04 Thread Vincent van Ravesteijn
In the llncs layout, the section headings start with the number 0.1, whereas in the normal article layout they start with 1. Could someone have a look at this, I don't know enough about layouts to solve it. Vincent

Re: Found bug in 1.6.0rc2 and 1.6.0rc3

2008-10-04 Thread [EMAIL PROTECTED]
Am Thu, 2 Oct 2008 10:21:36 +0200 schrieb "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>: > Hi Lyx-Devel-Team, > > LyX crashes whenever I open a child document the second > time. I compiled LyX from source > (ftp://ftp.devel.lyx.org/pub/lyx/devel/) > > What do you need in order to find the bug? > > Th

Re: BUG: jpeg capital letters (.JPG) does not work with pdflatex

2008-10-04 Thread Peter Kümmel
Andre Poenitz wrote: On Sat, Oct 04, 2008 at 07:30:46PM +0200, Peter Kümmel wrote: Here a patch for http://bugzilla.lyx.org/show_bug.cgi?id=2235 Is there a better way to detect case sensitiveness of the file actual system? I don't know, but Mac's file system seems to be case-insensitive as w

Re: rc4 and later

2008-10-04 Thread Peter Kümmel
Abdelrazak Younes wrote: The comment was correct in a latin world and for pre Win2000 system (Win9x). AFAIK since Win2000, the filesystem uses utf16 so there is no such thing as 8bit encoding. Provided that we don't support Win9x I'd prefer that we switch to the wide version. Somethink like t

Re: rc4 and later

2008-10-04 Thread Andre Poenitz
On Sat, Oct 04, 2008 at 07:34:08PM +0200, Peter Kümmel wrote: > Andre Poenitz wrote: >> On Sat, Oct 04, 2008 at 06:22:50PM +0200, Peter Kümmel wrote: >>> Abdelrazak Younes wrote: On 04/10/2008 14:13, Peter Kümmel wrote: > Until we know a better way to get the long path name > I've chec

Re: BUG: jpeg capital letters (.JPG) does not work with pdflatex

2008-10-04 Thread Andre Poenitz
On Sat, Oct 04, 2008 at 07:30:46PM +0200, Peter Kümmel wrote: > Here a patch for > http://bugzilla.lyx.org/show_bug.cgi?id=2235 > > Is there a better way to detect case sensitiveness > of the file actual system? > > Peter > Index: insets/InsetGraphics.cpp >

Re: chessgame example file not compilable

2008-10-04 Thread Vincent van Ravesteijn
On Sat, 2008-10-04 at 15:01 +0200, Uwe Stöhr wrote: > The example file "chessgame.lyx" is not compilable in trunk and > branch. Is anybody able to compile > this? I wasn't able to figure out why LaTeX stops by emergency as I > don't understand the format of > the .fen files. I try to contact Kayvan

Re: rc4 and later

2008-10-04 Thread Andre Poenitz
On Sat, Oct 04, 2008 at 06:31:37PM +0200, Abdelrazak Younes wrote: > On 04/10/2008 18:22, Peter Kümmel wrote: >> Abdelrazak Younes wrote: >>> On 04/10/2008 14:13, Peter Kümmel wrote: Until we know a better way to get the long path name I've checked in the patch: http://www.lyx.org/tr

Re: rc4 and later

2008-10-04 Thread Peter Kümmel
Andre Poenitz wrote: On Sat, Oct 04, 2008 at 06:22:50PM +0200, Peter Kümmel wrote: Abdelrazak Younes wrote: On 04/10/2008 14:13, Peter Kümmel wrote: Until we know a better way to get the long path name I've checked in the patch: http://www.lyx.org/trac/changeset/26718 (bug http://bugzilla.lyx.

BUG: jpeg capital letters (.JPG) does not work with pdflatex

2008-10-04 Thread Peter Kümmel
Here a patch for http://bugzilla.lyx.org/show_bug.cgi?id=2235 Is there a better way to detect case sensitiveness of the file actual system? Peter Index: insets/InsetGraphics.cpp === --- insets/InsetGraphics.cpp(revision 26731) +

[PATCH] Modularize Extra Fonts

2008-10-04 Thread rgheck
OK, so this is hardly regressions and crashes, but it's simple and starts to disentangle some of the mess of classes. All this does is move the "extra fonts" stuff in extarticle, extbook, extletter, and extreport into a module, and then it has the necessary lyx2lyx to make this painless. The

Re: SearchAdv patch

2008-10-04 Thread rgheck
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: I agree. This is too late for 1.6.0 but we can make it work for 1.6.1 or 2 without problem as there is no format change involved. So, Tommaso, if you adapt your patch to current trunk I'll work toward inclusion in 1.6.x. Yes. As usual,

Re: [patch] About r24618

2008-10-04 Thread Vincent van Ravesteijn
On Sat, 2008-10-04 at 18:04 +0200, rgheck wrote: > If, however, two notes (e.g.) are nested into each other, then you > can't say that "inset-settings note" _explicitly_ requests the > enclosing inset instead of the 'enclosee'. Wrong example, the modify entries of notes are coupled to the 'next-in

Re: [Cvslog] r26715 - in /lyx-devel/branches/BRANCH_1_5_X: development...

2008-10-04 Thread Uwe Stöhr
> So we ship two copies now? Yes, because some example files and some template files use it. I don't think this harms. Having the BibTeX file in the same folder appeared to be best place to let users find their way to BibTeX. regards Uwe

Re: SearchAdv patch

2008-10-04 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > I agree. This is too late for 1.6.0 but we can make it work for 1.6.1 or > 2 without problem as there is no format change involved. So, Tommaso, if > you adapt your patch to current trunk I'll work toward inclusion in 1.6.x. Yes. As usual, 1.6.1 (and maybe 1.6.2, dependi

Re: rc4 and later

2008-10-04 Thread Abdelrazak Younes
On 04/10/2008 18:22, Peter Kümmel wrote: Abdelrazak Younes wrote: On 04/10/2008 14:13, Peter Kümmel wrote: Until we know a better way to get the long path name I've checked in the patch: http://www.lyx.org/trac/changeset/26718 (bug http://bugzilla.lyx.org/show_bug.cgi?id=4693) Why did you you

Re: rc4 and later

2008-10-04 Thread Andre Poenitz
On Sat, Oct 04, 2008 at 06:22:50PM +0200, Peter Kümmel wrote: > Abdelrazak Younes wrote: >> On 04/10/2008 14:13, Peter Kümmel wrote: >>> Until we know a better way to get the long path name >>> I've checked in the patch: >>> http://www.lyx.org/trac/changeset/26718 >>> (bug http://bugzilla.lyx.org/s

Re: rc4 and later

2008-10-04 Thread Andre Poenitz
On Sat, Oct 04, 2008 at 06:17:02PM +0200, Peter Kümmel wrote: > Abdelrazak Younes wrote: >> On 04/10/2008 14:13, Peter Kümmel wrote: >>> Until we know a better way to get the long path name >>> I've checked in the patch: >>> http://www.lyx.org/trac/changeset/26718 >>> (bug http://bugzilla.lyx.org/s

Re: rc4 and later

2008-10-04 Thread Andre Poenitz
On Sat, Oct 04, 2008 at 06:16:01PM +0200, Peter Kümmel wrote: >> But you state: >> >> [...]fails due to different names of the same directory (prefixIs is string >> based): >> >> C:/Dokumente und Einstellungen/cdev/Lokale Einstellungen/Temp/lyx_tmpbuf0/ >> C:/DOKUME~1/cdev/LOKALE~1/Temp >>

Re: rc4 and later

2008-10-04 Thread Peter Kümmel
Abdelrazak Younes wrote: On 04/10/2008 14:13, Peter Kümmel wrote: Until we know a better way to get the long path name I've checked in the patch: http://www.lyx.org/trac/changeset/26718 (bug http://bugzilla.lyx.org/show_bug.cgi?id=4693) Why did you you choose the 8bit encoding version? I'd pre

Re: r26708 - /lyx-devel/trunk/src/Changes.cpp

2008-10-04 Thread Abdelrazak Younes
On 04/10/2008 01:16, [EMAIL PROTECTED] wrote: Author: rgheck Date: Sat Oct 4 01:16:51 2008 New Revision: 26708 URL: http://www.lyx.org/trac/changeset/26708 Log: Fix Abdel's FIXME. Nice. Abdel.

Re: r26729 - /lyx-devel/trunk/src/support/FileName.cpp

2008-10-04 Thread Abdelrazak Younes
On 04/10/2008 17:57, [EMAIL PROTECTED] wrote: Author: kuemmel Date: Sat Oct 4 17:57:26 2008 New Revision: 26729 URL: http://www.lyx.org/trac/changeset/26729 Log: don't reinvent the wheel Good :-) Abdel.

Re: rc4 and later

2008-10-04 Thread Peter Kümmel
Abdelrazak Younes wrote: On 04/10/2008 14:13, Peter Kümmel wrote: Until we know a better way to get the long path name I've checked in the patch: http://www.lyx.org/trac/changeset/26718 (bug http://bugzilla.lyx.org/show_bug.cgi?id=4693) Why did you you choose the 8bit encoding version? I'd pre

Re: SearchAdv patch

2008-10-04 Thread Abdelrazak Younes
On 04/10/2008 18:05, Andre Poenitz wrote: On Sat, Oct 04, 2008 at 05:54:40PM +0200, Abdelrazak Younes wrote: On 04/10/2008 08:36, Jürgen Spitzmüller wrote: Pavel Sanda wrote: Hope this way people may see more easily if this would be an interesting feature to have in LyX.

Re: rc4 and later

2008-10-04 Thread Peter Kümmel
Andre Poenitz wrote: On Sat, Oct 04, 2008 at 01:33:15PM +0200, Peter Kümmel wrote: Abdelrazak Younes wrote: temp_dir is the value returned by QDir::tempPath() therefore I think this is a Qt bug. I don't think this is a Qt bug as the doc says: On Windows this is usually the path in the TEMP or

Re: rc4 and later

2008-10-04 Thread Abdelrazak Younes
On 04/10/2008 14:13, Peter Kümmel wrote: Until we know a better way to get the long path name I've checked in the patch: http://www.lyx.org/trac/changeset/26718 (bug http://bugzilla.lyx.org/show_bug.cgi?id=4693) Why did you you choose the 8bit encoding version? I'd prefer that you use the wide

Re: SearchAdv patch

2008-10-04 Thread Andre Poenitz
On Sat, Oct 04, 2008 at 05:54:40PM +0200, Abdelrazak Younes wrote: > On 04/10/2008 08:36, Jürgen Spitzmüller wrote: >> Pavel Sanda wrote: >> Hope this way people may see more easily if this would be an interesting feature to have in LyX. >>> i think that people already th

Re: [patch] About r24618

2008-10-04 Thread rgheck
Vincent van Ravesteijn wrote: Handling of context menus of nested insets is very difficult at the moment. Especially when the insets are of the same type. This was introduced in cs 24618. The comment for changeset 24618 read the following: "Allow LFUN_INSET_SETTINGS with enclosing inset if this

Re: Crash in RC3 when enabling Pixmap Cache

2008-10-04 Thread Abdelrazak Younes
On 04/10/2008 08:29, Jürgen Spitzmüller wrote: Konrad Hofbauer wrote: What should I do? -> Bugzilla? Yes, that's the suggested action if no one reacts. And please make sure to attach a backtrace if you can. Abdel.

Re: Change TOC Collapsing Issue

2008-10-04 Thread Abdelrazak Younes
On 04/10/2008 01:58, Pavel Sanda wrote: Vincent van Ravesteijn wrote: On Fri, 2008-10-03 at 19:28 -0400, rgheck wrote: This is similar to what Pavel reported before about other bits of the outliner. But if you expand the changes bit and then click back in the document, it collapses ag

Re: Assertion in Changes::addToToc

2008-10-04 Thread Abdelrazak Younes
On 04/10/2008 00:55, rgheck wrote: Abdelrazak Younes wrote: On 03/10/2008 21:13, rgheck wrote: Abdelrazak Younes wrote: Your assertion seems to indicate that the Changes table contains a bad entry. Could you add some debug output and verify what the values are? Well, we were right about the

Re: SearchAdv patch

2008-10-04 Thread Abdelrazak Younes
On 04/10/2008 08:36, Jürgen Spitzmüller wrote: Pavel Sanda wrote: Hope this way people may see more easily if this would be an interesting feature to have in LyX. i think that people already think it would be cool feature. the problem is that we need the patch which is assimilated t

Re: [Cvslog] r26715 - in /lyx-devel/branches/BRANCH_1_5_X: development...

2008-10-04 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > Several templates and example files use this example. The bug was only that > IOP-article.lyx was once in the example folder and later was put to the > templates folder, but accidentally without the BibTeX example file. So we ship two copies now? Hm. Jürgen

Re: [Cvslog] r26715 - in /lyx-devel/branches/BRANCH_1_5_X: development...

2008-10-04 Thread Uwe Stöhr
> Do we really need to ship a bibtex example file? Why can#t we use one of the > standard exmaple files (e.g. xampl.bib) for this purpose? We discussed this when I created the iopart layout. We provide our own BibTeX example file, as users asked where the included BibTeX file is located. Now the

Re: rc4 and later

2008-10-04 Thread Andre Poenitz
On Sat, Oct 04, 2008 at 01:33:15PM +0200, Peter Kümmel wrote: > Abdelrazak Younes wrote: >>> temp_dir is the value returned by QDir::tempPath() therefore I think >>> this is a Qt bug. >> >> I don't think this is a Qt bug as the doc says: >> >> On Windows this is usually the path in the TEMP or TMP

Re: [Cvslog] r26715 - in /lyx-devel/branches/BRANCH_1_5_X: development...

2008-10-04 Thread Jürgen Spitzmüller
> Author: uwestoehr > Date: Sat Oct  4 13:45:43 2008 > New Revision: 26715 > > URL: http://www.lyx.org/trac/changeset/26715 > Log: > - iopart.layout: fix some bugs > - iop-article.lyx: fix 2 typos > - add missing example BibTeX file Do we really need to ship a bibtex example file? Why can#t we use

chessgame example file not compilable

2008-10-04 Thread Uwe Stöhr
The example file "chessgame.lyx" is not compilable in trunk and branch. Is anybody able to compile this? I wasn't able to figure out why LaTeX stops by emergency as I don't understand the format of the .fen files. I try to contact Kayvan. In case we are not able to make it compile, we should re

Re: rc4 and later

2008-10-04 Thread Uwe Stöhr
> Uwe, does it now also work for you? YES!!! Many, many thanks! regards Uwe

Re: rc4 and later

2008-10-04 Thread Peter Kümmel
Until we know a better way to get the long path name I've checked in the patch: http://www.lyx.org/trac/changeset/26718 (bug http://bugzilla.lyx.org/show_bug.cgi?id=4693) Uwe, does it now also work for you? Peter

Re: rc3 (round one)

2008-10-04 Thread Anders Ekberg
On 4 okt 2008, at 13.30, Pavel Sanda wrote: Anders Ekberg wrote: Btw should that file be updated? In particular should the tricks needed to have LyX running on 10.3.9 and as a universal binary be documented? feel free to post patch of updates to the documentation. pavel I think Konrad an

Re: rc4 and later

2008-10-04 Thread Peter Kümmel
Abdelrazak Younes wrote: temp_dir is the value returned by QDir::tempPath() therefore I think this is a Qt bug. I don't think this is a Qt bug as the doc says: On Windows this is usually the path in the TEMP or TMP environment variable. Then I would say this is just the documentation of a b

Re: Crash in RC3 when enabling Pixmap Cache

2008-10-04 Thread Konrad Hofbauer
Anders Ekberg wrote: Is your menu OK after closing preferences, No. or could it be related to http://bugzilla.lyx.org/show_bug.cgi?id=5168 No, it is not. I can also reproduce the bug by manually putting \use_pixmap_cache true into the preferences file, and it also persists after a restart.

Re: rc3 (round one)

2008-10-04 Thread Pavel Sanda
Anders Ekberg wrote: > Btw should that file be updated? In particular should the tricks needed to > have LyX running on 10.3.9 and as a universal binary be documented? feel free to post patch of updates to the documentation. pavel

Re: Crash in RC3 when enabling Pixmap Cache

2008-10-04 Thread Anders Ekberg
Is your menu OK after closing preferences, or could it be related to http://bugzilla.lyx.org/show_bug.cgi?id=5168 Anders On 4 okt 2008, at 01.58, Konrad Hofbauer wrote: No attention. What should I do? -> Bugzilla? /Konrad Konrad Hofbauer wrote: 1) Set Preferences-> Look&Feel ->Screen Font

Re: rc3 (round one)

2008-10-04 Thread Anders Ekberg
On 4 okt 2008, at 01.08, Konrad Hofbauer wrote: Andre Poenitz wrote: I do not understand why, but I was told before, and I forgot: One needs to delete *.la from /path/to/qt-4.4-install/lib/ after compiling Qt !!! Well, I haven't heard that before. This was what Bennet told me to get star

Re: rc3 (round one)

2008-10-04 Thread Andre Poenitz
On Sat, Oct 04, 2008 at 01:08:17AM +0200, Konrad Hofbauer wrote: > Andre Poenitz wrote: >>> I do not understand why, but I was told before, and I forgot: >>> One needs to delete *.la from /path/to/qt-4.4-install/lib/ after >>> compiling Qt !!! >> >> Well, I haven't heard that before. > > This wa

Re: [patch] Some fixes for boxes

2008-10-04 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > With respect to the punctuation, is this what you mean ? > > if (params_.inner_box && btype != Frameless) { >   label += bformat(_("(%1$s, %1$s)"), box_label, >     boxtranslator_loc().find(btype)); > } else if (params_.inner_box) >   label += bformat(_("(%1$s)"), bo

Re: SearchAdv patch

2008-10-04 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > if we have working patch for 1.6 we can at least put it in 1.7 trunk or may > be backport it later to 1.6.x. Sure. It's a real pity this didn't make it in earlier. But we have to draw a line evetually, IMHO. Jürgen

Re: SearchAdv patch

2008-10-04 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > However, it comes pretty late in the 1.6 cycle. I think we should really > think > about stopping to put in new features (if only little ones such as outliner > extensions) before even daring to think about releasing 1.6.0. > > It's not my decision, but I'd rather se

Re: [patch] Some fixes for boxes

2008-10-04 Thread Vincent van Ravesteijn
On Sat, 2008-10-04 at 10:13 +0200, Jürgen Spitzmüller wrote: > Vincent van Ravesteijn wrote: > > Yes, that might be a problem. Then the same also holds for the labelling > > of floats. > > Could you handle that or shall I do it? With respect to the punctuation, is this what you mean ? if (params

Re: [patch] Some fixes for boxes

2008-10-04 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > Yes, that might be a problem. Then the same also holds for the labelling > of floats. Could you handle that or shall I do it? > 1. Choose Decoration->No Frame. > 2. Choose InnerBox->MiniPage. > 3. Choose Decoration->No Frame. > > Now the Minipage automatically chan

Re: [patch] Some fixes for boxes

2008-10-04 Thread Vincent van Ravesteijn
On Sat, 2008-10-04 at 08:42 +0200, Jürgen Spitzmüller wrote: > Vincent van Ravesteijn wrote: > > InsetBox.cpp: > > > > Corrected text in the box. Currently, the text says only either the > type > > of inner box or the framestyle. > > I think we should construct the label text with bformat.