guix-commits
[Top][All Lists]
Advanced

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

239/245: gnu: Add texlive-xymtex.


From: guix-commits
Subject: 239/245: gnu: Add texlive-xymtex.
Date: Sun, 30 Jul 2023 13:47:31 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 63cb61255cc21bd68d1c9a30bf946b53748ab275
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 17:00:06 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b2e6cc6570..5e1c6c97e9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6922,6 +6922,27 @@ These arrows are usually used to give explanations 
concerning the mathematical
 calculus presented.")
     (license license:lppl1.3+)))
 
+(define-public texlive-xymtex
+  (package
+    (name "texlive-xymtex")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/xymtex/"
+                   "source/latex/xymtex/"
+                   "tex/latex/xymtex/")
+             (base32
+              "0xj8q4l2xv69sqdqkr4cqzldhnqxfymm0avhc220pl3q74cabh0b")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/xymtex";)
+    (synopsis "Typesetting chemical structures")
+    (description
+     "XyMTeX is a set of packages for drawing a wide variety of chemical
+structural formulas in a way that reflects their structure.  The package
+provides three output modes: LaTeX, PostScript and PDF.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-bibtex8
   (package
     (name "texlive-bibtex8")



reply via email to

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