diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-15 19:09:45 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-15 19:42:48 +0200 |
commit | 495529e0e0dc38e5aac2cfaf1f097c046c0eff61 (patch) | |
tree | 90cbfc83c545de04c4a01b84f353a31e828046a5 | |
parent | b24349486440e14d1558e168c2be6297d00bbf90 (diff) |
gnu: Add texlive-alpha-persian.
* gnu/packages/tex.scm (texlive-alpha-persian): New variable.
-rw-r--r-- | gnu/packages/tex.scm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 570ef72696..0acfc34823 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1688,6 +1688,26 @@ math environments.") 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") |