guix-commits
[Top][All Lists]
Advanced

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

144/163: gnu: Add texlive-rsc.


From: guix-commits
Subject: 144/163: gnu: Add texlive-rsc.
Date: Sat, 19 Aug 2023 14:39:57 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a00969c33945bce0a9862813f403cfa733a7e89c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 13:37:11 2023 +0200

    gnu: Add texlive-rsc.
    
    * gnu/packages/tex.scm (texlive-rsc): New variable.
---
 gnu/packages/tex.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 96e1210791..4703fd0f91 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -15827,6 +15827,27 @@ Grammar (RRG).  This package allows the construction 
of trees with crossing
 lines, as is required by this theory for many languages.")
     (license license:lppl)))
 
+(define-public texlive-rsc
+  (package
+    (name "texlive-rsc")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/rsc/" "doc/latex/rsc/"
+                   "source/latex/rsc/" "tex/latex/rsc/")
+             (base32
+              "1fgc54fyikrgx81gfhv7mab6sqj4xjz6pyrkxk8jnlwwqrsk0yxb")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/rsc";)
+    (synopsis "BibTeX style for use with RSC journals")
+    (description
+     "The @code{rsc} package provides a BibTeX style in accordance with the
+requirements of the Royal Society of Chemistry.  It was originally based on
+the file @file{pccp.bst}, but also implements a number of styles from the
+@code{achemso} package.  The package is now a stub for the @code{chemstyle}.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-rtklage
   (package
     (name "texlive-rtklage")



reply via email to

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