Open tobitech opened 3 months ago
if you're pasting it all into a string, you should double up the "\" character. The backslash is an escape character and acts in a nasty way if you use it incorrectly.
so instead of "(3x + 5 = 4)" you would do "\(3x + 5 = 4\)"
Hello, I got a response from ChatGPT and tried to display it with LaTexSwiftUI but it didn't work:
Here is the response:
When I tried it I get an error: Undefined control sequence
\(
I don't know what I need to do to be able to display this type of response.