uwesto...@lyx.org wrote: > Author: uwestoehr > Date: Sat Jan 10 16:54:18 2009 > New Revision: 28064 > > URL: http://www.lyx.org/trac/changeset/28064 > Log: > \hspace support in math also for branch, fixes > http://bugzilla.lyx.org/show_bug.cgi?id=2558 > (Documentation follows later.) > ... > # > +# InsetMathSpace context menu > +# > + Menu "context-mathspace" > + Item "Thin Space|T" "next-inset-modify mathspace \thinspace{}" > + Item "Medium Space|M" "next-inset-modify mathspace \medspace{}" > + Item "Thick Space|h" "next-inset-modify mathspace \thickspace{}" > + Item "Negative Thin Space|N" "next-inset-modify mathspace > \negthinspace{}" > + Item "Negative Medium Space|u" "next-inset-modify mathspace > \negmedspace{}" > + Item "Negative Thick Space|i" "next-inset-modify mathspace > \negthickspace{}" > + Item "Half Quad Space (Enskip)|k" "next-inset-modify mathspace > \enskip{}" > + Item "Quad Space|Q" "next-inset-modify mathspace \quad{}" > + Item "Double Quad Space|u" "next-inset-modify mathspace > \qquad{}" > + Item "Custom Length|C" "command-sequence next-inset-modify > mathspace \hspace{} \length 1in; next-inset-toggle" > + Separator > + Item "Settings...|S" "next-inset-toggle" > + End
what i am supposed to do to see this context menu? > * USER INTERFACE > > +- Support for customized horizontal space in math/formulas (bug 2558). in diff i see also these: > +negthinspace space none > +thinspace space none > +medspace space none > +thickspace space none > +enskip space none > +hspace space none what exactly has been added to ui by this patch? pavel