https://bugs.freedesktop.org/show_bug.cgi?id=69482

--- Comment #2 from Owen Genat <[email protected]> ---
(In reply to comment #0)
> Alignment along = Symbol, i know, I'd prefer an
> orientation along a custom string. (in my case alignment along ~~~"|" would
> often be helpfull) I know about the "workaround" with matrixes - but this is
> really horrible

You probably need to open a separate bug for an enhancement to add a comment
expression (that is displayed in the resulting formula) to Math. I just wanted
to point out that it is easier to use the stack+align commands rather than the
matrix command to obtain a required alignment workaround e.g.,

stack { 
alignl { 4x - 2 = 0 } ~~~"|" + 2 # 
alignl { 4x = 2 } 
} 

or

stack { 
alignr { 4x - 2 = 0 ~~~"|" + 2 } # 
alignr { 4x = 2 phantom { ~~~"|" + 2 } } 
} 

The second is still inelegant, due to the need for identically sized comments.
Anyway, hope that helps.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to