From b37e07414b53150417ff243fd87dd2357ee56e3e Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 13 Jul 2023 09:19:08 +0200 Subject: [PATCH] gnu: Add texlive-pictex2. * gnu/packages/tex.scm (texlive-pictex2): New variable. --- gnu/packages/tex.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 3b447f1df4..83cef56957 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3320,6 +3320,26 @@ to run out of space; packages @code{m-pictex} and @code{pictexwd} deal with the problems in different ways.") (license license:lppl1.0+))) +(define-public texlive-pictex2 + (package + (name "texlive-pictex2") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "tex/latex/pictex2/") + (base32 + "1qqf08yharknq6csk01jdff62mg011bryqlq5mbmjwqwh7wxs0wy"))) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/pictex2") + (synopsis "Adds relative coordinates and improves the @code{\\plot} command") + (description + "This package adds two user commands to standard PiCTeX. One command +uses relative coordinates, thus eliminating the need to calculate the +coordinate of every point manually as in standard PiCTeX. The other command +modifies @code{\\plot} to use a rule instead of dots if the line segment is +horizontal or vertical.") + (license license:lppl))) + (define-public texlive-amiri (package (name "texlive-amiri")