mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Add texlive-plainyr.
* gnu/packages/tex.scm (texlive-plainyr): New variable.
This commit is contained in:
parent
1b0d2100b8
commit
9613592ccb
1 changed files with 17 additions and 0 deletions
|
@ -14933,6 +14933,23 @@ (define-public texlive-pinoutikz
|
|||
LaTeX, and directly supporting PDF output format.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-plainyr
|
||||
(package
|
||||
(name "texlive-plainyr")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/plainyr/")
|
||||
(base32
|
||||
"09py8psdqqnxmq2nkczxz092668zscvf9hbr6fcvrnj0blvz3wxy")))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/plainyr")
|
||||
(synopsis "Plain bibliography style, sorted by year first")
|
||||
(description
|
||||
"This is a version of the standard plain BibTeX style, modified to sort
|
||||
chronologically (by year) first, then by author, title, etc.")
|
||||
(license license:knuth)))
|
||||
|
||||
(define-public texlive-plari
|
||||
(package
|
||||
(name "texlive-plari")
|
||||
|
|
Loading…
Reference in a new issue