From 21d782ab5c474b2fa9db0136887fd06016040fbf Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 10 Aug 2023 09:25:22 +0200 Subject: [PATCH] gnu: Add texlive-translation-natbib-fr. * gnu/packages/tex.scm (texlive-translation-natbib-fr): New variable. --- gnu/packages/tex.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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")