| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
WKWebView to render TeX expressions inline with text in swift
@IBOutlet weak var mathView: KatexMathView!
You can load the latex expression as shown below
let latex: String = "Find the value of $k$, if $x + 6$ is a factor of $- k + x^{3} + 16 x^{2} + 76 x$"
mathView.loadLatex(latex)
"$" is the default delimitter. If you have other character in your LaTeX expression, change the delimitter in KatexMathView.swift
KaTeX (http://khan.github.io/KaTeX/)
| Back | FazBrowse Home | New Git URL |