Package: parseLatex
Type: Package
Title: Parse 'LaTeX' Code
Version: 0.3.0
Authors@R: c(
    person(
      "Duncan", "Murdoch",
      email = "murdoch.duncan@gmail.com",
      role = c("aut", "cre")
    ),
    person("The R Core Team", role = c("ctb", "cph"))
  )
Description: Exports an enhanced version of the tools::parseLatex()
    function to handle 'LaTeX' syntax more accurately.  Also
    includes numerous functions for searching and modifying
    'LaTeX' source.
License: GPL (>= 2)
Encoding: UTF-8
URL: https://github.com/dmurdoch/parseLatex,
        https://dmurdoch.github.io/parseLatex/
BugReports: https://github.com/dmurdoch/parseLatex/issues
Suggests: kableExtra, knitr, rmarkdown
Imports: utils
RoxygenNote: 7.3.2
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2025-02-20 15:30:01 UTC; murdoch
Author: Duncan Murdoch [aut, cre],
  The R Core Team [ctb, cph]
Maintainer: Duncan Murdoch <murdoch.duncan@gmail.com>
Repository: CRAN
Date/Publication: 2025-02-20 16:30:02 UTC
