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

texlive-sqltex 2025.2

SQL pre-processor for LaTeX

SQLTeX is a pre-processor that enables the use of SQL statements in LaTeX. The SQLTeX Perl script reads an input file containing the LaTeX source with SQL commands, and writes a LaTeX file in which the SQL commands have been replaced by the values from their execution. It is possible to select a field for substitution in your LaTeX document, or to be used as input in another SQL command. The default is to use MySQL databases, but Pg, Sybase, Oracle, Ingres, mSQL and PostgreSQL are also supported.

Installation

Install texlive-sqltex 2025.2 as follows:

guix install texlive-sqltex@2025.2

Or install the latest version:

guix install texlive-sqltex

The texlive-sqltex 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-sqltex: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.