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

stex 1.2.2-2.afa6075

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 stex 1.2.2-2.afa6075 as follows:

guix install stex@1.2.2-2.afa6075

Or install the latest version:

guix install stex

The stex package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install stex: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.