gnu: Add texlive-pinoutikz.

* gnu/packages/tex.scm (texlive-pinoutikz): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 16:40:09 +02:00
parent 196dd9c2ad
commit c60952c874
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5476,6 +5476,26 @@ (define-public texlive-physunits
CentimetreGramSecond} units used in astronomy.")
(license license:lppl1.3c)))
(define-public texlive-pinoutikz
(package
(name "texlive-pinoutikz")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pinoutikz/"
"tex/latex/pinoutikz/")
(base32
"1kqdvldrr7r0jsi2sd8rzqcgwfdy0p9ixqcrwg2k94dcs6ad9mhy")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pinoutikz")
(synopsis "Draw chip pinouts with TikZ")
(description
"The package provides a set of macros for typesetting electronic chip pinouts.
It is designed as a tool that is easy to use, with a lean syntax, native to
LaTeX, and directly supporting PDF output format.")
(license license:lppl1.3c)))
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")