Package: katex Type: Package Title: Rendering Math to HTML, 'MathML', or R-Documentation Format Version: 1.5.0 Authors@R: c(person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com", comment = c(ORCID = "0000-0002-4035-0289")), person("Khan Academy and other contributors", role = "cph", comment="KaTeX JavaScript library")) Description: Convert latex math expressions to HTML and 'MathML' for use in markdown documents or package manual pages. The rendering is done in R using the V8 engine (i.e. server-side), which eliminates the need for embedding the 'MathJax' library into your web pages. In addition a 'math-to-rd' wrapper is provided to automatically render beautiful math in R documentation files. License: MIT + file LICENSE URL: https://docs.ropensci.org/katex/, https://github.com/ropensci/katex https://katex.org/docs/options.html (upstream) BugReports: https://github.com/ropensci/katex/issues Encoding: UTF-8 RoxygenNote: 7.3.2.9000 Imports: V8 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Suggests: knitr, rmarkdown Config/pak/sysreqs: libssl-dev libnode-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2024-09-28 12:17:18 UTC RemoteUrl: https://github.com/ropensci/katex RemoteRef: master RemoteSha: a84bfe443c0d86a53b8ff16d3bab2c95aa5819da NeedsCompilation: no Packaged: 2026-06-17 08:33:22 UTC; root Author: Jeroen Ooms [aut, cre] (ORCID: ), Khan Academy and other contributors [cph] (KaTeX JavaScript library) Maintainer: Jeroen Ooms