[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")
- 265/296: gnu: Add texlive-urcls., (continued)
- 265/296: gnu: Add texlive-urcls., guix-commits, 2023/08/24
- 269/296: gnu: Add texlive-uvaletter., guix-commits, 2023/08/24
- 280/296: gnu: Add texlive-yazd-thesis., guix-commits, 2023/08/24
- 272/296: gnu: Add texlive-uwa-pcf., guix-commits, 2023/08/24
- 283/296: gnu: Add texlive-york-thesis., guix-commits, 2023/08/24
- 287/296: gnu: Add texlive-accsupp., guix-commits, 2023/08/24
- 291/296: gnu: Add texlive-cleveref., guix-commits, 2023/08/24
- 166/296: gnu: Add texlive-powerdot-fuberlin., guix-commits, 2023/08/24
- 167/296: gnu: Add texlive-powerdot-tuliplab., guix-commits, 2023/08/24
- 174/296: gnu: Add texlive-quantumarticle., guix-commits, 2023/08/24
- 171/296: gnu: Add texlive-prtec.,
guix-commits <=
- 181/296: gnu: Add texlive-ryethesis., guix-commits, 2023/08/24
- 182/296: gnu: Add texlive-sageep., guix-commits, 2023/08/24
- 192/296: gnu: Add texlive-seuthesix., guix-commits, 2023/08/24
- 195/296: gnu: Add texlive-tocvsec2., guix-commits, 2023/08/24
- 203/296: gnu: Add texlive-sr-vorl., guix-commits, 2023/08/24
- 199/296: gnu: Add texlive-smflatex., guix-commits, 2023/08/24
- 212/296: gnu: Add texlive-thesis-ekf., guix-commits, 2023/08/24
- 211/296: gnu: Add texlive-texilikecover., guix-commits, 2023/08/24
- 218/296: gnu: Add texlive-thucoursework., guix-commits, 2023/08/24
- 214/296: gnu: Add texlive-thesis-qom., guix-commits, 2023/08/24