mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Add texlive-gbt7714.
* gnu/packages/tex.scm (texlive-gbt7714): New variable.
This commit is contained in:
parent
5e5b80b010
commit
d2d55b297d
1 changed files with 26 additions and 0 deletions
|
@ -9205,6 +9205,32 @@ (define-public texlive-gb4e
|
|||
glosses, and various other goodies.")
|
||||
(license license:lppl1.2+)))
|
||||
|
||||
(define-public texlive-gbt7714
|
||||
(package
|
||||
(name "texlive-gbt7714")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/gbt7714/" "doc/bibtex/gbt7714/"
|
||||
"source/bibtex/gbt7714/"
|
||||
"tex/latex/gbt7714/")
|
||||
(base32
|
||||
"0pmkbh0axh0qnc08fjn5g7pbw59n543siy4l9q3bihnyid11i5qp")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(propagated-inputs (list texlive-bibtex texlive-natbib texlive-url))
|
||||
(home-page "https://ctan.org/pkg/gbt7714")
|
||||
(synopsis "China's bibliography style standard GB/T 7714-2015 for BibTeX")
|
||||
(description
|
||||
"The package provides a BibTeX implementation for the Chinese national
|
||||
bibliography style standard GB/T 7714-2015. It consists of two @file{.bst}
|
||||
files for numerical and author-year styles as well as a LaTeX package which
|
||||
provides the citation style defined in the standard.
|
||||
|
||||
The package is compatible with @code{natbib} and supports language
|
||||
detection (Chinese and English) for each biblilography entry.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-gchords
|
||||
(package
|
||||
(name "texlive-gchords")
|
||||
|
|
Loading…
Reference in a new issue