iosMath中的换行

时间:2018-07-20 06:30:03

标签: ios objective-c latex

我正在使用iosmath在ios应用程序中显示数学方程式。

如何在\text{}内插入换行符

我的代码是:

label.latex = @"\\text{\(Highest degree=a \\ \newline \linebreak power \ of\ x^2\ is\ 2 \\ sum=6= a+2 \\ therefore\ a= 4\)}";

\\\newline\linebreak都不起作用

2 个答案:

答案 0 :(得分:0)

只需使用\n

例如:

label.latex = @"\\text{\(Highest degree=a \n power \ of\ x^2\ is\ 2 \\ sum=6= a+2 \\ therefore\ a= 4\)}";

答案 1 :(得分:-1)

如果不在 \\text{} 内,请使用 \\\\