On 07/24/2015 07:57 AM, David Rörich wrote:
Dear all,

I've created a rudimentary layout module to support the acronym package.
It works, but I'm not so happy with the appearance of the inset in Lyx.
Currently, it looks like in the attached screenshot.

What bothers me, is the increased line height. I have tried smaller font
sizes for the inset but the behaviour consists. Ideally, I would like to
remove the box and mark the inset just by a different font color,
underline or the like.

Is this possbile?

There is no way in layout modules to control the height of these insets.

Drawing for these is controlled by InsetCollapsable::draw, and the various dimensions are hard-coded there. So Index entries (also collapsables) work the same way, e.g. It is annoying how the line height shifts when you open and close them. Perhaps playing with the dimensions here would make sense.

Richard

Reply via email to