Abdelrazak Younes <[EMAIL PROTECTED]> writes: > I am thinking of table cells that contains only graphics (and > optionally caption (see below). The graphics size would be > automatically adjusted upon the cell size. This would be interesting > for example when you have a table which header is only composed of > graphics. I know there are ways to achieve that with other insets but > it would be perhaps better to support that automatically.
I have been something less ambitious but realted at Bromarv, actually. Something like a template StackedInsets<InsetA,InsetB> that would allow to created an hybrid inset containing two other ones, shown one on the top of the other. I also had in mind stuff like subfigures. Of course, once one think about that it soon goes to "what we need is a layout manager!", which sounds like a haunting task. However, it would make sense to rip parts of the tabular or matharray code to obtain this feature as an abstract object others could derive from. > Just an idea. I don't know well LateX is suited for that. I think LaTeX is irrelevant here. The code that we output does not have to closely match the structure of isnets. JMarc
