On 08/22/2014 04:55 PM, Jacob Shapiro wrote:
Richard Heck <rgheck <at> lyx.org> writes:
On 08/22/2014 04:20 PM, Jacob Shapiro wrote:
Is there a way to make \slashed{}, \Braket{}, \Set{} etc render also
during math-editing and not only when the math-box is unfocused?
Example: http://i.imgur.com/Y8xPKEt.png
Otherwise long formulas become even longer to edit
Only with changes to the codebase.
I occasionally have the long formula problem, too. I think it should
partly be solved by
some improvements that I hope will appear in 2.2.0.
Richard
Dear Richard,
Thanks for your answer.
Is the new solution in 2.2.0 that you're referring to part of the 2013 GSOC:
http://wiki.lyx.org/GSoC/HorizontalScrollbar
?
Yes.
About the changes to the codebase to make \slashed{}, \Braket{} etc
render in math-edit mode, do you reckon those changes would have to be made on
a per-package basis, or could it be a once-and-for-all addition?
I believe each command like this has to be handled separately, though if
we're talking about individual symbols, then it's easier, if some font
provides the relevant symbol. I think one then just has to add
appropriate code to the lib/symbols file. But I'm not well informed
about this.
Richard