Open nonsense0biubiu opened 3 years ago
You should add a space after "text". This works;
.replacingOccurrences(of: " ", with: "\text ")
Can you please help that how we can fix space issue with text
You should add a space after "text". This works;
.replacingOccurrences(of: " ", with: "\text ")
When I render this latex like this "\text { Simplify the expression. }" directly. the result will remove all space symbol.
But I got a soluation by add [self skipSpaces] before handle the next char
Is there a better solution?