tl_pkgs: List the names of installed TeX Live packages

View source: R/tlmgr.R

tl_pkgsR Documentation

List the names of installed TeX Live packages

Description

Calls tlmgr info --list --data name to obtain the names of all (installed) TeX Live packages. Platform-specific strings in package names are removed, e.g., "tex" is returned for the package tex.x86_64-darwin.

Usage

tl_pkgs(only_installed = TRUE)

Arguments

only_installed

Whether to list installed packages only.

Value

A character vector of package names.


tinytex documentation built on Nov. 23, 2023, 1:10 a.m.