mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-persian-bib.
* gnu/packages/tex.scm (texlive-persian-bib): New variable.
This commit is contained in:
parent
4dd47ed354
commit
868e0bf179
1 changed files with 23 additions and 0 deletions
|
@ -8885,6 +8885,29 @@ (define-public texlive-perfectcut
|
|||
reimplementation of @code{\\big}, @code{\\bigg}, etc.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-persian-bib
|
||||
(package
|
||||
(name "texlive-persian-bib")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/persian-bib/"
|
||||
"bibtex/csf/persian-bib/"
|
||||
"doc/xelatex/persian-bib/")
|
||||
(base32
|
||||
"18x592g8y1i8kw724an65q84jj91cam5qvwp9mgnhqpwh3gjflpw")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/persian-bib")
|
||||
(synopsis "Persian translations of classic BibTeX styles")
|
||||
(description
|
||||
"This package provides BibTeX styles modified for Persian documents
|
||||
prepared with XePersian (which the present package depends on). The Persian
|
||||
@file{.bst} files can simultaneously handle both Latin and Persian references.
|
||||
A file @file{p1256fa.csf} is provided for correct sorting of Persian
|
||||
references and three fields LANGUAGE, TRANSLATOR and AUTHORFA are defined.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-pfdicons
|
||||
(package
|
||||
(name "texlive-pfdicons")
|
||||
|
|
Loading…
Reference in a new issue