Package: parseLatex Type: Package Title: Parse 'LaTeX' Code Version: 0.4.4 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) VignetteBuilder: knitr SystemRequirements: gettext, bison (>= 3.0) Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Repository: https://dmurdoch.r-universe.dev Date/Publication: 2026-07-18 16:45:07 UTC RemoteUrl: https://github.com/dmurdoch/parselatex RemoteRef: HEAD RemoteSha: 21b5c22bd54a97f89e073304abaa8726c0f2eca3 NeedsCompilation: yes Packaged: 2026-07-18 17:42:46 UTC; root Author: Duncan Murdoch [aut, cre], The R Core Team [ctb, cph] Maintainer: Duncan Murdoch