_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
texlive-luaprogtable 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/luaprogtable
Licenses: Expat
Synopsis: Programmable table interface for LuaLaTeX
Description:

This package allows you to modify a cell based on the contents of other cells using LaTeX macros.

texlive-luamathalign 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/luamathalign
Licenses: LPPL 1.3c
Synopsis: More flexible alignment in @code{amsmath} environments
Description:

This package allows aligning mathematical expressions on points where directly using & is not possible, especially in nested macros or environments.

texlive-lua-tinyyaml 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/lua-tinyyaml
Licenses: Expat
Synopsis: Tiny YAML (subset) parser in pure Lua
Description:

This package provides a YAML (subset) parser written in pure Lua. It supports a subset of the YAML 1.2 specifications.

texlive-lua-physical 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/lua-physical
Licenses: Expat
Synopsis: Functions and objects for the computation of physical quantities
Description:

This is a pure Lua library, which provides functions and objects for the computation of physical quantities. The package provides units of the SI and the imperial system. In order to display the numbers with measurement uncertainties, the package is able to perform Gaussian error propagation.

texlive-luatodonotes 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/luatodonotes
Licenses: LPPL 1.2+
Synopsis: Add editing annotations in a LuaLaTeX document
Description:

The package allows the user to insert comments into a document that suggest (for example) further editing that may be needed. The comments are shown in the margins alongside the text; different styles for the comments may be used; the styles are selected using package options. The package is based on the package todonotes, and depends heavily on Lua, so it can only be used with LuaLaTeX.

texlive-luajittex-bin 2025.2
Dependencies: fontconfig-minimal@2.14.0 harfbuzz@8.3.0 icu4c@73.1 libpng@1.6.39 libxt@1.3.1 zlib@1.3 zziplib@0.13.72
Propagated dependencies: texlive-libkpathsea@2025.2 texlive-scripts@2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/luajittex
Licenses: GPL 2
Synopsis: Binaries for @code{texlive-luajittex}
Description:

This package provides the binaries for texlive-luajittex.

texlive-luaimageembed 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/luaimageembed
Licenses: Expat
Synopsis: Embed images as base64-encoded strings
Description:

This package embeds images directly as base64-encoded strings into a LuaLaTeX document. This can be useful, e.g., to package a document with images into a single TeX file, or with automatically generated graphics.

texlive-lualatex-math 2025.2
Propagated dependencies: texlive-etoolbox@2025.2 texlive-filehook@2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/lualatex-math
Licenses: LPPL 1.3c
Synopsis: Fixes for mathematics-related LuaLaTeX issues
Description:

The package patches a few commands of the LaTeX2e kernel and the amsmath and mathtools packages to be more compatible with the LuaTeX engine. It is only meaningful for LuaLaTeX documents containing mathematical formulas, and does not exhibit any new functionality. The fixes are mostly moved from the unicode-math package to this package since they are not directly related to Unicode mathematics typesetting.

texlive-luatruthtable 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/luatruthtable
Licenses: LPPL 1.3c
Synopsis: Generate truth tables of boolean values in LuaLaTeX
Description:

This package provides an easy way for generating truth tables of boolean values in LuaLaTeX. The time required for operations is no issue while compiling with LuaLaTeX. The package supports nesting of commands for multiple operations. It can be modified or extended by writing custom lua programs. There is no need to install lua on users system as TeX distributions (TeX Live or MikTeX) come bundled with LuaLaTeX.

texlive-lua-uni-algos 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/lua-uni-algos
Licenses: LPPL 1.3+
Synopsis: Unicode algorithms for LuaTeX
Description:

Lua code working with Unicode data has to deal with quite some challenges. For example there are many canonically equivalent sequences which should be treated in the same way, and even identifying a single character becomes quite different once you have to deal with all kinds of combining characters, emoji sequences and syllables in different scripts. Therefore lua-uni-algos wants to build a collection of small libraries implementing algorithms to deal with lots of the details in Unicode, such that authors of LuaTeX packages can focus on their actual functionality instead of having to fight against the peculiarities of Unicode. Given that this package provides Lua modules, it is only useful in Lua(HB)TeX. Additionally, it expects an up-to-date version of the unicode-data package to be present. This package is intended for package authors only; no user-level functionality provided.

luajit-lua52-openresty 2.1-20201229
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/openresty/luajit2
Licenses: X11
Synopsis: OpenResty's Branch of LuaJIT 2
Description:

This is the official OpenResty branch of LuaJIT. It is not to be considered a fork, since changes are regularly synchronized from the upstream LuaJIT project. This package also enables the Lua 5.2 compat mode needed by some projects.

