texlive-gnuplottex 2025.2
Embed Gnuplot commands in LaTeX documents
This package allows you to include Gnuplot graphs in your LaTeX documents. The Gnuplot code is extracted from the document and written to .gnuplot files. Then, if shell escape is used, the graph files are automatically processed to graphics or LaTeX code files which will then be included in the document. If shell escape isn't used, the user will have to manually convert the files by running Gnuplot on the extracted .gnuplot files.
- Outputs:
doc,out - Website: https://ctan.org/pkg/gnuplottex
- Licenses: GPL 2
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-gnuplottex 2025.2 as follows:
guix install texlive-gnuplottex@2025.2
Or install the latest version:
guix install texlive-gnuplottex
The texlive-gnuplottex 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-gnuplottex: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.