diff options
-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 5aed95d82f..5880b6a61e 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -8175,6 +8175,24 @@ display calculators, specifically the TI-82 STATS.") @code{dcolumn}.") (license license:lppl))) +(define-public texlive-translation-natbib-fr + (package + (name "texlive-translation-natbib-fr") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/translation-natbib-fr/") + (base32 + "0f0r1n8q3jkxsdcddabsgz9h9ndq4yffdpxdqxvqjmhfafhzwgkg"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/translation-natbib-fr") + (synopsis "French translation of the documentation of @code{natbib}") + (description + "This package provides a French translation of the documentation of +@code{natbib}.") + (license license:lppl))) + (define-public texlive-turnstile (package (name "texlive-turnstile") |