Package: gridmicrotex
Title: Native 'LaTeX' Math Rendering for Grid Graphics
Version: 0.1.0
Authors@R: c(
    person("Alim", "Dayim", role = c("aut", "cre"),
           email = "ad938@cam.ac.uk",
           comment = c(ORCID = "0000-0001-9998-7463")),
    person("Nano", "Michael", role = "cph",
           comment = "Author of included 'MicroTeX' library"),
    person(family = "Bundled math font authors", role = "cph",
           comment = "See inst/COPYRIGHTS for the full list of authors of the bundled math fonts."))
Description: Renders 'LaTeX' math equations as native R grid graphics objects
    (grobs) using the 'MicroTeX' 'C++' library as the layout engine. Produces
    resolution-independent vector output that works on any R graphics device,
    with no external 'LaTeX' installation required. Markdown labels and block
    documents that mix prose formatting with math are also rendered, for use
    with both 'grid' and 'ggplot2'.
License: MIT + file LICENSE
Encoding: UTF-8
SystemRequirements: C++17, FreeType (>= 2.9), pkg-config, FriBidi
        (optional)
Depends: R (>= 4.2.0)
LinkingTo: Rcpp, systemfonts
Imports: commonmark, grDevices, grid, Rcpp, systemfonts, tools, utils,
        xml2
Suggests: ggplot2 (>= 4.0.0), grImport2, jpeg, knitr, png, ragg,
        rmarkdown, rsvg, S7, svglite, testthat (>= 3.0.0), textshaping,
        vdiffr
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://github.com/adayim/gridmicrotex,
        https://adayim.github.io/gridmicrotex/
BugReports: https://github.com/adayim/gridmicrotex/issues
RoxygenNote: 7.3.3
NeedsCompilation: yes
Packaged: 2026-08-20 09:05:14 UTC; alim
Author: Alim Dayim [aut, cre] (ORCID: <https://orcid.org/0000-0001-9998-7463>),
  Nano Michael [cph] (Author of included 'MicroTeX' library),
  Bundled math font authors [cph] (See inst/COPYRIGHTS for the full list
    of authors of the bundled math fonts.)
Maintainer: Alim Dayim <ad938@cam.ac.uk>
Repository: CRAN
Date/Publication: 2026-08-21 14:10:17 UTC
