"Bo Peng" <[EMAIL PROTECTED]> writes: >> This is why the paragraph should store the name of the layout, and the >> pointer should just be a cache (that gets populated on demand, maybe). >> There is of course a memory overhead, but this has to be evaluated. > > I do not know, these changes might be too big for 1.6.0. I will > propose a patch as soon as it stabilizes. If there is no good > solution, the mentioned problem can be ignored for now. After all, we > are dealing with special cases and having an unknown layout in a > document is no longer a problem.
Another solution would be to add the unknown layouts to a separate vector of layouts in the textclass, that does not appear in the combo box. JMarc