Re: [Updated PATCH] Inset Caption

2007-01-27 Thread Jürgen Spitzmüller
Am Freitag, 26. Januar 2007 22:57 schrieb Abdelrazak Younes: > 1) LateX doesn't accept multiple lines caption so we might have to > forbid that I guess. I think a line break is allowed, but no paragraph break. > 2) If you put multiple captions inside a same float, they are numbered > sequentially

Re: [Updated PATCH] Inset Caption

2007-01-26 Thread Abdelrazak Younes
Georg Baum wrote: Am Freitag, 26. Januar 2007 22:36 schrieb Abdelrazak Younes: Here is an updated patch with cleaner code and that works better when the caption is embedded in another inset (Note, Branch, etc). So shall I commit? Not without the lyx2lyx stuff please. Of course. Are you

Re: [Updated PATCH] Inset Caption

2007-01-26 Thread Georg Baum
Am Freitag, 26. Januar 2007 22:36 schrieb Abdelrazak Younes: > Here is an updated patch with cleaner code and that works better when > the caption is embedded in another inset (Note, Branch, etc). > > So shall I commit? Not without the lyx2lyx stuff please. > Are you ready to put the lyx2lyx co

[Updated PATCH] Inset Caption

2007-01-26 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: Hello, Here is a correctly working version of the Inset Caption feature. The only problem is the wide property when writing in it. Is that difficult to solve? You have to uncomment the "#define INSET_CAPTION" line in insetcaption.h in order to try