gnu: Add texlive-ucharclasses.
* gnu/packages/tex.scm (texlive-ucharclasses): New variable.
This commit is contained in:
parent
e099105bf8
commit
0c77a0fd60
@ -7176,6 +7176,27 @@ definition, or to define space-stripped macros.")
|
|||||||
and books created by Edward Tufte.")
|
and books created by Edward Tufte.")
|
||||||
(license license:asl2.0)))
|
(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
|
(define-public texlive-currfile
|
||||||
(package
|
(package
|
||||||
(name "texlive-currfile")
|
(name "texlive-currfile")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user