me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-cell.

* gnu/packages/tex.scm (texlive-cell): New variable.
Nicolas Goaziou 2023-08-18 11:57:27 +02:00
parent 0a41508765
commit e956d90861
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -5781,6 +5781,26 @@ parameter value for style, another for a property). User input to
documents sharing the same notation.")
(license license:lppl1.3c)))
(define-public texlive-cell
(package
(name "texlive-cell")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/cell/" "doc/latex/cell/"
"tex/latex/cell/")
(base32
"0x2dw80z0kzisbwnx2xrmsk0biqbanmydzygg9zdymhcx7w5rz52")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/cell")
(synopsis "Bibliography style for Cell")
(description
"This is an APA-like style (cf.@: @file{apalike.bst} in the BibTeX
distribution), developed from the same author's JMB style. A supporting LaTeX
package is also provided.")
(license license:public-domain)))
(define-public texlive-chemarrow
(package
(name "texlive-chemarrow")