mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: Add texlive-context-algorithmic.
* gnu/packages/tex.scm (texlive-context-algorithmic): New variable.
This commit is contained in:
parent
e7493181de
commit
1655bfb255
1 changed files with 19 additions and 0 deletions
|
@ -9994,6 +9994,25 @@ (define-public texlive-context-account
|
||||||
"The package deals with accounts of its own specification.")
|
"The package deals with accounts of its own specification.")
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
|
(define-public texlive-context-algorithmic
|
||||||
|
(package
|
||||||
|
(name "texlive-context-algorithmic")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/context/third/algorithmic/"
|
||||||
|
"tex/context/third/algorithmic/")
|
||||||
|
(base32
|
||||||
|
"0l2k8a3g3yrirbiwp741h1fisbprhbl2kwzbmd71fij1a80sqfaw")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(propagated-inputs (list texlive-context))
|
||||||
|
(home-page "https://ctan.org/pkg/context-algorithmic")
|
||||||
|
(synopsis "Algorithm handling in ConTeXt")
|
||||||
|
(description
|
||||||
|
"This module provides support for typesetting algorithms.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public texlive-beamer
|
(define-public texlive-beamer
|
||||||
(package
|
(package
|
||||||
(name "texlive-beamer")
|
(name "texlive-beamer")
|
||||||
|
|
Loading…
Reference in a new issue