Kostub Deshmukh

Results 47 comments of Kostub Deshmukh

I think this is the same as #72.

Yes, sorry the static instructions were written a long time back before Cocoapods was standard and have not been kept up-to-date. If you have better instructions/update to the build scripts...

So stackrel is a macro - not one of the basic TeX types. should it be implemented as a macro? otherwise the number of native commands will increase significantly. Also...

I can merge this in. But I couldn't get a new pod release out as I had a some difficulty building it and didn't have time to investigate.

Thanks for finding the bug! Can you please create a Pull Request for this change?

Are you saying that the width of the equation is longer than the width of the screen? In that case you have 2 options: 1. Reduce the font size. 2....

I had the same problem in my MathEditor, and my solution was to auto shrink the font-size depending on how big the label is. See the code at: https://github.com/kostub/MathEditor/blob/master/MathEditorExample/MTViewController.m Basically,...

Suggestion from @DesmanLead The ideal interface looks like: ``` @interface MTMathUILabel : UIView @property (nonatomic) BOOL adjustsFontSizeToFit; @end ``` Currently I see the following approaches: 1. Use binary search or...

@DesmanLead Do you know how UILabel figures out the right font size?

`\textcolor` is already implemented. Does that not work?