gnu: Add texlive-addliga.

* gnu/packages/tex.scm (texlive-addliga): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-26 14:22:58 +02:00
parent 3f8b75b35c
commit 7977913c25
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -14819,6 +14819,26 @@ (define-public texlive-grfext
graphics file extensions recognised by package @code{graphics}.")
(license license:lppl1.3c+)))
(define-public texlive-addliga
(package
(name "texlive-addliga")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/lualatex/addliga/"
"tex/lualatex/addliga/")
(base32
"1gbdbwskba1rf3bmvwms3i3crj3dcqqg69wdzfdyy1a6ml05qpc7")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/addliga")
(synopsis "Access basic ligatures in legacy TrueType fonts")
(description
"This small and simple package allows LuaLaTeX users to access basic
ligatures (ff, fi, ffi, fl, ffl) in legacy TrueType fonts (those
lacking a liga table) accessed via @code{fontspec}.")
(license license:public-domain)))
(define-public texlive-adjustbox
(package
(name "texlive-adjustbox")