guix-commits
[Top][All Lists]
Advanced

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

193/243: gnu: Add texlive-voss-mathcol.


From: guix-commits
Subject: 193/243: gnu: Add texlive-voss-mathcol.
Date: Fri, 11 Aug 2023 08:46:17 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 52c20ceb755842c6ba9c2ec0b8afc7ab699f461e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:07:17 2023 +0200

    gnu: Add texlive-voss-mathcol.
    
    * gnu/packages/tex.scm (texlive-voss-mathcol): 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 f59e9ae8f3..4bdecd379c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -36966,6 +36966,26 @@ fonts:
 @end itemize")
     (license license:lppl1.3c+)))
 
+(define-public texlive-voss-mathcol
+  (package
+    (name "texlive-voss-mathcol")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/voss-mathcol/")
+             (base32
+              "1c7kzk2m2i8f6vqywnzfvcmv11ckanhcjxf72p4rgivw8f0lbwjm")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/voss-mathcol";)
+    (synopsis "Typesetting mathematics in colour, in (La)TeX")
+    (description
+     "This is a short paper from the TeXnische Komodie, in German.  Since the
+body of the paper is dominated by clear LaTeX coding examples, most LaTeX
+programmers will understand how to achieve the results shown in the diagrams,
+even if they don't understand German.")
+    (license license:lppl)))
+
 (define-public texlive-xifthen
   (package
     (name "texlive-xifthen")



reply via email to

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