mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Add texlive-adobemapping.
* gnu/packages/tex.scm (texlive-adobemapping): New variable.
This commit is contained in:
parent
f2943958a2
commit
451c158aa6
1 changed files with 17 additions and 0 deletions
|
@ -1306,6 +1306,23 @@ (define-public texlive-adhocfilelist
|
|||
controlling the searches that the package does.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-adobemapping
|
||||
(package
|
||||
(name "texlive-adobemapping")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "fonts/cmap/adobemapping/")
|
||||
(base32
|
||||
"1yvf74mlmxmnq9m0wvda9xcna8xnn382bbrzizzjm5w7bk8c4g98")))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/adobemapping")
|
||||
(synopsis "Adobe CMap and PDF mapping files")
|
||||
(description
|
||||
"The package comprises the collection of CMap and PDF mapping files made
|
||||
available for distribution by Adobe.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public texlive-afm2pl
|
||||
(package
|
||||
(name "texlive-afm2pl")
|
||||
|
|
Loading…
Reference in a new issue