guix-commits
[Top][All Lists]
Advanced

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

48/243: gnu: Add texlive-math-into-latex-4.


From: guix-commits
Subject: 48/243: gnu: Add texlive-math-into-latex-4.
Date: Fri, 11 Aug 2023 08:45:36 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 49af769e90875f772694bd8cac0eb61fb9a76746
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:21:12 2023 +0200

    gnu: Add texlive-math-into-latex-4.
    
    * gnu/packages/tex.scm (texlive-math-into-latex-4): New variable.
---
 gnu/packages/tex.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 01f80e0637..a210b96dbd 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4854,6 +4854,24 @@ inside the same directory.  This document is not yet 
complete in content and
 format and may miss some macros.")
     (license license:lppl1.3c)))
 
+(define-public texlive-math-into-latex-4
+  (package
+    (name "texlive-math-into-latex-4")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/math-into-latex-4/")
+             (base32
+              "0k11j92h9hpxnyciczknhl83b05avc0rqdnwn82ssqi1k3qixibd")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/math-into-latex-4";)
+    (synopsis "Samples from @emph{(More) Math into LaTeX}, 4th Edition")
+    (description
+     "This package contains samples for the book @emph{(More) Math into LaTeX},
+4th edition.")
+    (license license:public-domain)))
+
 (define-public texlive-mathcommand
   (package
     (name "texlive-mathcommand")



reply via email to

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