guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

166/306: gnu: Add texlive-ifsym.


From: guix-commits
Subject: 166/306: gnu: Add texlive-ifsym.
Date: Mon, 21 Aug 2023 10:36:12 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7ad664d771aa249e8afbe91101a8604c70d3e79d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:26:27 2023 +0200

    gnu: Add texlive-ifsym.
    
    * gnu/packages/tex.scm (texlive-ifsym): 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 c8cf1b9184..78c0261a22 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -14710,6 +14710,30 @@ which are called indices locorum citatorum.  It relies 
on a specific
 files.")
     (license license:expat)))
 
+(define-public texlive-ifsym
+  (package
+    (name "texlive-ifsym")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/ifsym/"
+                   "fonts/source/public/ifsym/"
+                   "fonts/tfm/public/ifsym/" "tex/latex/ifsym/")
+             (base32
+              "07r16sgqc65wf8c8ijgmnmwq50yrlvjlmzbnk0czgnwqrbdz642g")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (native-inputs (list texlive-metafont))
+    (home-page "https://ctan.org/pkg/ifsym";)
+    (synopsis "Collection of symbols")
+    (description
+     "This package provides a set of symbol fonts, written in Metafont, 
offering
+(respectively) clock-face symbols, geometrical symbols, weather symbols,
+mountaineering symbols, electronic circuit symbols and a set of miscellaneous
+symbols.  A LaTeX package is provided, that allows the user to load only those
+symbols needed in a document.")
+    (license license:lppl1.0+)))
+
 (define-public texlive-ijqc
   (package
     (name "texlive-ijqc")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]