Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

tinytex (version 0.48)

check_installed: Check if certain LaTeX packages are installed

Description

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.

Usage

check_installed(pkgs)

Value

A logical vector indicating if packages specified in pkgs are installed.

Arguments

pkgs

A character vector of LaTeX package names.

Examples

Run this code
if (FALSE) { # interactive()
tinytex::check_installed('framed')
}

Run the code above in your browser using DataLab