guix-commits
[Top][All Lists]
Advanced

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

171/296: gnu: Add texlive-prtec.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-prtec.
    
    * gnu/packages/tex.scm (texlive-prtec): 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 d89ea48e11..5d9d70f109 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25532,6 +25532,26 @@ specialisations of the base class for (respectively) 
German and European
 research proposals.")
     (license license:lppl)))
 
+(define-public texlive-prtec
+  (package
+    (name "texlive-prtec")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/prtec/" "doc/latex/prtec/"
+                   "tex/latex/prtec/")
+             (base32
+              "15l75a6blk1dpcj2q841i92cdvlfjxmmaqi5lk01rac8rxa5cghx")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/prtec";)
+    (synopsis "Template for PRTEC conference papers")
+    (description
+     "This package provides a LaTeX class, a BibTeX style, and a LaTeX
+template to format conference papers for the @acronym{PRTEC, Pacific Rim
+Thermal Engineering Conference}.")
+    (license license:expat)))
+
 (define-public texlive-pseudo
   (package
     (name "texlive-pseudo")



reply via email to

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