mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add texlive-ran-toks.
* gnu/packages/tex.scm (texlive-ran-toks): New variable.
This commit is contained in:
parent
e1da049625
commit
6ad0d5b98f
1 changed files with 24 additions and 0 deletions
|
@ -93514,6 +93514,30 @@ (define-public texlive-quotmark
|
|||
@code{csquotes} in its place.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-ran-toks
|
||||
(package
|
||||
(name "texlive-ran-toks")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/ran_toks/"
|
||||
"source/latex/ran_toks/"
|
||||
"tex/latex/ran_toks/")
|
||||
(base32
|
||||
"18js88apqcvsr4z4fwjf6219d28fxnhcv3srhhksbi5h4ky8y88m")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/ran_toks")
|
||||
(synopsis "Randomise token strings")
|
||||
(description
|
||||
"The package provides means of randomising lists of tokens, or lists of chunks
|
||||
of tokens. Two mechanisms for defining chunks are provided: the
|
||||
@code{\\ranToks} command accepts an argument containing tokens to be
|
||||
randomised; and the @code{\\bRTVToks/\\eRTVToks} commands delimit a collection
|
||||
of tokens for randomising; each group inside a @code{rtVw} constitutes one of
|
||||
these (typically larger) token sets.")
|
||||
(license license:lppl1.0+)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue