From 605f03c900f479deb623a43408da932b799f9448 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 13 Jul 2023 00:43:28 +0200 Subject: [PATCH] gnu: Add texlive-lroundrect. * gnu/packages/tex.scm (texlive-lroundrect): New variable. --- gnu/packages/tex.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index cc4f121104..7348a93fd1 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -2501,6 +2501,28 @@ a coordinate grid over the picture for easy adjustment of positions of the annotations.") (license license:lppl1.3+))) +(define-public texlive-lroundrect + (package + (name "texlive-lroundrect") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/lroundrect/" + "source/latex/lroundrect/" + "tex/latex/lroundrect/") + (base32 + "1yjfg9z0s8drij13fdhii1r9j9i57c112iv2q0airndycm6y8wsg"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/lroundrect") + (synopsis "LaTeX macros for using the @code{roundrect} MetaPost routines") + (description + "This LaTeX package provides ways to use the extremely configurable +rounded rectangles of the @code{roundrect} MetaPost package with LaTeX. It is +chiefly useful for examples, but also has macros for particular types of boxes +which are useful on their own.") + (license license:lppl1.3+))) + (define-public texlive-mflogo (package (name "texlive-mflogo")