From ef2d165645d3e161e596500e3e9a7e3beede4d9b Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 13 Jul 2023 00:42:02 +0200 Subject: [PATCH] gnu: Add texlive-liftarm. * gnu/packages/tex.scm (texlive-liftarm): 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 dfdef2f907..e5b073fc9f 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -2458,6 +2458,25 @@ can interact with LaTeX.mk so that the latter automatically invokes @end itemize") (license license:gpl3+))) +(define-public texlive-liftarm + (package + (name "texlive-liftarm") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/liftarm/" "tex/latex/liftarm/") + (base32 + "1dqi322kqlqbh4hli6nwm88nsg4dkr2fnrwi4i70gxyzxdh1mjj4"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/liftarm") + (synopsis "Draw liftarms") + (description + "This package can be used to draw liftarms with TikZ. It provides +several options for the appearance of the liftarms, a command which connects +two liftarms and an environment to describe a construction.") + (license license:lppl1.3+))) + (define-public texlive-mflogo (package (name "texlive-mflogo")