emacs-eval-in-repl-lua 0.9.7
Propagated dependencies: emacs-eval-in-repl@0.9.7 emacs-lua-mode@20221027-1.d074e41
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/kaz-yos/eval-in-repl
Licenses: Expat
Synopsis: One keybinding to communicate with REPLs
Description:

This package provides an ESS-like binding to send lines or regions to a REPL from Lua buffers.

texlive-lua-alt-getopt 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/lua-alt-getopt
Licenses: Expat
Synopsis: Process application arguments as @code{getopt_long}
Description:

This package provides a Lua module for processing application arguments in the same way as BSD/GNU getopt_long(3) functions do.

texlive-luahyphenrules 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/luahyphenrules
Licenses: LPPL 1.3+
Synopsis: Loading patterns in LuaLaTeX with @file{language.dat}
Description:

Preloading hyphenation patterns (or hyphen rules) into any format based upon LuaTeX is not required in LuaTeX and recent releases of Babel don't do it anyway. This package is addressed to those who just want to select the languages and load their patterns by means of language.dat without loading babel.

ghc-pandoc-lua-marshal 0.1.7
Dependencies: ghc-lua@2.2.1 ghc-hslua@2.2.1 ghc-hslua-marshalling@2.2.1 ghc-pandoc-types@1.22.2.1 ghc-safe@0.3.19
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/pandoc/pandoc-lua-marshal
Licenses: Expat
Synopsis: Use pandoc types in Lua
Description:

This package provides functions to marshal and unmarshal pandoc document types to and from Lua. . The values of most types are pushed to pandoc as "userdata" objects that wrap a stable pointer to the Haskell value; these objects come with methods to access and modify their properties. . Sequences are pushed as normal Lua tables, but are augmented with convenience functions.

texlive-lualatex-doc-de 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/lualatex-doc-de
Licenses: FDL 1.3+
Synopsis: Guide to LuaLaTeX (German translation)
Description:

The document is a German translation of the map/guide to the world of LuaLaTeX. Coverage supports both new users and package developers. Apart from the introductory material, the document gathers information from several sources, and offers links to others.

texlive-luapackageloader 2025.2
Propagated dependencies: texlive-iftex@2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/luapackageloader
Licenses: LPPL 1.3c
Synopsis: Allow LuaTeX to load external Lua packages
Description:

This package allows LuaTeX to load packages from the default package.path and package.cpath locations. This could be useful to load external Lua modules, including modules installed via LuaRocks.

texlive-lua-visual-debug 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/lua-visual-debug
Licenses: Expat
Synopsis: Visual debugging with LuaLaTeX
Description:

The package uses Lua code to provide visible indications of boxes, glues, kerns and penalties in the PDF output. The package is known to work in LaTeX and Plain TeX documents.

texlive-auto-pst-pdf-lua 2025.2
Propagated dependencies: texlive-iftex@2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/auto-pst-pdf-lua
Licenses: LPPL 1.3c
Synopsis: Using LuaLaTeX together with PostScript code
Description:

This package is a slightly modified version of auto-pst-pdf by Will Robertson, which itself is a wrapper for pst-pdf by Rolf Niepraschk. The package allows the use of LuaLaTeX together with PostScript related code, e.g., PSTricks.

texlive-lua-check-hyphen 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/lua-check-hyphen
Licenses: Expat
Synopsis: Mark hyphenations in a document, for checking
Description:

The package looks at all hyphenation breaks in the document, comparing them against a white-list prepared by the author. If a hyphenation break is found, for which there is no entry in the white-list, the package flags the line where the break starts. The author may then either add the hyphenation to the white-list, or adjust the document to avoid the break.

texlive-lua-placeholders 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/lua-placeholders
Licenses: LPPL 1.3c
Synopsis: Specifying placeholders for demonstration purposes
Description:

This package is meant for setting parameters in a LuaLaTeX document in a more programmatic way with YAML. Parameters can be specified by adding a ``recipe'' file. These recipe files describe the parameter's type, placeholders or default values. From thereon, the placeholders can be displayed in the document and an ``example'' document can be created. An ``actual copy'' document can be created by loading additional ``payload'' files, which all must correspond to a recipe file.

texlive-luamodulartables 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/luamodulartables
Licenses: LPPL 1.3c
Synopsis: Generate modular addition and multiplication tables
Description:

This package is developed to generate modular addition and multiplication tables for positive integers. It provides an easy way to generate modular addition and modular multiplication tables for positive integers in LaTeX documents. The commands in the package have optional arguments for the formatting of tables. These commands can be used in an environment similar to a tabular or array environment. The commands can also be used with the booktabs package, which provides nice formatting of tables in LaTeX.

texlive-lualatex-truncate 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/lualatex-truncate
Licenses: LPPL 1.3c
Synopsis: Wrapper for using the @code{truncate} package with LuaLaTeX
Description:

