gnu: Add texlive-biblatex-gb7714-2015.
* gnu/packages/tex.scm (texlive-biblatex-gb7714-2015): New variable.
This commit is contained in:
parent
9d1f80e7b7
commit
d866b755fb
1 changed files with 22 additions and 0 deletions
|
|
@ -3794,6 +3794,28 @@ The style is highly optimized for documents written in German, and the main
|
||||||
documentation is only available in German.")
|
documentation is only available in German.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-biblatex-gb7714-2015
|
||||||
|
(package
|
||||||
|
(name "texlive-biblatex-gb7714-2015")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/biblatex-gb7714-2015/"
|
||||||
|
"tex/latex/biblatex-gb7714-2015/")
|
||||||
|
(base32
|
||||||
|
"061gp5xwh2dkckb8dn9b7xhf76cqsq908dniwkp6hg531dzyn525")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/biblatex-gb7714-2015")
|
||||||
|
(synopsis
|
||||||
|
"BibLaTeX implementation of the GBT7714-2015 bibliography style for
|
||||||
|
Chinese users")
|
||||||
|
(description
|
||||||
|
"This package provides an implementation of the GBT7714-2015 bibliography
|
||||||
|
style. This implementation follows the GBT7714-2015 standard and can be used
|
||||||
|
by simply loading BibLaTeX with the appropriate option.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-bibleref
|
(define-public texlive-bibleref
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibleref")
|
(name "texlive-bibleref")
|
||||||
|
|
|
||||||
Reference in a new issue