[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: Add texlive-latex-translations.
From: |
guix-commits |
Subject: |
04/08: gnu: Add texlive-latex-translations. |
Date: |
Sat, 10 Sep 2022 06:43:11 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit b8850bf2c1e5d13ca4ea16eae315c1e1c2e01af6
Author: Wiktor Żelazny <wzelazny@vurv.cz>
AuthorDate: Mon Sep 5 20:08:44 2022 +0200
gnu: Add texlive-latex-translations.
* 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 ff4701b873..b3a81092db 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10701,6 +10701,29 @@ are valid as arguments for the macros. The package
may be used under
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
- branch master updated (4f134f26fd -> fe42befd64), guix-commits, 2022/09/10
- 04/08: gnu: Add texlive-latex-translations.,
guix-commits <=
- 02/08: gnu: Add texlive-latex-seqsplit., guix-commits, 2022/09/10
- 01/08: gnu: Add comments to the bottom of a few package modules., guix-commits, 2022/09/10
- 06/08: gnu: Add texlive-latex-marginfix., guix-commits, 2022/09/10
- 05/08: gnu: Add go-github-com-goccy-go-json., guix-commits, 2022/09/10
- 08/08: gnu: python-pip: Update to 22.2.2., guix-commits, 2022/09/10
- 03/08: gnu: Add texlive-latex-enotez., guix-commits, 2022/09/10
- 07/08: gnu: Add texlive-latex-pbox., guix-commits, 2022/09/10