From 1725089054fd1819049941f08d37074961307a5d Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou <mail@nicolasgoaziou.fr> Date: Mon, 14 Aug 2023 10:16:56 +0200 Subject: [PATCH] gnu: Add texlive-pst-fr3d. * gnu/packages/tex.scm (texlive-pst-fr3d): 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 e2b3114e4a..778b28413a 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -32975,6 +32975,28 @@ customisation and dynamic modifications are possible by cleverly adjusting the options supplied to the TeX macros.") (license license:lppl1.3c))) +(define-public texlive-pst-fr3d + (package + (name "texlive-pst-fr3d") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/generic/pst-fr3d/" + "source/generic/pst-fr3d/" + "tex/generic/pst-fr3d/" + "tex/latex/pst-fr3d/") + (base32 + "0y8xsq6wklpygzf0lfdy683vkdrglw5jl00qyfwk6rl08wb4l17y"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/pst-fr3d") + (synopsis "Draw 3-dimensional framed boxes using PSTricks") + (description + "This package provides a package using PSTricks to draw three dimensional +framed boxes using a macro @code{\\PstFrameBoxThreeD}. The macro is +especially useful for drawing 3D-seeming buttons.") + (license license:lppl))) + (define-public texlive-pst-text (package (name "texlive-pst-text")