guix-commits
[Top][All Lists]
Advanced

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

144/243: gnu: Add texlive-proflycee.


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

ngz pushed a commit to branch master
in repository guix.

commit 9ffc717440932dd7c083c4ff6e80fb898e261d37
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 09:24:08 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c1dce7045c..f44adb1cd9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6869,6 +6869,25 @@ for 11-16 years olds.")
 drawings (using TikZ) for laboratory stuff.")
     (license license:lppl)))
 
+(define-public texlive-proflycee
+  (package
+    (name "texlive-proflycee")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/proflycee/"
+                   "tex/latex/proflycee/")
+             (base32
+              "0kvwdppbw4gmdfa90blgj1gxv03clfx21nahdgvzk9i2dyccfllv")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/proflycee";)
+    (synopsis "LaTeX package for French maths teachers in high school")
+    (description
+     "This package provides some commands to help French mathematics teachers
+for 15-18 years olds.")
+    (license license:lppl1.3c)))
+
 (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]