guix-commits
[Top][All Lists]
Advanced

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

172/296: gnu: Add texlive-ptptex.


From: guix-commits
Subject: 172/296: gnu: Add texlive-ptptex.
Date: Thu, 24 Aug 2023 05:20:41 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 45d47c620cf7f6604cc27578014df208977095de
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:30:15 2023 +0200

    gnu: Add texlive-ptptex.
    
    * gnu/packages/tex.scm (texlive-ptptex): 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 5d9d70f109..87435a5d65 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25631,6 +25631,25 @@ as a result, some of the descriptions of limitations 
look rather quaint to
 modern eyes.")
     (license license:lppl)))
 
+(define-public texlive-ptptex
+  (package
+    (name "texlive-ptptex")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ptptex/" "tex/latex/ptptex/")
+             (base32
+              "1f040dv31g8bdn0awa40mvhzp095glsfsxcg28cbslckbdds5k6c")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ptptex";)
+    (synopsis "Macros for @emph{Progress of Theoretical Physics}")
+    (description
+     "The distribution contains the class (which offers an option file for
+preprints), a template, and macros for writing articles in @emph{Progress of
+Theoretical Physics}.")
+    (license license:lppl)))
+
 (define-public texlive-punk
   (package
     (name "texlive-punk")



reply via email to

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