mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-tipfr.
* gnu/packages/tex.scm (texlive-tipfr): New variable.
This commit is contained in:
parent
426f8595fb
commit
524afd7259
1 changed files with 19 additions and 0 deletions
|
@ -5347,6 +5347,25 @@ (define-public texlive-timing-diagrams
|
||||||
timing diagrams, using TikZ.")
|
timing diagrams, using TikZ.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-tipfr
|
||||||
|
(package
|
||||||
|
(name "texlive-tipfr")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/tipfr/" "tex/latex/tipfr/")
|
||||||
|
(base32
|
||||||
|
"1frgk49mw7wi18065y4ikg75vg03d2vbdflfnyanixn46zpf2p8z")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/tipfr")
|
||||||
|
(synopsis "Produces calculator's keys with the help of TikZ")
|
||||||
|
(description
|
||||||
|
"The package provides commands to draw calculator keys with the help of
|
||||||
|
TikZ. It also provides commands to draw the content of screens and of menu
|
||||||
|
items.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-amiri
|
(define-public texlive-amiri
|
||||||
(package
|
(package
|
||||||
(name "texlive-amiri")
|
(name "texlive-amiri")
|
||||||
|
|
Loading…
Reference in a new issue