mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: Add texlive-drawstack.
* gnu/packages/tex.scm (texlive-drawstack): New variable.
This commit is contained in:
parent
1e81d36897
commit
244879c903
1 changed files with 20 additions and 0 deletions
|
@ -3221,6 +3221,26 @@ (define-public texlive-drawmatrix
|
||||||
triangular, or banded matrices.")
|
triangular, or banded matrices.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public texlive-drawstack
|
||||||
|
(package
|
||||||
|
(name "texlive-drawstack")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/drawstack/"
|
||||||
|
"tex/latex/drawstack/")
|
||||||
|
(base32
|
||||||
|
"1qv2j7crg4b1ggxvmjb6zf0cxmr4mmpk382l7w3dqhywf9lr722v")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/drawstack")
|
||||||
|
(synopsis "Draw execution stacks")
|
||||||
|
(description
|
||||||
|
"This simple LaTeX package provides support for drawing execution stack
|
||||||
|
(typically to illustrate assembly language notions). The code is written on
|
||||||
|
top of TikZ.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-bibtex8
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Loading…
Reference in a new issue