mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-apalike2.
* gnu/packages/tex.scm (texlive-apalike2): New variable.
This commit is contained in:
parent
e6e5e6f454
commit
dea76e5219
1 changed files with 17 additions and 0 deletions
|
@ -2108,6 +2108,23 @@ (define-public texlive-apalike-ejor
|
||||||
guidelines.")
|
guidelines.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-apalike2
|
||||||
|
(package
|
||||||
|
(name "texlive-apalike2")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "bibtex/bst/apalike2/")
|
||||||
|
(base32
|
||||||
|
"0mn84ahwjg8gvw5lifvcrnch11q79d4bgw3nmhrh4v8slwgip5l7")))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/apalike2")
|
||||||
|
(synopsis "Bibliography style that approaches APA requirements")
|
||||||
|
(description
|
||||||
|
"This package is an adaptation of @code{apalike}, which is part of the
|
||||||
|
base BibTeX distribution.")
|
||||||
|
(license license:knuth)))
|
||||||
|
|
||||||
(define-public texlive-apnum
|
(define-public texlive-apnum
|
||||||
(package
|
(package
|
||||||
(name "texlive-apnum")
|
(name "texlive-apnum")
|
||||||
|
|
Loading…
Reference in a new issue