guix-commits
[Top][All Lists]
Advanced

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

56/243: gnu: Add texlive-plain-doc.


From: guix-commits
Subject: 56/243: gnu: Add texlive-plain-doc.
Date: Fri, 11 Aug 2023 08:45:38 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f33a009aad0d0f65b3b287bb695052e3692e0a1f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:24:04 2023 +0200

    gnu: Add texlive-plain-doc.
    
    * gnu/packages/tex.scm (texlive-plain-doc): 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 d9599692aa..f22e7e0153 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13885,6 +13885,26 @@ using TikZ.")
 arts.")
     (license license:lppl1.3c)))
 
+(define-public texlive-plain-doc
+  (package
+    (name "texlive-plain-doc")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/plain/plain-doc/")
+             (base32
+              "062d6hg4npy57307avvyd2sdxnmyrh5ia2rdb17p6cx555k8zxwq")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/csname-doc";)
+    (synopsis "List of Plain TeX control sequence names")
+    (description
+     "The document constitutes a list of every control sequence
+name (@dfn{csname}) described in the TeXbook, together with an indication of
+whether the csname is a primitive TeX command, or is defined in
+@file{plain.tex}.")
+    (license license:public-domain)))
+
 (define-public texlive-pmgraph
   (package
     (name "texlive-pmgraph")



reply via email to

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