This package browser is in early development. Mind the rough edges.

texlive-tracklang 2025.2

Language and dialect tracker

The tracklang package is provided for package developers who want a simple interface to find out which languages the user has requested through packages such as babel or polyglossia. This package does not provide any translations! Its purpose is simply to track which languages have been requested by the user. Generic TeX code is in tracklang.tex for non-LaTeX users.

Installation

Install texlive-tracklang 2025.2 as follows:

guix install texlive-tracklang@2025.2

Or install the latest version:

guix install texlive-tracklang

The texlive-tracklang package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install texlive-tracklang:doc

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.