texlive-functional 2024.2
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.
- 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 texlive-functional 2024.2
as follows:
guix install texlive-functional@2024.2
Or install the latest version:
guix install texlive-functional
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.