ngz pushed a commit to branch master
in repository guix.

commit 2e54bebc6aaf52944ba312179bb8bc0a83d46366
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Aug 15 12:19:56 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 336c2080e1..57557a3747 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13471,6 +13471,23 @@ problems in typesetting Japanese.  A manual (in both 
Japanese and English) is
 distributed as package @code{pTeX-manual}.")
     (license license:bsd-3)))
 
+(define-public texlive-ptex-base
+  (package
+    (name "texlive-ptex-base")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/ptex/ptex-base/" "tex/ptex/ptex-base/")
+             (base32
+              "0hfccpsfpj56v97056k77lyb09az7m24m8klf1n2v0a7kqdc1fv6")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ptex-base";)
+    (synopsis "Plain TeX format for pTeX and e-pTeX")
+    (description
+     "The bundle contains the plain TeX format for pTeX and e-pTeX.")
+    (license license:bsd-3)))
+
 (define-public texlive-ptex-fonts
   (package
     (name "texlive-ptex-fonts")

Reply via email to