me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-tikz-page.

* gnu/packages/tex.scm (texlive-tikz-page): New variable.
Nicolas Goaziou 2023-07-13 10:39:06 +02:00
parent 83993f85d7
commit ce8df72ee3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -4689,6 +4689,26 @@ geometrically (in)correct computation of light rays through the setup is left
to the user.") to the user.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-tikz-page
(package
(name "texlive-tikz-page")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tikz-page/"
"source/latex/tikz-page/"
"tex/latex/tikz-page/")
(base32
"1ck1jr37wd7mx8irm0niv43pmfy2ix5s08vybai8k0jgpvvwwi1j")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tikz-page")
(synopsis "Small macro to help building nice and complex layout materials")
(description
"The package provides a small macro to help building nice and complex
layout materials.")
(license license:lppl1.3+)))
(define-public texlive-amiri (define-public texlive-amiri
(package (package
(name "texlive-amiri") (name "texlive-amiri")