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

texlive-filecontents

Create an external file from within a LaTeX document

LaTeX2e's filecontents and filecontents* environments enable a LaTeX source file to generate external files as it runs through LaTeX. However, there are two limitations of these environments: they refuse to overwrite existing files, and they can only be used in the preamble of a document. The filecontents package removes these limitations, letting you overwrite existing files and letting you use filecontents filecontents* anywhere.

Installation

Install the latest version of texlive-filecontents as follows:

guix install texlive-filecontents

Or install a particular version:

guix install texlive-filecontents@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-filecontents about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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