[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/54: gnu: Add texlive-endnotesj.
From: |
guix-commits |
Subject: |
19/54: gnu: Add texlive-endnotesj. |
Date: |
Wed, 16 Aug 2023 07:16:58 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 8ab5029f8072c093f0e5dacff5ed9007c29a7c73
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 12:02:46 2023 +0200
gnu: Add texlive-endnotesj.
* gnu/packages/tex.scm (texlive-endnotesj): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b5409fafd1..16bc779474 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -33242,6 +33242,26 @@ provides means for easy customization of the list of
notes.")
document.")
(license license:lppl1.2+)))
+(define-public texlive-endnotesj
+ (package
+ (name "texlive-endnotesj")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/endnotesj/"
+ "tex/latex/endnotesj/")
+ (base32
+ "1yv8jzvps79svd4013f6cpm41mh3mx2m64jx7bv01ryqdgjzq2g9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/endnotesj")
+ (synopsis "Japanese-style endnotes")
+ (description
+ "This package provides customized styles for endnotes to be used with
+Japanese documents. It can be used on pLaTeX, upLaTeX, and LuaLaTeX
+(LuaTeX-ja).")
+ (license license:bsd-3)))
+
(define-public texlive-enumitem
(package
(name "texlive-enumitem")
- 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, 2023/08/16
- 19/54: gnu: Add texlive-endnotesj.,
guix-commits <=
- 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
- 28/54: gnu: Add texlive-japanese-otf., guix-commits, 2023/08/16