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

texlive-gnuplottex

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.

Installation

Install the latest version of texlive-gnuplottex as follows:

guix install texlive-gnuplottex

Or install a particular version:

guix install texlive-gnuplottex@2025.2

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.

Badge code

You can use the following badge to inform users of texlive-gnuplottex about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/texlive-gnuplottex'><img src='https://packages.guix.gnu.org/packages/texlive-gnuplottex/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/texlive-gnuplottex/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/texlive-gnuplottex)

Example Org:

[[https://packages.guix.gnu.org/packages/texlive-gnuplottex][https://packages.guix.gnu.org/packages/texlive-gnuplottex/badges/latest-version.svg]]