gnu: Add texlive-ucharclasses.

* gnu/packages/tex.scm (texlive-ucharclasses): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-19 15:53:18 +02:00
parent e099105bf8
commit 0c77a0fd60
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7176,6 +7176,27 @@ (define-public texlive-tufte-latex
and books created by Edward Tufte.")
(license license:asl2.0)))
(define-public texlive-ucharclasses
(package
(name "texlive-ucharclasses")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xelatex/ucharclasses/"
"tex/xelatex/ucharclasses/")
(base32
"0pgzs730zqmcck693i7fq771p7szq6nqdxb9w8dy6l2b4zdql14m")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ucharclasses")
(synopsis "Font actions in XeTeX according to what is being processed")
(description
"The package takes care of switching fonts when you switch from one
Unicode block to another in the text of a document. This way, you can write
a document with no explicit font selection, but a series of rules of the form
``when entering block ..., switch font to use ...''.")
(license license:public-domain)))
(define-public texlive-currfile
(package
(name "texlive-currfile")