[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/54: gnu: Add texlive-mendex-doc.
From: |
guix-commits |
Subject: |
37/54: gnu: Add texlive-mendex-doc. |
Date: |
Wed, 16 Aug 2023 07:17:02 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 10ca2041a868779050313ce8e19733c0feed7da6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 12:56:18 2023 +0200
gnu: Add texlive-mendex-doc.
* gnu/packages/tex.scm (texlive-mendex-doc): 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 4f2dbd768a..0260a53967 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8472,6 +8472,26 @@ styles that ease the declaration of memory graphs. It
is intended for graphs
that represent the memory of a computer program during its execution.")
(license license:lppl1.3+)))
+(define-public texlive-mendex-doc
+ (package
+ (name "texlive-mendex-doc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/support/mendex-doc/"
+ "makeindex/mendex-doc/"
+ "source/latex/mendex-doc/")
+ (base32
+ "096b1v9zzl3qm189paaxz16z4a1xgcj7l2bhdgvl2wqshsz9lx4p")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mendex-doc")
+ (synopsis "Documentation for Mendex index processor")
+ (description
+ "This package provides documentation for Mendex (Japanese index
+processor).")
+ (license license:bsd-3)))
+
(define-public texlive-messagepassing
(package
(name "texlive-messagepassing")
- 17/54: gnu: Add texlive-bxorigcapt., (continued)
- 17/54: gnu: Add texlive-bxorigcapt., guix-commits, 2023/08/16
- 18/54: gnu: Add texlive-bxwareki., guix-commits, 2023/08/16
- 22/54: gnu: Add texlive-haranoaji., guix-commits, 2023/08/16
- 24/54: gnu: Add texlive-ieejtran., guix-commits, 2023/08/16
- 25/54: gnu: Add texlive-ifptex., guix-commits, 2023/08/16
- 27/54: gnu: Add texlive-japanese-mathformulas., guix-commits, 2023/08/16
- 31/54: gnu: Add texlive-jlreq-deluxe., guix-commits, 2023/08/16
- 33/54: gnu: Add texlive-jpnedumathsymbols., guix-commits, 2023/08/16
- 48/54: gnu: Add texlive-pxjahyper., guix-commits, 2023/08/16
- 51/54: gnu: Add texlive-pxufont., guix-commits, 2023/08/16
- 37/54: gnu: Add texlive-mendex-doc.,
guix-commits <=
- 52/54: gnu: Add texlive-zxjatype., guix-commits, 2023/08/16
- 47/54: gnu: Add texlive-pxcjkcat., guix-commits, 2023/08/16
- 21/54: gnu: Add texlive-gentombow., guix-commits, 2023/08/16
- 29/54: gnu: Add texlive-jieeetran., guix-commits, 2023/08/16
- 30/54: gnu: Add texlive-jlreq., guix-commits, 2023/08/16
- 32/54: gnu: Add texlive-jpneduenumerate., guix-commits, 2023/08/16
- 35/54: gnu: Add texlive-lshort-japanese., guix-commits, 2023/08/16
- 38/54: gnu: Add texlive-pbibtex-base., guix-commits, 2023/08/16
- 39/54: gnu: Add texlive-pbibtex-manual., guix-commits, 2023/08/16
- 44/54: gnu: Add texlive-ptex2pdf., guix-commits, 2023/08/16