guix-commits
[Top][All Lists]
Advanced

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

45/54: gnu: Add texlive-pxbase.


From: guix-commits
Subject: 45/54: gnu: Add texlive-pxbase.
Date: Wed, 16 Aug 2023 07:17:04 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d0aba39186599e5a605889612d31b7a1fa48f6be
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 13:00:47 2023 +0200

    gnu: Add texlive-pxbase.
    
    * gnu/packages/tex.scm (texlive-pxbase): 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 7209073ec2..6613f531c2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -15090,6 +15090,26 @@ for multistep processing, this script runs one of the 
pTeX-based programs
 followed by dvipdfmx.")
     (license license:gpl2)))
 
+(define-public texlive-pxbase
+  (package
+    (name "texlive-pxbase")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/platex/pxbase/" "tex/platex/pxbase/")
+             (base32
+              "0dq9d4ixddffjnzb73d2qacgzm27665hvq2gsfjqzikzaa70dahw")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/pxbase";)
+    (synopsis "Tools for use with (u)pLaTeX")
+    (description
+     "The main purpose of this package is to provide auxiliary functions which
+are utilized by other packages created by the same author.  It also provides
+a few user commands to assist in creating Japanese documents using
+@code{(u)pLaTeX.}")
+    (license license:expat)))
+
 (define-public texlive-pwebmac
   (package
     (name "texlive-pwebmac")



reply via email to

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