LaTeXSwiftUI icon indicating copy to clipboard operation
LaTeXSwiftUI copied to clipboard

adding LaTeX style equations to labels in a view

Open leemckelvey opened this issue 5 months ago • 0 comments

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

leemckelvey avatar Oct 04 '24 14:10 leemckelvey