[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
168/296: gnu: Add texlive-pracjourn.
From: |
guix-commits |
Subject: |
168/296: gnu: Add texlive-pracjourn. |
Date: |
Thu, 24 Aug 2023 05:20:39 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit ec509af03e14e097256aef40c9422f5d6975cf63
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:29:01 2023 +0200
gnu: Add texlive-pracjourn.
* gnu/packages/tex.scm (texlive-pracjourn): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 83fee90dc8..c60d1337d4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25243,6 +25243,28 @@ way with @code{\\style=BerlinFU} as a class option.")
presentation drafting.")
(license license:lppl1.3+)))
+(define-public texlive-pracjourn
+ (package
+ (name "texlive-pracjourn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pracjourn/"
+ "source/latex/pracjourn/"
+ "tex/latex/pracjourn/")
+ (base32
+ "0pavlcxv7jqni6rl2hdqfmmns566151rvsaa1p5xhgfb6qa4l1b1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pracjourn")
+ (synopsis "Typeset articles for PracTeX")
+ (description
+ "The @code{pracjourn} class is used for typesetting articles in the
+@emph{PracTeX Journal}. It is based on the @code{article} class with
+modifications to allow for more flexible front-matter and revision control,
+among other small changes.")
+ (license license:gpl3+)))
+
(define-public texlive-prftree
(package
(name "texlive-prftree")
- 212/296: gnu: Add texlive-thesis-ekf., (continued)
- 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
- 233/296: gnu: Add texlive-uafthesis., guix-commits, 2023/08/24
- 158/296: gnu: Add texlive-nwafuthesis., guix-commits, 2023/08/24
- 159/296: gnu: Add texlive-nwejm., guix-commits, 2023/08/24
- 160/296: gnu: Add texlive-onrannual., guix-commits, 2023/08/24
- 162/296: gnu: Add texlive-oup-authoring-template., guix-commits, 2023/08/24
- 165/296: gnu: Add texlive-pkuthss., guix-commits, 2023/08/24
- 168/296: gnu: Add texlive-pracjourn.,
guix-commits <=
- 169/296: gnu: Add texlive-prociagssymp., guix-commits, 2023/08/24
- 175/296: gnu: Add texlive-resphilosophica., guix-commits, 2023/08/24
- 170/296: gnu: Add texlive-proposal., guix-commits, 2023/08/24
- 176/296: gnu: Add texlive-resumecls., guix-commits, 2023/08/24
- 178/296: gnu: Add texlive-revtex4-1., guix-commits, 2023/08/24
- 179/296: gnu: Add texlive-rutitlepage., guix-commits, 2023/08/24
- 180/296: gnu: Add texlive-ryersonsgsthesis., guix-commits, 2023/08/24
- 183/296: gnu: Add texlive-sapthesis., guix-commits, 2023/08/24
- 189/296: gnu: Add texlive-se2thesis., guix-commits, 2023/08/24
- 190/296: gnu: Add texlive-seu-ml-assign., guix-commits, 2023/08/24