ngz pushed a commit to branch master in repository guix. commit 0e2823cc098d4c28d29557e52ca272e164ee6a2e Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> AuthorDate: Mon Aug 14 10:29:20 2023 +0200
gnu: Add texlive-pst-optexp. * gnu/packages/tex.scm (texlive-pst-optexp): New variable. --- gnu/packages/tex.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index c8ee758aed..a677f22bf7 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -33605,6 +33605,31 @@ processed by user-defined PostScript procedures. Optionally, the computed state vectors can be written as a table to a text file.") (license license:lppl))) +(define-public texlive-pst-optexp + (package + (name "texlive-pst-optexp") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/pst-optexp/" "dvips/pst-optexp/" + "makeindex/pst-optexp/" + "source/latex/pst-optexp/" + "tex/latex/pst-optexp/") + (base32 + "0m835c700a6bxd8r8m84injzz862j1xdxbbh8waxh97yrfwmhp45"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/pst-optexp") + (synopsis "Drawing optical experimental setups") + (description + "The package is a collection of optical components that facilitate easy +sketching of optical experimental setups. The package uses PSTricks for its +output. A wide range of free-ray and fibre components is provided, the +alignment, positioning and labelling of which can be achieved in very simple +and flexible ways. The components may be connected with fibers or beams, and +realistic raytraced beam paths are also possible.") + (license license:lppl1.3+))) + (define-public texlive-pst-text (package (name "texlive-pst-text")