guix-commits
[Top][All Lists]
Advanced

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

184/245: gnu: Add texlive-rec-thy.


From: guix-commits
Subject: 184/245: gnu: Add texlive-rec-thy.
Date: Sun, 30 Jul 2023 13:47:01 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2e3885e142e88b7f0fa5f81ea1a4b7b5057d66d8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:43:41 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 46cb2f6ca7..2c3e33a3c4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5766,6 +5766,27 @@ systems, with Weyl chambers, weight lattices, and 
parabolic subgroups.")
 for typesetting homework assignments, and formula cheat sheets for exams.")
     (license license:lppl1.3c)))
 
+(define-public texlive-rec-thy
+  (package
+    (name "texlive-rec-thy")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/rec-thy/" "tex/latex/rec-thy/")
+             (base32
+              "1hnh371kvp2m98gg01cnqqia8gp6m0rvblff53sq86ihcij8ifz9")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/rec-thy";)
+    (synopsis "Commands to typeset recursion theory papers")
+    (description
+     "This package is designed to help mathematicians publishing papers in the
+area of recursion theory (aka Computability Theory) easily use standard
+notation.  This includes easy commands to denote Turing reductions, Turing
+functionals, c.e.@: sets, stagewise computations, forcing and syntactic
+classes.")
+    (license license:public-domain)))
+
 (define-public texlive-bibtex8
   (package
     (name "texlive-bibtex8")



reply via email to

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