[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/93: gnu: Add texlive-langcode.
From: |
guix-commits |
Subject: |
43/93: gnu: Add texlive-langcode. |
Date: |
Thu, 20 Jul 2023 05:21:20 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 210b753d8c47b439030fef8e5ab9fc1abe0e08ae
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:54:30 2023 +0200
gnu: Add texlive-langcode.
* gnu/packages/tex.scm (texlive-langcode): 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 e8de5a9ae8..69c81eb828 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2968,6 +2968,29 @@ macros shown in Appendix D of the TeXbook: all the
manipulations take place in
what Knuth is pleased to call ``TeX's mouth''.")
(license license:lppl)))
+(define-public texlive-langcode
+ (package
+ (name "texlive-langcode")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/langcode/"
+ "source/generic/langcode/"
+ "tex/generic/langcode/")
+ (base32
+ "0ygshcc0iszaldzc8ygz4bgvz05c3kv81v3m7i4q46l57x2kfx6x")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/langcode")
+ (synopsis "Simple language-dependent settings based on language codes")
+ (description
+ "The package provides a command @code{\\uselangcode@{<code>@}} to adjust
+language-dependent settings such as key words, typographical conventions and
+language codes (ISO 639-1). The package provides a means of selecting macros
+according to the specified code, for preparing a document that is to be
+separately typeset in different languages.")
+ (license license:lppl1.3+)))
+
(define-public texlive-tex
(package
(name "texlive-tex")
- 28/93: gnu: Add texlive-fltpoint., (continued)
- 28/93: gnu: Add texlive-fltpoint., guix-commits, 2023/07/20
- 35/93: gnu: Add texlive-graphics-pln., guix-commits, 2023/07/20
- 41/93: gnu: Add texlive-js-misc., guix-commits, 2023/07/20
- 49/93: gnu: Add texlive-modulus., guix-commits, 2023/07/20
- 50/93: gnu: Add texlive-namedef., guix-commits, 2023/07/20
- 64/93: gnu: Add texlive-plstmary., guix-commits, 2023/07/20
- 54/93: gnu: Add texlive-olsak-misc., guix-commits, 2023/07/20
- 60/93: gnu: Add texlive-placeins-plain., guix-commits, 2023/07/20
- 33/93: gnu: Add texlive-gfnotation., guix-commits, 2023/07/20
- 38/93: gnu: Add texlive-hyplain., guix-commits, 2023/07/20
- 43/93: gnu: Add texlive-langcode.,
guix-commits <=
- 47/93: gnu: Add texlive-metatex., guix-commits, 2023/07/20
- 52/93: gnu: Add texlive-newsletr., guix-commits, 2023/07/20
- 53/93: gnu: Add texlive-ofs., guix-commits, 2023/07/20
- 51/93: gnu: Add texlive-navigator., guix-commits, 2023/07/20
- 58/93: gnu: Add texlive-pdfmsym., guix-commits, 2023/07/20
- 63/93: gnu: Add texlive-plnfss., guix-commits, 2023/07/20
- 65/93: gnu: Add texlive-present., guix-commits, 2023/07/20
- 68/93: gnu: Add texlive-randomlist., guix-commits, 2023/07/20
- 71/93: gnu: Add texlive-schemata., guix-commits, 2023/07/20
- 72/93: gnu: Add texlive-shade., guix-commits, 2023/07/20