Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

break line #10

Closed
dax44 opened this issue Feb 3, 2018 · 2 comments
Closed

break line #10

dax44 opened this issue Feb 3, 2018 · 2 comments

Comments

@dax44
Copy link

dax44 commented Feb 3, 2018

How to do break in line? For example I want to get:
This is first line of plot title
and this is the next

@stefano-meschiari
Copy link
Owner

You can use \n to break the line. E.g.

TeX("This is first line of plot title\nand this is the next")

@dax44
Copy link
Author

dax44 commented Feb 3, 2018

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 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant