gnu: Add texlive-minim.

* gnu/packages/tex.scm (texlive-minim): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-26 15:04:01 +02:00
parent dba39aa3f8
commit 1529c8d732
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16977,6 +16977,29 @@ (define-public texlive-lutabulartools
@code{booktabs} package.")
(license license:expat)))
(define-public texlive-minim
(package
(name "texlive-minim")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/luatex/minim/" "tex/luatex/minim/")
(base32
"056jp5rx9rhwshhzif58kx832jv1f1xw7zj1gh17g7zbyqzbc003")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/minim")
(synopsis "Modern plain format for the LuaTeX engine")
(description
"This is a modern plain format for the LuaTeX engine, adding improved
low-level support for many LuaTeX extensions and newer PDF features. While it
can be used as drop-in replacement for plain TeX, it probably is most useful
as a basis for your own formats. Most features included in the format are
provided by separate packages that can be used on their own; this package
contains only their shared lowest-level programming interface, along with
their combined format.")
(license license:eupl1.2)))
(define-public texlive-babel-czech
(package
(name "texlive-babel-czech")