ngz pushed a commit to branch master
in repository guix.
commit 451c158aa6a164518a3607226350854b619defb1
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Aug 15 12:00:27 2023 +0200
gnu: Add texlive-adobemapping.
* gnu/packages/tex.scm (texlive-adobemapping): New variable.
---
gnu/packages/tex.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4c864b7b56..df5e36ce6c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1306,6 +1306,23 @@ adaptation for working with Babel.")
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")