guix-commits
[Top][All Lists]
Advanced

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

72/296: gnu: Add texlive-ftc-notebook.


From: guix-commits
Subject: 72/296: gnu: Add texlive-ftc-notebook.
Date: Thu, 24 Aug 2023 05:20:04 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 4dc947a823427e0ae60c79cf6b6aace653fd8f36
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:40:18 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4f4efe9146..576c902cdd 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -14237,6 +14237,28 @@ Its aim is to provide a French translation of terms 
and words used in
 algorithms to make it integrate seamlessly in a French written document.")
     (license license:lppl1.3c)))
 
+(define-public texlive-ftc-notebook
+  (package
+    (name "texlive-ftc-notebook")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ftc-notebook/"
+                   "tex/latex/ftc-notebook/")
+             (base32
+              "068fc2wisryvgr8zqmkiwnyrrh5rmmw5njl41rn70bvv9qdgh31y")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ftc-notebook";)
+    (synopsis "Typeset FIRST Tech Challenge (FTC) notebooks")
+    (description
+     "This LaTeX package will greatly simplify filling entries for your FIRST
+Tech Challenge (FTC) engineering or outreach notebook.  We developed this
+package to support most frequently used constructs encountered in an FTC
+notebook: meetings, tasks, decisions with pros and cons, tables, figures with
+explanations, team stories and bios, and more.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-functan
   (package
     (name "texlive-functan")



reply via email to

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