mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: Add texlive-xetexfontinfo.
* gnu/packages/tex.scm (texlive-xetexfontinfo): New variable.
This commit is contained in:
parent
f07a9e22bd
commit
7af6070ecd
1 changed files with 19 additions and 0 deletions
|
@ -7461,6 +7461,25 @@ (define-public texlive-xetex-tibetan
|
|||
translate Tibetan to Unicode (range 0F00-0FFF).")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-xetexfontinfo
|
||||
(package
|
||||
(name "texlive-xetexfontinfo")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/xetex/xetexfontinfo/"
|
||||
"tex/xetex/xetexfontinfo/")
|
||||
(base32
|
||||
"0x1llikcvwlf74anmvaks73gvd99xha9dg49zh75dwki0nwisn2j")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/xetexfontinfo")
|
||||
(synopsis "Report font features in XeTeX")
|
||||
(description
|
||||
"This package provides a pair of documents to reveal the font features
|
||||
supported by fonts usable in XeTeX.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public texlive-currfile
|
||||
(package
|
||||
(name "texlive-currfile")
|
||||
|
|
Loading…
Reference in a new issue