mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: Add texlive-pnas2009.
* gnu/packages/tex.scm (texlive-pnas2009): New variable.
This commit is contained in:
parent
9613592ccb
commit
47fa4a3f69
1 changed files with 18 additions and 0 deletions
|
@ -15083,6 +15083,24 @@ (define-public texlive-pmxchords
|
||||||
and support scripts for common requirements.")
|
and support scripts for common requirements.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
|
(define-public texlive-pnas2009
|
||||||
|
(package
|
||||||
|
(name "texlive-pnas2009")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "bibtex/bst/pnas2009/")
|
||||||
|
(base32
|
||||||
|
"0yl475rlfhlnd9d0pyzm1gj2gixrdzyn6858j1ndvkhr8vc055ns")))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/pnas2009")
|
||||||
|
(synopsis "BibTeX style for PNAS (newer version)")
|
||||||
|
(description
|
||||||
|
"This style produces bibliographies in the format of @emph{Proceedings of
|
||||||
|
the National Academy of Sciences, USA}. The style was derived from the
|
||||||
|
standard @file{unsrt.bst} and adapted to the new (2009) formatting rules.")
|
||||||
|
(license license:knuth)))
|
||||||
|
|
||||||
(define-public texlive-poemscol
|
(define-public texlive-poemscol
|
||||||
(package
|
(package
|
||||||
(name "texlive-poemscol")
|
(name "texlive-poemscol")
|
||||||
|
|
Loading…
Reference in a new issue