ngz pushed a commit to branch master
in repository guix.

commit 2b95055e2cf515fb1f3799a5c4276e29f1013e63
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 10:42:49 2023 +0200

    gnu: Add texlive-adfsymbols.
    
    * gnu/packages/tex.scm (texlive-adfsymbols): New variable.
---
 gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ba24a334d1..ff95c55401 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1508,6 +1508,30 @@ adaptation for working with Babel.")
 with TeX and LaTeX support files.")
     (license (list license:lppl license:gpl2+))))
 
+(define-public texlive-adfsymbols
+  (package
+    (name "texlive-adfsymbols")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/adfsymbols/"
+                   "fonts/afm/arkandis/adfsymbols/"
+                   "fonts/enc/dvips/adfsymbols/"
+                   "fonts/map/dvips/adfsymbols/"
+                   "fonts/tfm/arkandis/adfsymbols/"
+                   "fonts/type1/arkandis/adfsymbols/"
+                   "tex/latex/adfsymbols/")
+             (base32
+              "188is31d2zcd8kk339x4wvhhm98gbfkvq6pi25d9mva4vz3w1vf5")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/adfsymbols";)
+    (synopsis "SymbolsADF with TeX and LaTeX support")
+    (description
+     "The package provides Arkandis foundry's ArrowsADF and BulletsADF fonts
+in Adobe Type 1 format, together with TeX and LaTeX support files.")
+    (license (list license:lppl license:gpl2))))
+
 (define-public texlive-adhocfilelist
   (package
     (name "texlive-adhocfilelist")

Reply via email to