LaTeXSwiftUI icon indicating copy to clipboard operation
LaTeXSwiftUI copied to clipboard

A SwiftUI view that renders LaTeX.

Results 15 LaTeXSwiftUI issues
Sort by recently updated
recently updated
newest added

1) "Integral \[\int_{a}^{b} x^2 \,dx\] inside text" is rendered 2) "\[\int_{a}^{b} x^2 \,dx\]" is rendered 3) "Integral \(\int_{a}^{b} x^2 \,dx\) inside text" isn't rendered 4) "\(\int_{a}^{b} x^2 \,dx\)" isn't rendered

Hi, thank you for amazing library. Is it possible to downgrade the required iOS version to 15? Thanks

Great package. Like the title, any chance you can add support for macOS 12? Or can you give some pointers on which part of the codebase I should change to...

Changing the font size doesn't affect the rendered equation: ```swift import SwiftUI import LaTeXSwiftUI @main struct iOSApp: App { var body: some Scene { WindowGroup { LaTeX("Solve the following: $(9-2)^2\\cdot9^2$")...

When making an array, for example: "\\begin{array}{|c|c|c|} a & b & c \\\\ d & e & f \\\\ \\end{array}" only the outer two vertical lines will render Further, if...

When trying to render vowel mutations the rendering turns out weird. "Überflächungsstörung" gets rendered as:

After adding the package to a Playgrounds App, the app no longer refreshes. Also, none of the required packages (MathJaxSwift, etc.) are loaded. They can obviously be loaded individually by...

Can you add #if os(iOS) || os(visionOS) https://github.com/colinc86/LaTeXSwiftUI/blob/766be13e75a901cd0097122be189bac88b5b1963/Sources/LaTeXSwiftUI/Extensions/Font%2BExtensions.swift#L29

Hello, I got a response from ChatGPT and tried to display it with LaTexSwiftUI but it didn't work: Here is the response: ``` To solve the equation \(3x + 5...