This package provides a wrapper for the truncate package, thus fixing issues related to LuaTeX's hyphenation algorithm.

texlive-collection-luatex 2025.2
Propagated dependencies: texlive-addliga@2025.2 texlive-addtoluatexpath@2025.2 texlive-auto-pst-pdf-lua@2025.2 texlive-barracuda@2025.2 texlive-bezierplot@2025.2 texlive-blopentype@2025.2 texlive-checkcites@2025.2 texlive-chickenize@2025.2 texlive-chinese-jfm@2025.2 texlive-cloze@2025.2 texlive-collection-basic@2025.2 texlive-combofont@2025.2 texlive-cstypo@2025.2 texlive-ctablestack@2025.2 texlive-ekdosis@2025.2 texlive-emoji@2025.2 texlive-emojicite@2025.2 texlive-enigma@2025.2 texlive-gitinfo-lua@2025.2 texlive-ideavault@2025.2 texlive-innerscript@2025.2 texlive-interpreter@2025.2 texlive-kanaparser@2025.2 texlive-ligtype@2025.2 texlive-linebreaker@2025.2 texlive-longmath@2025.2 texlive-lparse@2025.2 texlive-lt3luabridge@2025.2 texlive-lua-placeholders@2025.2 texlive-lua-tinyyaml@2025.2 texlive-lua-typo@2025.2 texlive-lua-uca@2025.2 texlive-lua-ul@2025.2 texlive-lua-uni-algos@2025.2 texlive-lua-visual-debug@2025.2 texlive-lua-widow-control@2025.2 texlive-luaaddplot@2025.2 texlive-luacas@2025.2 texlive-luacensor@2025.2 texlive-luacode@2025.2 texlive-luacolor@2025.2 texlive-luacomplex@2025.2 texlive-luagcd@2025.2 texlive-luahttp@2025.2 texlive-luahyphenrules@2025.2 texlive-luaimageembed@2025.2 texlive-luaindex@2025.2 texlive-luainputenc@2025.2 texlive-luakeys@2025.2 texlive-lualatex-math@2025.2 texlive-lualatex-truncate@2025.2 texlive-lualibs@2025.2 texlive-lualinalg@2025.2 texlive-luamathalign@2025.2 texlive-luamaths@2025.2 texlive-luamml@2025.2 texlive-luamodulartables@2025.2 texlive-luamplib@2025.2 texlive-luaoptions@2025.2 texlive-luaotfload@2025.2 texlive-luapackageloader@2025.2 texlive-luaplot@2025.2 texlive-luaprogtable@2025.2 texlive-luaquotes@2025.2 texlive-luarandom@2025.2 texlive-luaset@2025.2 texlive-luatbls@2025.2 texlive-luatex85@2025.2 texlive-luatexbase@2025.2 texlive-luatexko@2025.2 texlive-luatextra@2025.2 texlive-luatikz@2025.2 texlive-luatruthtable@2025.2 texlive-luavlna@2025.2 texlive-luaxml@2025.2 texlive-lutabulartools@2025.2 texlive-marginalia@2025.2 texlive-minim@2025.2 texlive-minim-math@2025.2 texlive-minim-mp@2025.2 texlive-minim-pdf@2025.2 texlive-minim-xmp@2025.2 texlive-newpax@2025.2 texlive-nodetree@2025.2 texlive-odsfile@2025.2 texlive-optex@2025.2 texlive-pdfarticle@2025.2 texlive-pdfextra@2025.2 texlive-penlight@2025.2 texlive-penlightplus@2025.2 texlive-piton@2025.2 texlive-placeat@2025.2 texlive-plantuml@2025.2 texlive-pyluatex@2025.2 texlive-scikgtex@2025.2 texlive-selnolig@2025.2 texlive-semesterplannerlua@2025.2 texlive-showhyphenation@2025.2 texlive-showkerning@2025.2 texlive-spacekern@2025.2 texlive-spelling@2025.2 texlive-stricttex@2025.2 texlive-sympycalc@2025.2 texlive-tango@2025.2 texlive-texfindpkg@2025.2 texlive-truthtable@2025.2 texlive-tsvtemplate@2025.2 texlive-typewriter@2025.2 texlive-unibidi-lua@2025.2 texlive-uninormalize@2025.2 texlive-yamlvars@2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://www.tug.org/texlive/
Licenses: FSF-free
Synopsis: LuaTeX packages
Description:

This is a collection of packages for LuaTeX, a TeX engine using Lua as an embedded scripting and extension language, with native support for Unicode, OpenType/TrueType fonts, and both PDF and DVI output. The LuaTeX engine itself, and plain formats, are in collection-basic.

Page: 1234567
Total results: 148