mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-alpha-persian.
* gnu/packages/tex.scm (texlive-alpha-persian): New variable.
This commit is contained in:
parent
b243494864
commit
495529e0e0
1 changed files with 20 additions and 0 deletions
|
@ -1688,6 +1688,26 @@ (define-public texlive-alkalami
|
|||
region of Nigeria and Niger.")
|
||||
(license license:silofl1.1)))
|
||||
|
||||
(define-public texlive-alpha-persian
|
||||
(package
|
||||
(name "texlive-alpha-persian")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/alpha-persian/"
|
||||
"doc/bibtex/alpha-persian/")
|
||||
(base32
|
||||
"15ynmgh3fp6s40c200kgr6v0q84bkzp9cv45yg90mr9d7mq72djv")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/alpha-persian")
|
||||
(synopsis "Persian version of @file{alpha.bst}")
|
||||
(description
|
||||
"The package provides a Persian version of the alpha BibTeX style and
|
||||
offers several enhancements. It is compatible with the @code{hyperref},
|
||||
@code{url}, @code{natbib}, and @code{cite} packages.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-amscdx
|
||||
(package
|
||||
(name "texlive-amscdx")
|
||||
|
|
Loading…
Reference in a new issue