me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-relenc.

* gnu/packages/tex.scm (texlive-relenc): New variable.
master
Nicolas Goaziou 2023-08-29 15:59:42 +02:00
parent 814acac8de
commit 36c9445932
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -93903,6 +93903,28 @@ say, a pre-silicon test environment.")
number of such registers.") number of such registers.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-relenc
(package
(name "texlive-relenc")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/relenc/"
"fonts/tfm/public/relenc/"
"fonts/vf/public/relenc/"
"source/latex/relenc/" "tex/latex/relenc/")
(base32
"1n712fg70rsxw3y7yxi3ijwb5cdn78ylkfs0j5kxi8k73lzxjjkb")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/relenc")
(synopsis "Relaxed font encoding")
(description
"This LaTeX package provides a relaxed font encoding to make available to
a font designer more slots for insertion of ligatures and accented
characters.")
(license license:lppl1.0+)))
;;; ;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar ;;; of a merge conflict, place them above by existing packages with similar