guix-commits
[Top][All Lists]
Advanced

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

29/243: gnu: Add texlive-knuth-errata.


From: guix-commits
Subject: 29/243: gnu: Add texlive-knuth-errata.
Date: Fri, 11 Aug 2023 08:45:30 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 6bb298557301bcb7457005a411e7b2e780e96cf4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:12:45 2023 +0200

    gnu: Add texlive-knuth-errata.
    
    * gnu/packages/tex.scm (texlive-knuth-errata): 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 cf36d1bfe2..7d408265fe 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4501,6 +4501,25 @@ using TikZ.  Though similar to the @code{karnaugh} 
macros, it provides
 a key-value system to customize Karnaugh maps and a proper LaTeX package.")
     (license license:lppl1.2+)))
 
+(define-public texlive-knuth-errata
+  (package
+    (name "texlive-knuth-errata")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/knuth-errata/")
+             (base32
+              "0rcyw7dqcwlnf9q421k017hrx5c0d9rra6rcr3n6wqmhxmdy5mn9")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/knuth-errata";)
+    (synopsis "Knuth's published errata")
+    (description
+     "These files record details of problems reported in Knuth's Computers and
+Typesetting series of books, for the Computer Modern fonts, and for TeX,
+Metafont and related programs.")
+    (license license:knuth)))
+
 (define-public texlive-kvmap
   (package
     (name "texlive-kvmap")



reply via email to

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