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

texlive-version 2025.2

Conditionally include text

This package defines macros \includeversion{NAME} and \excludeversion{NAME}, each of which defines an environment NAME whose text is to be included or excluded from compilation.

Although the command syntax is very similar to that of comment, comment.sty is to be preferred to version.sty for documents where significant chunks of text may be excluded.

Installation

Install texlive-version 2025.2 as follows:

guix install texlive-version@2025.2

Or install the latest version:

guix install texlive-version

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