me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-algpseudocodex.

* gnu/packages/tex.scm (texlive-algpseudocodex): New variable.
Nicolas Goaziou 2023-07-30 13:00:49 +02:00
parent 7d0c358faa
commit fd00c53977
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -1362,6 +1362,29 @@ style. Within an @code{algorithmic} environment a number of commands for
typesetting popular algorithmic constructs are available.")
(license license:lgpl2.1)))
(define-public texlive-algpseudocodex
(package
(name "texlive-algpseudocodex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/algpseudocodex/"
"tex/latex/algpseudocodex/")
(base32
"1gjcdmzijiagzxwjwygqpbjjapzk9dfljv5d94iabzr8032l9rsh")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/algpseudocodex")
(synopsis "Package for typesetting pseudocode")
(description
"This package allows typesetting pseudocode in LaTeX. It is based on
@code{algpseudocode} from the @code{algorithmicx} package and uses the same
syntax, but adds several new features and improvements. Notable features
include customizable indent guide lines and the ability to draw boxes around
parts of the code for highlighting differences. This package also has better
support for long code lines spanning several lines and improved comments.")
(license license:lppl1.3c)))
(define-public texlive-apnum
(package
(name "texlive-apnum")