Add the command \colorbox
is there any plan to implement the command \color? If i want to implement this, where should i start from and how?
\textcolor is already implemented. Does that not work?
sorry, \color is implemented in version 0.9.4 whereas i am using version 0.9.3 before Thank you so much
Yes tex command \textcolor. Why can't you use it? It should be easy to
add the \color command which is just an alias for \textcolor. Just add
it to the aliases list on MTMathAtomFactory.
On Fri, Jun 23, 2017 at 10:56 AM, wingsiu [email protected] wrote:
you mean tex command "\textcolor{red}{ letters in red} letters in black"? or setting the textcolor properties of the MTUIMathLabel? I can't use the tex command \textcolor
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kostub/iosMath/issues/67#issuecomment-310732418, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFeXAU-ueqWmFH17clMeAXCDheXgr9hks5sG_xUgaJpZM4ODIlU .
Any plan to implement the Tex command '\colorbox'? That is the background color of the characters
@kostub this was implemented already, should this be closed?