guix-commits
[Top][All Lists]
Advanced

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

67/243: gnu: Add texlive-texbytopic.


From: guix-commits
Subject: 67/243: gnu: Add texlive-texbytopic.
Date: Fri, 11 Aug 2023 08:45:41 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 72640f773a7160b445df8cc5214aaaa7b11c311a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:27:53 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bb0e6ee6df..3a0c8d3630 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25527,6 +25527,26 @@ DocBook/XML source format.")
 ITI VPAT(R) guidelines.")
     (license license:cc-by3.0)))
 
+(define-public texlive-texbytopic
+  (package
+    (name "texlive-texbytopic")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/plain/texbytopic/")
+             (base32
+              "0pnh1hsd6k434c8i1xdjq3ywrwylmryrsl86d6h7i1cnmzz4pwlx")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/texbytopic";)
+    (synopsis "@emph{TeX by Topic} book")
+    (description
+     "@emph{TeX by Topic} is a book originally published by Addison-Wesley.
+It describes itself as ``a TeXnician's reference'', and covers the way
+TeX (the engine) works in as much detail as most ordinary TeX programmers will
+ever need to know.")
+    (license license:fdl1.3+)))
+
 (define-public texlive-threeparttable
   (package
     (name "texlive-threeparttable")



reply via email to

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