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.
- Outputs:
doc
,out
- Website: https://ctan.org/pkg/version
- Licenses: FSF-free
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
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.