gnu: Add texlive-pmgraph.
* gnu/packages/tex.scm (texlive-pmgraph): New variable.
This commit is contained in:
parent
d17931ef81
commit
5c9ba593c6
1 changed files with 19 additions and 0 deletions
|
@ -3398,6 +3398,25 @@ (define-public texlive-pixelarttikz
|
|||
arts.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-pmgraph
|
||||
(package
|
||||
(name "texlive-pmgraph")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/pmgraph/" "tex/latex/pmgraph/")
|
||||
(base32
|
||||
"1a4nd6c9i9y6g34ipjz2ia0m4vizlvx0wcn0yql53pk8k8zrlgnn")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/pmgraph")
|
||||
(synopsis "Poor man's graphics")
|
||||
(description
|
||||
"This package provides a set of extensions to LaTeX @code{picture}
|
||||
environment, including a wider range of vectors, and a lot more box frame
|
||||
styles.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-amiri
|
||||
(package
|
||||
(name "texlive-amiri")
|
||||
|
|
Loading…
Reference in a new issue