texlive-sqltex
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.
- Versions: 2025.2
- Website: https://ctan.org/pkg/sqltex
- Licenses: LPPL (any version)
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of texlive-sqltex as follows:
guix install texlive-sqltex
Or install a particular version:
guix install texlive-sqltex@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-sqltex about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/texlive-sqltex'><img src='https://packages.guix.gnu.org/packages/texlive-sqltex/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/texlive-sqltex)
Example Org:
[[https://packages.guix.gnu.org/packages/texlive-sqltex][https://packages.guix.gnu.org/packages/texlive-sqltex/badges/latest-version.svg]]