From 5dfaeef184fccbabb44053e2c204a6b6e00fc413 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 12 Jul 2023 22:14:56 +0200 Subject: [PATCH] gnu: Add texlive-curves. * gnu/packages/tex.scm (texlive-curves): 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 5b98d3e167..c5ad3042bc 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -16692,6 +16692,28 @@ (define-public texlive-curve2e tangent direction at these nodes.") (license license:lppl1.3c))) +(define-public texlive-curves + (package + (name "texlive-curves") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/curves/" "source/latex/curves/" + "tex/latex/curves/") + (base32 + "1diwxq6maizcnmwr6shnl044cvhnd7c2f55avgsyap6ds5wv86wn"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/curves") + (synopsis "Curves for LaTeX picture environment") + (description + "This package draws curves in the standard LaTeX picture environment +using parabolas between data points with continuous slope at joins; for +circles and arcs, it uses up to 16 parabolas. The package can also draw +symbols or dash patterns along curves. It provides facilities equivalent to +technical pens with compasses and French curves.") + (license license:lppl1.3+))) + (define-public texlive-gates (package (name "texlive-gates")