gnu: Add texlive-alphalph.

* gnu/packages/tex.scm (texlive-alphalph): New variable.
This commit is contained in:
Ludovic Courtès 2023-05-02 11:49:18 +02:00
parent 3f8c4899a9
commit 92831e206c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -668,6 +668,26 @@ (define-deprecated/public old-name name
(deprecated-package (symbol->string 'old-name) name)))
(define-public texlive-alphalph
(package
(inherit (simple-texlive-package
"texlive-alphalph"
(list "doc/latex/alphalph/"
"source/latex/alphalph/"
"tex/generic/alphalph/")
(base32
"0ap59hmg0brg2wlh3bl77jxfxrk7hphhdal8cr05mby9bw35gffy")
#:trivial? #t))
(home-page "https://ctan.org/pkg/alphalph")
(synopsis "Convert numbers to letters")
(description
"This package provides commands @code{\\alphalph} and @code{\\AlphAlph}.
They are like @code{\\number} but the expansion consists of lowercase and
uppercase letters respectively (1 to a, 26 to z, 27 to aa, 52 to zz, 53 to ba,
702 to zz, 703 to aaa, etc.). Can be used as a replacement for LaTeX's
@code{\\@@alph} and @code{\\@@Alph} macros.")
(license license:lppl1.3+)))
(define texlive-docstrip
(package
(inherit (simple-texlive-package