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

texlive-datax 2025.2

Import individual data from script files

This LaTeX package uses pgfkeys to retrieve individual data points generated in some script. Analogous to how one might generate graphics in a script and import those graphics into a LaTeX document.

Installation

Install texlive-datax 2025.2 as follows:

guix install texlive-datax@2025.2

Or install the latest version:

guix install texlive-datax

The texlive-datax 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-datax: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.