LaTeXSwiftUI
LaTeXSwiftUI copied to clipboard
adding LaTeX style equations to labels in a view
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