Georg Baum wrote:
Pavel Sanda wrote:
imho two more issues which should be done:
- RELEASE-NOTES should note this change
- provide some way how ctrl+b works as in 1.5, otherwise i would call this
regression.
Agreed. I understand the reasons for the change, but I personally almost
always need mathbf, so information in release notes and a way to restore
the previous behaviour is needed.
I think maybe what we need is another LFUN, say LFUN_FONT_MATHBF, and we
need to make that toggleable. A preference seems the wrong way to go.
One might want both of these easily available, in toggleable form.
I'm fairly puzzled about this, because previously \mathbf seems to have
created an InsetMathFont, whereas we also have InsetMathBoldSymbol,
which is where \boldsymbol would previously have been found. Now we have
both, and we basically have a conflict, as I've mentioned in another
message. To get the toggle to work as it should, I've added boldsymbol
to the symbols file, as a font. But maybe that is wrong, and we should
deal with the toggle issue some other way.
rh