gnu: Add texlive-luamathalign.

* gnu/packages/tex.scm (texlive-luamathalign): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-26 14:56:53 +02:00
parent a37a87ddf1
commit 3f57677d26
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16626,6 +16626,27 @@ (define-public texlive-lualinalg
modified or extended by writing custom Lua programs.")
(license license:lppl1.3c)))
(define-public texlive-luamathalign
(package
(name "texlive-luamathalign")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/lualatex/luamathalign/"
"source/lualatex/luamathalign/"
"tex/lualatex/luamathalign/")
(base32
"0lj5lc6s30l9k83xrwfjva0v7c9ajv22ybsaz07hadgj17fxqbdn")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/luamathalign")
(synopsis "More flexible alignment in @code{amsmath} environments")
(description
"This package allows aligning mathematical expressions on points where
directly using @samp{&} is not possible, especially in nested macros or
environments.")
(license license:lppl1.3c)))
(define-public texlive-babel-czech
(package
(name "texlive-babel-czech")