guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

281/296: gnu: Add texlive-imakeidx.


From: guix-commits
Subject: 281/296: gnu: Add texlive-imakeidx.
Date: Thu, 24 Aug 2023 05:21:28 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit aa5089ca880122375a6f3f5a2c5ef487f7f611b4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:20:48 2023 +0200

    gnu: Add texlive-imakeidx.
    
    * gnu/packages/tex.scm (texlive-imakeidx): New variable.
---
 gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5286e94109..19795587f4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17433,6 +17433,31 @@ documents for the International Modal Analysis 
Conference.  The bundle
 provides a LaTeX package and a BibTeX style file.")
     (license license:gpl3+)))
 
+(define-public texlive-imakeidx
+  (package
+    (name "texlive-imakeidx")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/imakeidx/"
+                   "source/latex/imakeidx/"
+                   "tex/latex/imakeidx/")
+             (base32
+              "1s65kbzafx5q7519pbxjldb87flws0mgg76yxi7a5mgxrnkfy961")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/imakeidx";)
+    (synopsis "Package for producing multiple indexes")
+    (description
+     "The package enables the user to produce and typeset one or more indexes
+simultaneously with a document.  The package is known to work in LaTeX
+documents processed with pdfLaTeX, XeLaTeX and LuaLaTeX.  If
+@command{makeindex} is used for processing the index entries, no particular
+setting up is needed.  When using Xindy or other programs, it is necessary to
+enable shell escape; shell escape is also needed if @command{splitindex} is
+used.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-imtekda
   (package
     (name "texlive-imtekda")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]