mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add texlive-addliga.
* gnu/packages/tex.scm (texlive-addliga): New variable.
This commit is contained in:
parent
3f8b75b35c
commit
7977913c25
1 changed files with 20 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue