guix-commits
[Top][All Lists]
Advanced

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

177/296: gnu: Add texlive-revtex4.


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

ngz pushed a commit to branch master
in repository guix.

commit 24f45cec44cd24887a1def948b12937a04867e8e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:31:40 2023 +0200

    gnu: Add texlive-revtex4.
    
    * gnu/packages/tex.scm (texlive-revtex4): 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 ea8f43a37e..8eadc73631 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -26241,6 +26241,25 @@ provides fallbacks.  It also warns when users try to 
load packages which are
 known to be incompatible with @code{revtex4-1}.")
     (license license:lppl1.3+)))
 
+(define-public texlive-revtex4
+  (package
+    (name "texlive-revtex4")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/revtex4/" "doc/latex/revtex4/"
+                   "source/latex/revtex4/" "tex/latex/revtex4/")
+             (base32
+              "0mfjp8ycsvq63vk5348r7yfcskldx6ipcwflxz7pnf60xfla5646")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/revtex4-0";)
+    (synopsis "Styles for various physics journals (old version)")
+    (description
+     "This is an old version of @code{revtex}, and is kept as a courtesy to
+users having difficulty with the incompatibility of that latest version.")
+    (license license:lppl)))
+
 (define-public texlive-ribbonproofs
   (package
     (name "texlive-ribbonproofs")



reply via email to

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