gnu: Add texlive-tikzmark.

* gnu/packages/tex.scm (texlive-tikzmark): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 10:44:43 +02:00
parent 6db56920bd
commit b498a1baf4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5034,6 +5034,27 @@ (define-public texlive-tikzlings
customized in many ways.")
(license license:lppl1.3c)))
(define-public texlive-tikzmark
(package
(name "texlive-tikzmark")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tikzmark/"
"source/latex/tikzmark/"
"tex/latex/tikzmark/")
(base32
"0m3yij12kgbgficln9vdgc43bi0si7j0j86lv2k69f1bwf865w4z")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tikzmark")
(synopsis "Use TikZ's method of remembering a position on a page")
(description
"The @code{tikzmark} package defines a command to remember a position on
a page for later (or earlier) use, primarily (but not exclusively) with
TikZ.")
(license license:lppl1.3c)))
(define-public texlive-amiri
(package
(name "texlive-amiri")