texlive-cluttex 2025.2
Automation tool for running LaTeX
This is another tool for the automation of LaTeX document processing, like latexmk or arara. The main feature of this tool is that it does not clutter your working directory with .aux or .log or other auxiliary files. It has of course the usual features of automation tools. It automatically re-runs (La)TeX for cross-references. MakeIndex, BibTeX, Biber, or makeglossaries will be executed if a corresponding option is set. Furthermore, cluttex can watch input files for changes (using an external program).
- Outputs:
doc,out - Website: https://ctan.org/pkg/cluttex
- Licenses: GPL 3+
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-cluttex 2025.2 as follows:
guix install texlive-cluttex@2025.2
Or install the latest version:
guix install texlive-cluttex
The texlive-cluttex 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-cluttex: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.