diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-04 18:13:57 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 14:39:35 +0200 |
commit | a634e88825253da05180710db0f503fe85230b9c (patch) | |
tree | db9bfcf416527ba8a24b61f07b19ac179180568a /gnu/packages | |
parent | 5d65f23e9d060b64f54c69827580795aa0db529e (diff) |
gnu: Add texlive-bib-fr.
* gnu/packages/tex.scm (texlive-bib-fr): New variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 5219ae5b1d..d160f44a94 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1969,6 +1969,24 @@ issues of numbers in Basque.") @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") |