mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: Add texlive-tikz-timing.
* gnu/packages/tex.scm (texlive-tikz-timing): New variable.
This commit is contained in:
parent
9f5c91c191
commit
5aae12e619
1 changed files with 24 additions and 0 deletions
|
@ -4847,6 +4847,30 @@ (define-public texlive-tikz-swigs
|
||||||
inference.")
|
inference.")
|
||||||
(license (list license:lppl1.3c license:gpl3+))))
|
(license (list license:lppl1.3c license:gpl3+))))
|
||||||
|
|
||||||
|
(define-public texlive-tikz-timing
|
||||||
|
(package
|
||||||
|
(name "texlive-tikz-timing")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/tikz-timing/"
|
||||||
|
"source/latex/tikz-timing/"
|
||||||
|
"tex/latex/tikz-timing/")
|
||||||
|
(base32
|
||||||
|
"19zs6agcli2glm92z8y89nr4049v5sqvnlddbwlwym5rni33kh1m")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(native-inputs (list texlive-ydoc))
|
||||||
|
(propagated-inputs (list texlive-svn-prov))
|
||||||
|
(home-page "https://ctan.org/pkg/tikz-timing")
|
||||||
|
(synopsis "Easy generation of timing diagrams as TikZ pictures")
|
||||||
|
(description
|
||||||
|
"This package provides macros and an environment to generate timing
|
||||||
|
diagrams (digital waveforms) without much effort. The TikZ package is used to
|
||||||
|
produce the graphics. A tabular-like environment is provided to produce
|
||||||
|
larger timing diagrams.")
|
||||||
|
(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