texlive-functional
Intuitive functional programming interface for LaTeX2
This package provides an intuitive functional programming interface for LaTeX2, which is an alternative choice to expl3
or LuaTeX, if you want to do programming in LaTeX. Although there are functions in LaTeX3 programming layer (expl3
), the evaluation of them is from outside to inside. With this package, the evaluation of functions is from inside to outside, which is the same as other programming languages such as Lua. In this way, it is rather easy to debug code too.
- Versions: 2024.2
- Website: https://ctan.org/pkg/functional
- Licenses: LPPL 1.3c
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of texlive-functional
as follows:
guix install texlive-functional
Or install a particular version:
guix install texlive-functional@2024.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
HTML: <a href='http://127.0.0.1:3000/packages/texlive-functional/'><img src='http://127.0.0.1:3000/packages/texlive-functional/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/texlive-functional/badges/latest-version.svg)](http://127.0.0.1:3000/packages/texlive-functional/) Org: [[http://127.0.0.1:3000/packages/texlive-functional/][http://127.0.0.1:3000/packages/texlive-functional/badges/latest-version.svg]]