mirror of
https://github.com/colinc86/LaTeXSwiftUI.git
synced 2026-04-03 00:09:29 -06:00
adding LaTeX style equations to labels in a view #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @leemckelvey on 10/4/2024
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