me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-xesearch.

* gnu/packages/tex.scm (texlive-xesearch): New variable.
Nicolas Goaziou 2023-06-19 15:55:48 +02:00
parent f598b0fb97
commit 98cf64ec2f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -7356,6 +7356,28 @@ occurrence then creates an index entry whose content can be fully specified
beforehand.")
(license license:lppl)))
(define-public texlive-xesearch
(package
(name "texlive-xesearch")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xetex/xesearch/" "tex/xetex/xesearch/")
(base32
"13fdllqswyyvvyjqn0a4ld18dixxnn7zlpagsdaq8cl1svpaxpk5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xesearch")
(synopsis "String finder for XeTeX")
(description
"The package finds strings (e.g., parts of words or phrases) and
manipulates them, thus turning each word or phrase into a possible command.
It is written in plain XeTeX and should thus work with any format. The main
application for the moment is XeIndex, an automatic index for XeLaTeX, but
examples are given of simple use to check spelling, count words, and highlight
syntax of programming languages.")
(license license:lppl)))
(define-public texlive-currfile
(package
(name "texlive-currfile")