me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-algobox.

* gnu/packages/tex.scm (texlive-algobox): New variable.
Nicolas Goaziou 2023-07-30 12:59:24 +02:00
parent ad39b6d88f
commit 9ae40d6b92
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -1269,6 +1269,29 @@ together with a header, a caption, etc. @code{\\listofalgorithms} is
defined.") defined.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-algobox
(package
(name "texlive-algobox")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/algobox/" "source/latex/algobox/"
"tex/latex/algobox/")
(base32
"03z5s4v1asfp6rm51wfkmax69rlggfdyb3p1acdy8cx1gwd10f2w")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/algobox")
(synopsis "Typeset Algobox programs")
(description
"This LaTeX package can typeset Algobox programs almost exactly as
displayed when editing with Algobox itself, using an input syntax very similar
to the actual Algobox program text. It gives better results than Algobox's
own LaTeX export which does not look like the editor rendition, produces
standalone documents cumbersome to customize, and has arbitrary and
inconsistent differences between the input syntax and the program text.")
(license license:gpl3+)))
(define-public texlive-apnum (define-public texlive-apnum
(package (package
(name "texlive-apnum") (name "texlive-apnum")