mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Add texlive-perception.
* gnu/packages/tex.scm (texlive-perception): New variable.
This commit is contained in:
parent
d4c347f99c
commit
1b0d2100b8
1 changed files with 19 additions and 0 deletions
|
@ -14706,6 +14706,25 @@ (define-public texlive-patgen2-tutorial
|
|||
patterns for wide ranges of languages.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-perception
|
||||
(package
|
||||
(name "texlive-perception")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/perception/"
|
||||
"doc/bibtex/perception/")
|
||||
(base32
|
||||
"0958g65hv8fpyhhbkvkd2ybdbp6aiblnc5izbr5z5w8b0v5n0ixx")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/perception")
|
||||
(synopsis "BibTeX style for the journal @emph{Perception}")
|
||||
(description
|
||||
"This package provides a BibTeX style for the journal
|
||||
@emph{Perception}.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-perfectcut
|
||||
(package
|
||||
(name "texlive-perfectcut")
|
||||
|
|
Loading…
Reference in a new issue