guix-commits
[Top][All Lists]
Advanced

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

143/243: gnu: Add texlive-proflabo.


From: guix-commits
Subject: 143/243: gnu: Add texlive-proflabo.
Date: Fri, 11 Aug 2023 08:46:01 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e53575f73f37645135431104c440a7872fe74031
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 09:23:54 2023 +0200

    gnu: Add texlive-proflabo.
    
    * gnu/packages/tex.scm (texlive-proflabo): 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 6740c822c4..c1dce7045c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6851,6 +6851,24 @@ filtrations (calligraphic).")
 for 11-16 years olds.")
     (license license:lppl1.3c)))
 
+(define-public texlive-proflabo
+  (package
+    (name "texlive-proflabo")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/proflabo/" "tex/latex/proflabo/")
+             (base32
+              "0208sjybqgvd7xrrnc49d31cpvd0bfjyjamfsyzi6yb0fhsxd7x7")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/proflabo";)
+    (synopsis "Draw laboratory equipment")
+    (description
+     "This package was developed to help French chemistry teachers to create
+drawings (using TikZ) for laboratory stuff.")
+    (license license:lppl)))
+
 (define-public texlive-proof-at-the-end
   (package
     (name "texlive-proof-at-the-end")



reply via email to

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