guix-commits
[Top][All Lists]
Advanced

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

13/243: gnu: Add texlive-around-the-bend.


From: guix-commits
Subject: 13/243: gnu: Add texlive-around-the-bend.
Date: Fri, 11 Aug 2023 08:45:25 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b1cd26e2b256e558b153c75be4aa0805f348f6be
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:01:44 2023 +0200

    gnu: Add texlive-around-the-bend.
    
    * gnu/packages/tex.scm (texlive-around-the-bend): 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 2ac188ff49..2d3f929792 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1639,6 +1639,25 @@ on indirect resources, such as log file analysis.  Arara 
requires a Java
 virtual machine.")
     (license license:bsd-3)))
 
+(define-public texlive-around-the-bend
+  (package
+    (name "texlive-around-the-bend")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/around-the-bend/")
+             (base32
+              "00nc6kx4ylz9g6vmjlgyjvmy1ls86pjblbcpm5z40wh5xl7l184f")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/around-the-bend";)
+    (synopsis "Typeset exercises in TeX, with answers")
+    (description
+     "This is a typeset version of the files of the @code{aro-bend}, plus
+three extra questions (with their answers) that Michael Downes didn't manage
+to get onto CTAN.")
+    (license license:lppl)))
+
 (define-public texlive-autoaligne
   (package
     (name "texlive-autoaligne")



reply via email to

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