mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add texlive-bib-fr.
* gnu/packages/tex.scm (texlive-bib-fr): New variable.
This commit is contained in:
parent
5d65f23e9d
commit
a634e88825
1 changed files with 18 additions and 0 deletions
|
@ -1969,6 +1969,24 @@ (define-public texlive-begriff
|
|||
@emph{Begriffschrift}.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-bib-fr
|
||||
(package
|
||||
(name "texlive-bib-fr")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/bib-fr/" "doc/bibtex/bib-fr/")
|
||||
(base32
|
||||
"11af1p52vr16l5gf69ql2zz0328yqd75nbcvik7b0g05pbqc12nv")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/bib-fr")
|
||||
(synopsis "French translation of classical BibTeX styles")
|
||||
(description
|
||||
"These files are French translations of the classical BibTeX style
|
||||
files.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-binomexp
|
||||
(package
|
||||
(name "texlive-binomexp")
|
||||
|
|
Loading…
Reference in a new issue