diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-15 12:00:27 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-15 12:00:27 +0200 |
commit | 451c158aa6a164518a3607226350854b619defb1 (patch) | |
tree | 970482e174a90604af0eadafc8a8f78e54606ffc | |
parent | f2943958a224beda05a3d040876df2a7285cd7a2 (diff) |
gnu: Add texlive-adobemapping.
* gnu/packages/tex.scm (texlive-adobemapping): New variable.
-rw-r--r-- | gnu/packages/tex.scm | 17 |
1 files changed, 17 insertions, 0 deletions
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") |