Archived
1
0
Fork 0

gnu: Add texlive-rsc.

* gnu/packages/tex.scm (texlive-rsc): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-18 13:37:11 +02:00
parent 47fa4a3f69
commit a00969c339
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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.") lines, as is required by this theory for many languages.")
(license license:lppl))) (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 (define-public texlive-rtklage
(package (package
(name "texlive-rtklage") (name "texlive-rtklage")