Archived
1
0
Fork 0

gnu: Add texlive-ksfh-nat.

* gnu/packages/tex.scm (texlive-ksfh-nat): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-18 13:26:30 +02:00
parent 551db4b475
commit 98fc89f7d9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11230,6 +11230,25 @@ system that Knuth created. The central entry point is the index file, with
links to the individual documents, either in HTML or in PDF format.") links to the individual documents, either in HTML or in PDF format.")
(license license:public-domain))) (license license:public-domain)))
(define-public texlive-ksfh-nat
(package
(name "texlive-ksfh-nat")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/ksfh_nat/")
(base32
"1qzn0n19lslf2qg8fvm844xx5k7s8a275a77z2ynbb0vs1w4prpw")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ksfh-nat")
(synopsis "BibTeX style for KSFH Munich")
(description
"The package supports bibliographies as standard for
KSFH (@emph{Katholische Stiftungsfachhochschule}) Munich. BibTeX entries in
@code{article}, @code{book}, @code{inbook}, @code{incollection} and
@code{misc} formats are supported.")
(license license:lppl1.3+)))
(define-public texlive-kvmap (define-public texlive-kvmap
(package (package
(name "texlive-kvmap") (name "texlive-kvmap")