emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57602: closed ([PATCH] gnu: Add texlive-latex-translations.)


From: GNU bug Tracking System
Subject: bug#57602: closed ([PATCH] gnu: Add texlive-latex-translations.)
Date: Sat, 10 Sep 2022 10:48:01 +0000

Your message dated Sat, 10 Sep 2022 11:47:00 +0100
with message-id <87bkrn1p6v.fsf@cbaines.net>
and subject line Re: [bug#57602] [PATCH] gnu: Add texlive-latex-translations.
has caused the debbugs.gnu.org bug report #57602,
regarding [PATCH] gnu: Add texlive-latex-translations.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57602: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57602
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add texlive-latex-translations. Date: Mon, 5 Sep 2022 20:08:44 +0200
From: Wiktor Żelazny <wzelazny@vurv.cz>

* gnu/packages/tex.scm (texlive-latex-translations): New variable.
---
 gnu/packages/tex.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 56308c4cf9..81b3d50414 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10664,6 +10664,29 @@ (define-public texlive-kastrup
 LaTeX and plain TeX.")
     (license (license:fsf-free "file:/binhex.dtx"))))
 
+(define-public texlive-latex-translations
+  (package
+    (inherit (simple-texlive-package
+              "texlive-latex-translations"
+              (list "doc/latex/translations/"
+                    "tex/latex/translations/")
+              (base32 "0vl7ckpbkjvz3a5snzppb96ncwgmhpwb2p6cg30grfyn421kap3v")
+              #:trivial? #t))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/translations";)
+    (synopsis "Internationalisation of LaTeX2e packages")
+    (description
+     ;; Polish not mentioned on CTAN, but there is a
+     ;; translations-basic-dictionary-polish.trsl file.
+     "This package (once part of the @code{exsheets} package), provides a
+framework for providing multilingual features to a LaTeX package.  The package
+has its own basic dictionaries for English, Brazilian, Catalan, Dutch, French,
+German, Polish and Spanish.  It aims to use translation material for English,
+Dutch, French, German, Italian, Spanish, Catalan, Turkish, Croatian, Hungarian,
+Danish and Portuguese from babel or polyglossia if either is in use in the
+document.")
+    (license license:lppl1.3c+)))
+
 (define-public texlive-translator
   (package
     (inherit (simple-texlive-package

base-commit: 31b4eea5c0d361dfbca119c27cbc1e8c6f65782a
-- 
2.37.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#57602] [PATCH] gnu: Add texlive-latex-translations. Date: Sat, 10 Sep 2022 11:47:00 +0100 User-agent: mu4e 1.6.11; emacs 28.1
Wiktor Żelazny <wz@freeshell.de> writes:

> From: Wiktor Żelazny <wzelazny@vurv.cz>
>
> * gnu/packages/tex.scm (texlive-latex-translations): New variable.
> ---
>  gnu/packages/tex.scm | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)

Thanks, pushed to master as fe42befd64df016d755f56107a407f5e4b5c3814.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]