gnu: Add texlive-graph35.
* gnu/packages/tex.scm (texlive-graph35): New variable.
This commit is contained in:
parent
278c533b09
commit
bf04cdd890
1 changed files with 20 additions and 0 deletions
|
@ -17395,6 +17395,26 @@ (define-public texlive-grafcet
|
|||
PGF/TikZ.")
|
||||
(license license:lppl1.0+)))
|
||||
|
||||
(define-public texlive-graph35
|
||||
(package
|
||||
(name "texlive-graph35")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/graph35/" "source/latex/graph35/"
|
||||
"tex/latex/graph35/")
|
||||
(base32
|
||||
"0012mfpl8cxqm0grmgazixqbgicfgzr4z891zgjw60xy6df8qhwb")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/graph35")
|
||||
(synopsis "Draw keys and screen items of several Casio calculators")
|
||||
(description
|
||||
"This package defines commands to draw the Casio Graph 35 / Fx-9750GII
|
||||
calculator (and other models). It can draw the whole calculator, or parts of
|
||||
it.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-inlinedef
|
||||
(package
|
||||
(name "texlive-inlinedef")
|
||||
|
|
Loading…
Reference in a new issue