how can i insert linebreak inside \text{} my code is : `label.latex = @"\\text{\(Highest degree=a \\ \newline \linebreak power \ of\ x^2\ is\ 2 \\ sum=6= a+2 \\ therefore\ a= 4\)}";` And none of the `\\` , `\newline` , `\linebreak` works
how can i insert linebreak inside \text{}
my code is :
label.latex = @"\\text{\(Highest degree=a \\ \newline \linebreak power \ of\ x^2\ is\ 2 \\ sum=6= a+2 \\ therefore\ a= 4\)}";And none of the
\\,\newline,\linebreakworks