gnu: Add texlive-nar.
* gnu/packages/tex.scm (texlive-nar): New variable.
This commit is contained in:
parent
66fd1cceb4
commit
ddb1bf22f1
1 changed files with 17 additions and 0 deletions
|
@ -13869,6 +13869,23 @@ The package provides Type1 subfonts converted from Nanum Myeongjo (Regular and
|
||||||
TS1 font definition files are also provided.")
|
TS1 font definition files are also provided.")
|
||||||
(license license:silofl1.1)))
|
(license license:silofl1.1)))
|
||||||
|
|
||||||
|
(define-public texlive-nar
|
||||||
|
(package
|
||||||
|
(name "texlive-nar")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "bibtex/bst/nar/")
|
||||||
|
(base32
|
||||||
|
"1nwk71qirapkg3h6jwlv53fm6zwb2vq0fvmc4xcanf19sm3331mk")))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/nar")
|
||||||
|
(synopsis "BibTeX style for @emph{Nucleic Acid Research}")
|
||||||
|
(description
|
||||||
|
"This BibTeX bibliography style is for the journal @emph{Nucleic Acid Research}.
|
||||||
|
It was adapted from the standard @file{unsrt.bst} style file.")
|
||||||
|
(license license:knuth)))
|
||||||
|
|
||||||
(define-public texlive-natded
|
(define-public texlive-natded
|
||||||
(package
|
(package
|
||||||
(name "texlive-natded")
|
(name "texlive-natded")
|
||||||
|
|
Reference in a new issue