me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-din1505.

* gnu/packages/tex.scm (texlive-din1505): New variable.
Nicolas Goaziou 2023-08-18 12:06:23 +02:00
parent 3f2c32505f
commit 901f68340f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -7522,6 +7522,26 @@ may be controlled. The package also provides @code{\\slashbox} and
package, which it supersedes.")
(license license:lppl1.3+)))
(define-public texlive-din1505
(package
(name "texlive-din1505")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/din1505/" "doc/latex/din1505/")
(base32
"0ggi58kra06k8r4drkhnlap9khvscpji78j8v92s3gzh8qmsjhp4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/din1505")
(synopsis "Bibliography styles for German texts")
(description
"This package provides a set of bibliography styles that conform to DIN
1505, and match the original BibTeX standard set (@code{plain}, @code{unsrt},
@code{alpha} and @code{abbrv}), together with a style @code{natdin} to work with
@code{natbib}.")
(license license:knuth)))
(define-public texlive-diffcoeff
(package
(name "texlive-diffcoeff")