[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/54: gnu: Add texlive-bxjatoucs.
From: |
guix-commits |
Subject: |
15/54: gnu: Add texlive-bxjatoucs. |
Date: |
Wed, 16 Aug 2023 07:16:57 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 9ad858a7b469f31715e0f0ce6609a9dc79329585
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 12:01:16 2023 +0200
gnu: Add texlive-bxjatoucs.
* gnu/packages/tex.scm (texlive-bxjatoucs): 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 5556ea3f7a..ea9e857913 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3384,6 +3384,29 @@ paragraphs or lines are treated specially. This package
adjusts the position
of parentheses accordingly.")
(license license:expat)))
+(define-public texlive-bxjatoucs
+ (package
+ (name "texlive-bxjatoucs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bxjatoucs/"
+ "fonts/tfm/public/bxjatoucs/"
+ "tex/latex/bxjatoucs/")
+ (base32
+ "1032lfp9qy4arzy06s5hkqlva7y182763wxfdql93yn68hcn85vd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bxjatoucs")
+ (synopsis "Convert Japanese character code to Unicode")
+ (description
+ "This package is meant for macro or package developers: it provides
+function-like macros that convert a character code value in one of several
+Japanese encodings to a Unicode value. Supported source encodings are:
+ISO-2022-JP (jis), EUC-JP (euc), Shift_JIS (sjis), and the Adobe-Japan1 glyph
+set.")
+ (license license:expat)))
+
(define-public texlive-bytefield
(package
(name "texlive-bytefield")
- branch master updated (603db2ad71 -> c7e95cb941), guix-commits, 2023/08/16
- 01/54: guix: import: texlive importer handles Ruby linked scripts., guix-commits, 2023/08/16
- 03/54: gnu: Add texlive-ipaex., guix-commits, 2023/08/16
- 02/54: gnu: Add texlive-convbkmk., guix-commits, 2023/08/16
- 04/54: gnu: Add texlive-jsclasses., guix-commits, 2023/08/16
- 06/54: gnu: Add texlive-ascmac., guix-commits, 2023/08/16
- 07/54: gnu: Add texlive-asternote., guix-commits, 2023/08/16
- 08/54: gnu: Add texlive-babel-japanese., guix-commits, 2023/08/16
- 15/54: gnu: Add texlive-bxjatoucs.,
guix-commits <=
- 19/54: gnu: Add texlive-endnotesj., guix-commits, 2023/08/16
- 09/54: gnu: Add texlive-bxbase., guix-commits, 2023/08/16
- 11/54: gnu: Add texlive-bxghost., guix-commits, 2023/08/16
- 13/54: gnu: Add texlive-bxjalipsum., guix-commits, 2023/08/16
- 20/54: gnu: Add texlive-gckanbun., guix-commits, 2023/08/16
- 23/54: gnu: Add texlive-haranoaji-extra., guix-commits, 2023/08/16
- 40/54: gnu: Add texlive-platexcheat., guix-commits, 2023/08/16
- 36/54: gnu: texlive-lshort-italian: Fix description., guix-commits, 2023/08/16
- 45/54: gnu: Add texlive-pxbase., guix-commits, 2023/08/16
- 26/54: gnu: Add texlive-ifxptex., guix-commits, 2023/08/16