me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-bath-bst.

* gnu/packages/tex.scm (texlive-bath-bst): New variable.
master
Nicolas Goaziou 2023-08-22 15:22:38 +02:00
parent cca994ec13
commit 07118b5825
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -4402,6 +4402,28 @@ Basque according to the correct forms ruled by The Basque Language Academy
issues of numbers in Basque.")
(license license:lppl1.2+)))
(define-public texlive-bath-bst
(package
(name "texlive-bath-bst")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/bath-bst/"
"doc/bibtex/bath-bst/"
"source/bibtex/bath-bst/")
(base32
"06v5icy6537d69g5in7ps322wgnkf0imd93gnmh2y7fladsmvp06")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bath-bst")
(synopsis
"Harvard referencing style recommended by the University of Bath Library")
(description
"This package provides a BibTeX style to format reference lists in the
Harvard style recommended by the University of Bath Library. It should be
used in conjunction with @code{natbib} for citations.")
(license license:lppl1.3c)))
(define-public texlive-bbding
(package
(name "texlive-bbding")