Check if certain LaTeX packages are installed
If a package has been installed in TinyTeX or TeX Live, the command
tlmgr info PKG
should return PKG
where PKG
is the
package name.
check_installed(pkgs)
pkgs |
A character vector of LaTeX package names. |
A logical vector indicating if packages specified in pkgs
are
installed.
This function only works with LaTeX distributions based on TeX Live, such as TinyTeX.
tinytex::check_installed('framed')
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.