mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: Add texlive-algorithmicx.
* gnu/packages/tex.scm (texlive-algorithmicx): New variable.
This commit is contained in:
parent
2093302899
commit
8d81e0baf3
1 changed files with 22 additions and 0 deletions
|
@ -1317,6 +1317,28 @@ (define-public texlive-algorithm2e
|
|||
in other algorithms.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-algorithmicx
|
||||
(package
|
||||
(name "texlive-algorithmicx")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/algorithmicx/"
|
||||
"tex/latex/algorithmicx/")
|
||||
(base32
|
||||
"0q0qkzc88479y5dqifnpfxhclk48gf1c4shxi1xhgqbvjp2gqgza")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/algorithmicx")
|
||||
(synopsis "The algorithmic style you always wanted")
|
||||
(description
|
||||
"Algorithmicx provides a flexible, yet easy to use, way for inserting
|
||||
good looking pseudocode or source code in your papers. It has built in
|
||||
support for pseudocode, Pascal and C, and offers powerful means to create
|
||||
definitions for any programming language. The user can adapt a pseudocode
|
||||
style to his native language.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-apnum
|
||||
(package
|
||||
(name "texlive-apnum")
|
||||
|
|
Loading…
Reference in a new issue