We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My apologies if this is an issue already addressed but I cannot seem to find a solution.
I am wondering if it is possible to create labels in an Xcode project using Mac OS with cocoa, and also add questions with rendered formulae included.
Such as LaTeX("Solve the equation $$2x+3=9") or something of that form.
I have tried to make it work but it usually just spits out whatever is the parentheses verbatim.
I have currently tried label.stringValue = LaTeX(...).latex and it will compile but apply any rendering.
If anyone know if labels work, and how it is done, I would be very appreciative.
Thank you
Lee
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My apologies if this is an issue already addressed but I cannot seem to find a solution.
I am wondering if it is possible to create labels in an Xcode project using Mac OS with cocoa, and also add questions with rendered formulae included.
Such as LaTeX("Solve the equation $$2x+3=9") or something of that form.
I have tried to make it work but it usually just spits out whatever is the parentheses verbatim.
I have currently tried label.stringValue = LaTeX(...).latex and it will compile but apply any rendering.
If anyone know if labels work, and how it is done, I would be very appreciative.
Thank you
Lee
The text was updated successfully, but these errors were encountered: