Jean-Marc Lasgouttes wrote:
>>>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
>
>>> I can believe that. But it would be crappy ;)
>
> Andre> Code-wise certainly not.
>
> Sure...
>
> Andre> Optically probably yes, but that'd just mean we need to come
> up Andre> with some generic solutions for 'things at the begin of a
> Andre> paragraph' some day.
>
> Or not put in paragraphs things that do not belong there. This means
> reimplementing (but in a nice way) the bibitem inset that you
> scrapped. Actually, fixing the bibitem may be a good playground for
> testing solutions.
Jean-Marc, are you describing something along the lines of:
class Paragraph {
std::list<items> things_at_the_front;
ParagraphContents the_main_text;
std::list<items> things_at_the_end;
}
Obviously, the names are arbitrary...
--
Angus