Package: parseLatex Type: Package Title: Parse 'LaTeX' Code Version: 0.4.2 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, testthat (>= 3.0.0) Imports: utils Depends: R (>= 4.1.0) Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 VignetteBuilder: knitr SystemRequirements: gettext, bison (>= 3.0) Config/testthat/edition: 3 Repository: https://dmurdoch.r-universe.dev Date/Publication: 2025-07-15 11:20:43 UTC RemoteUrl: https://github.com/dmurdoch/parselatex RemoteRef: HEAD RemoteSha: ebb86bcd2c3eae4e638081380224c7b4199dcfd2 NeedsCompilation: yes Packaged: 2026-06-17 10:07:35 UTC; root Author: Duncan Murdoch [aut, cre], The R Core Team [ctb, cph] Maintainer: Duncan Murdoch