guix-commits
[Top][All Lists]
Advanced

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

75/245: gnu: Add texlive-emf.


From: guix-commits
Subject: 75/245: gnu: Add texlive-emf.
Date: Sun, 30 Jul 2023 13:46:40 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 3c9990faa493dbb57211fadf30e44407106f9a19
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:52:39 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5fc2761762..e52aceb67a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3326,6 +3326,26 @@ appropriate for drawing for school materials.  The 
circuit symbols accord to
 the various parts of the standard IEC 617.")
     (license license:lppl)))
 
+(define-public texlive-emf
+  (package
+    (name "texlive-emf")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/emf/" "tex/latex/emf/")
+             (base32
+              "1w1wrvb2agq8vw2n8qg0mj3as09nygaxvjj6ji90qd865fj7lwzl")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/emf";)
+    (synopsis "Support for the EMF symbol")
+    (description
+     "This package provides LaTeX support for the symbol for the EMF in
+electric circuits and electrodynamics.  It provides support for multiple
+symbols but does not provide any fonts.  The fonts themselves must be acquired
+otherwise.")
+    (license license:gpl3)))
+
 (define-public texlive-bibtex8
   (package
     (name "texlive-bibtex8")



reply via email to

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