Closed dax44 closed 6 years ago
You can use \n
to break the line. E.g.
TeX("This is first line of plot title\nand this is the next")
Yes but if I use LaTeX frase like
TeX("This is first line of plot title $a^3\\sin(x)$ \n and this is the next")
it didn't work :(
How to do break in line? For example I want to get: This is first line of plot title and this is the next