mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: Add texlive-pseudocode.
* gnu/packages/tex.scm (texlive-pseudocode): New variable.
This commit is contained in:
parent
25b88b9f22
commit
311676f83d
1 changed files with 19 additions and 0 deletions
|
@ -5668,6 +5668,25 @@ (define-public texlive-pseudo
|
||||||
elements such as keywords, identifiers, and comments.")
|
elements such as keywords, identifiers, and comments.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public texlive-pseudocode
|
||||||
|
(package
|
||||||
|
(name "texlive-pseudocode")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/pseudocode/"
|
||||||
|
"tex/latex/pseudocode/")
|
||||||
|
(base32
|
||||||
|
"180m5yja3wkdnpfz0qx9m031qmhqyjjjgxynm3v4y8fz9jz7vidq")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/pseudocode")
|
||||||
|
(synopsis "LaTeX environment for specifying algorithms in a natural way")
|
||||||
|
(description
|
||||||
|
"This package provides the environment @code{pseudocode} for describing
|
||||||
|
algorithms in a natural manner.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-bibtex8
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Loading…
Reference in a new issue