gnu: Add texlive-miniplot.

* gnu/packages/tex.scm (texlive-miniplot): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 09:09:07 +02:00
parent c7a31936db
commit 9c53c8771a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2769,6 +2769,29 @@ (define-public texlive-milsymb
measures are planned to be included in a future release.")
(license license:cc-by-sa4.0)))
(define-public texlive-miniplot
(package
(name "texlive-miniplot")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/miniplot/" "tex/latex/miniplot/")
(base32
"0k98mfd4bf43br74wyjqjlwb93yzi2b5r53jsrsr58p6lg59c200")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/miniplot")
(synopsis "Package for easy figure arrangement")
(description
"MiniPlot is a package to help the LaTeX user typeset EPS figures using
an easy-to-use interface. Figures can be arranged as one-figure-only or as
a collection of figures in columns and rows which can itself contain
sub-figures in columns and rows. Wrapped figures are also supported. This
package provides commands to display a framebox instead of the figure as the
graphics package does already but additionally it writes useful information
such as the label and scaling factor into these boxes.")
(license license:lppl)))
(define-public texlive-amiri
(package
(name "texlive-amiri")