gnu: Add texlive-imakeidx.
* gnu/packages/tex.scm (texlive-imakeidx): New variable.
This commit is contained in:
		
							parent
							
								
									2ea41e2db8
								
							
						
					
					
						commit
						aa5089ca88
					
				
					 1 changed files with 25 additions and 0 deletions
				
			
		| 
						 | 
					@ -17433,6 +17433,31 @@ documents for the International Modal Analysis Conference.  The bundle
 | 
				
			||||||
provides a LaTeX package and a BibTeX style file.")
 | 
					provides a LaTeX package and a BibTeX style file.")
 | 
				
			||||||
    (license license:gpl3+)))
 | 
					    (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
 | 
					(define-public texlive-imtekda
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "texlive-imtekda")
 | 
					    (name "texlive-imtekda")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue