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
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
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
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.
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. I'm not sure the
brackets, the comma and the sytactic order of that string
InsetBox.cpp:
Corrected text in the box. Currently, the text says only either the type
of inner box or the framestyle.
GuiBox.cpp:
Some strange things happened when toying with the gui. When refilling
the widthUnits box, the current state was not remembered. The handling