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
VignetteBuilder: knitr
Suggests: knitr, rmarkdown
NeedsCompilation: no
Packaged: 2024-09-28 12:42:06 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>),
  Khan Academy and other contributors [cph] (KaTeX JavaScript library)
Maintainer: Jeroen Ooms <jeroenooms@gmail.com>
Repository: CRAN
Date/Publication: 2024-09-29 09:20:02 UTC
Built: R 4.4.3; ; 2025-10-13 08:59:59 UTC; windows
