gnu: Add texlive-stricttex.

* gnu/packages/tex.scm (texlive-stricttex): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-26 15:17:29 +02:00
parent dd53cac90e
commit 7dcb4e9e15
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13955,6 +13955,27 @@ (define-public texlive-standalone
without margins.")
(license license:lppl1.3+)))
(define-public texlive-stricttex
(package
(name "texlive-stricttex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/lualatex/stricttex/"
"tex/lualatex/stricttex/")
(base32
"1ddlcwj1bnj6zrkljkz3jywgri34f4g9gshbwd0lzz4nz03v82rv")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/stricttex")
(synopsis "Strictly balanced brackets and numbers in command names")
(description
"This is a small, LuaLaTeX-only package providing you with three,
sometimes useful features. It allows you to make brackets @samp{[...]}
strict, meaning that each @samp{[} must be balanced by a @samp{]}. It also
allows you to use numbers and primes in command names.")
(license license:lppl1.3c)))
(define-public texlive-siunitx
(package
(name "texlive-siunitx")