mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
gnu: Add texlive-biblatex-gost.
* gnu/packages/tex.scm (texlive-biblatex-gost): New variable.
This commit is contained in:
parent
92b673f9ed
commit
37e49a9fe3
1 changed files with 19 additions and 0 deletions
|
@ -3837,6 +3837,25 @@ (define-public texlive-biblatex-german-legal
|
||||||
the future.")
|
the future.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-biblatex-gost
|
||||||
|
(package
|
||||||
|
(name "texlive-biblatex-gost")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/biblatex-gost/"
|
||||||
|
"tex/latex/biblatex-gost/")
|
||||||
|
(base32
|
||||||
|
"0k4fdvhj8ki05arcimxlj3fm2216cijaj5jk5yy95754j3z6byj3")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/biblatex-gost")
|
||||||
|
(synopsis "BibLaTeX support for GOST standard bibliographies")
|
||||||
|
(description
|
||||||
|
"The package provides BibLaTeX support for Russian bibliography style
|
||||||
|
GOST 7.0.5-2008")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-bibleref
|
(define-public texlive-bibleref
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibleref")
|
(name "texlive-bibleref")
|
||||||
|
|
Loading…
Reference in a new issue