From b498a1baf4c3a28291e3132b9c7f44d0f276bc6c Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 13 Jul 2023 10:44:43 +0200 Subject: [PATCH] gnu: Add texlive-tikzmark. * gnu/packages/tex.scm (texlive-tikzmark): New variable. --- gnu/packages/tex.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 13780bb601..19dff79a13 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -5034,6 +5034,27 @@ sheep, sloth, snowman, squirrel, and wolf. These little drawings can be 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")