[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/54: gnu: Add texlive-bxghost.
From: |
guix-commits |
Subject: |
11/54: gnu: Add texlive-bxghost. |
Date: |
Wed, 16 Aug 2023 07:16:57 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit d54717b218333e7f094d3ff6334bf46dd119c656
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 12:00:42 2023 +0200
gnu: Add texlive-bxghost.
* gnu/packages/tex.scm (texlive-bxghost): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4031914823..6e9b1fccf0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3304,6 +3304,25 @@ that are similar to those used by the pLaTeX kernel and
some other packages
used with it.")
(license license:expat)))
+(define-public texlive-bxghost
+ (package
+ (name "texlive-bxghost")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bxghost/" "tex/latex/bxghost/")
+ (base32
+ "11hnnyd6h3r5fl9p23qj1zspwzgnamfah7xqj7l1prp6ygb322mn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bxghost")
+ (synopsis "Ghost insertion for proper @code{xkanjiskip}")
+ (description
+ "The package provides two commands to help authors for documents in
+Japanese to insert proper @code{xkanjiskips}. It supports LuaTeX, XeTeX,
+pTeX, upTeX, and ApTeX (pTeX-ng).")
+ (license license:expat)))
+
(define-public texlive-bytefield
(package
(name "texlive-bytefield")
- 01/54: guix: import: texlive importer handles Ruby linked scripts., (continued)
- 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, 2023/08/16
- 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 <=
- 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
- 28/54: gnu: Add texlive-japanese-otf., guix-commits, 2023/08/16
- 50/54: gnu: Add texlive-pxrubrica., guix-commits, 2023/08/16
- 34/54: gnu: Add texlive-kanbun., guix-commits, 2023/08/16