From 1f944d147380e6cd66234e6be2d7e0a125a7c786 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 13 Jul 2023 10:33:23 +0200 Subject: [PATCH] gnu: Add texlive-tikz-dimline. * gnu/packages/tex.scm (texlive-tikz-dimline): New variable. --- gnu/packages/tex.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 45d2b9c374..64eb23e822 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -4320,6 +4320,25 @@ (define-public texlive-tikz-dependency you personalize the look and feel of the graphs.") (license (list license:lppl license:gpl2)))) +(define-public texlive-tikz-dimline + (package + (name "texlive-tikz-dimline") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/tikz-dimline/" + "tex/latex/tikz-dimline/") + (base32 + "15zxc3zxl8mk0rq3b30d2a89lxlnybih49j8w8c6xsfn5mqbn8br"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/tikz-dimline") + (synopsis "Technical dimension lines using PGF/TikZ") + (description + "@code{tikz-dimline} helps drawing technical dimension lines in TikZ +@code{picture} environments.") + (license license:wtfpl2))) + (define-public texlive-amiri (package (name "texlive-amiri")