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

stex

LaTeX with embedded Scheme code and HTML generation

The stex package extends LaTeX with a handful of commands for including Scheme code (or pretty much any other kind of code, as long as you don't plan to use the Scheme-specific transcript support) in a document. It provides the programs scheme-prep and html-prep to convert stex documents to LaTeX and HTML, respectively, plus makefile templates, style files, and other resources. The stex system is used to typeset The Scheme Programming Language and the Chez Scheme User's Guix, among other documents.

Installation

Install the latest version of stex as follows:

guix install stex

Or install a particular version:

guix install stex@1.2.2-2.afa6075

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 stex about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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