Kamis, 16 November 2023

TexLive Command Prompt

command ; description

Typing this following command in Command Prompt Line:

tlmgr -?, --help ; Show this help message

tlmgr repository list ; List of repositories (usually online) location.

tlmgr install PACKAGE_NAME ; By default all packages on which the given package is dependent are also installed.

tlmgr install --file FILE ; Install packages from the the package files given on the command line. These files must be standard TeX Live package files (with contained tlpobj file).

tlmgr check PACKAGE_NAME -v ; Check info of installed package ( not all version ). For several version this command to check tlmgr version and the tools.

other additional options/arguments of tlmgr check PACKAGE_NAME:

--version ; Show version information and exit.

other command :

kpsewhich PACKAGE_NAME.sty ; To check if a package is installed and output the path.

TexLive Package Manager Info

tlmgr (TexLive Package manager command) actions "show" and "list" are merged into "info" action,  but are still supported for backward compatibility.

tlmgr info ; With no argument, lists all packages available at the package repository.

other additional options/argument of tlmgr info for list:

--list PACKAGE_NAME ; List the package information, including those for platform-specific dependencies, to check if a package is installed and given with schemes and collections, their dependencies.

--list --data name ; List the package names only.

--only-installed       ;   If this option is given, the installation source will not be used; only locally installed packages, collections, or schemes are listed.

other command example of tlmgr info:

tlmgr info PACKAGE_NAME ; Other alternative for shorter information.

tlmgr info PACKAGE_NAME --only-installed ; Other alternative for shorter information and check for local installed packages only.

Bibliography

https://www.utah.edu/ ( university )
https://www.asu.edu/ ( university )

Tidak ada komentar:

Posting Komentar

Various Other Posts