me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-bitelist.

* gnu/packages/tex.scm (texlive-bitelist): New variable.
Nicolas Goaziou 2023-07-20 10:43:51 +02:00
parent b3f27e353a
commit 03fbcf1eac
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 25 additions and 0 deletions

View File

@ -1295,6 +1295,31 @@ math expressions.")
of mathematical disciplines.")
(license license:lppl1.3+)))
(define-public texlive-bitelist
(package
(name "texlive-bitelist")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/bitelist/"
"source/generic/bitelist/"
"tex/generic/bitelist/")
(base32
"1jv9w2jgx8q2k9xx0n4azlngsh26zs37ihavq0xy4n62ajf64ps6")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bitelist")
(synopsis "Split list, in TeX's mouth")
(description
"The package provides commands for splitting a token list at the first
occurrence of another (specified) token list. The package's mechanism differs
from those of packages providing similar features, in the following ways: the
method uses TeX's mechanism of reading delimited macro parameters; splitting
macros work by pure expansion, without assignments; the operation is carried
out in a single macro call. A variant of the operation is provided, that
retains outer braces.")
(license license:lppl1.3+)))
(define-public texlive-dosepsbin
(package
(name "texlive-dosepsbin")