mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-tikzinclude.
* gnu/packages/tex.scm (texlive-tikzinclude): New variable.
This commit is contained in:
parent
3d5d0eb44f
commit
ac5edde4cd
1 changed files with 20 additions and 0 deletions
|
@ -4991,6 +4991,26 @@ (define-public texlive-tikzfill
|
||||||
rhombi are provided.")
|
rhombi are provided.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-tikzinclude
|
||||||
|
(package
|
||||||
|
(name "texlive-tikzinclude")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/tikzinclude/"
|
||||||
|
"source/latex/tikzinclude/"
|
||||||
|
"tex/latex/tikzinclude/")
|
||||||
|
(base32
|
||||||
|
"0mcgzbfvj6pksr18813kpnknkdpzlyi0rncbn9g11ac0g0lyzgqq")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/tikzinclude")
|
||||||
|
(synopsis "Import TikZ images from colletions")
|
||||||
|
(description
|
||||||
|
"The package addresses the problem of importing only one TikZ-image from
|
||||||
|
a file holding multiple images.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-amiri
|
(define-public texlive-amiri
|
||||||
(package
|
(package
|
||||||
(name "texlive-amiri")
|
(name "texlive-amiri")
|
||||||
|
|
Loading…
Reference in a new issue