me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-picinpar.

* gnu/packages/tex.scm (texlive-picinpar): New variable.
Nicolas Goaziou 2023-07-13 09:18:43 +02:00
parent a39c6b7440
commit 9c23a7ca62
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -3280,6 +3280,26 @@ plots, bar plots, area plots, mesh-- and surface plots and some more.
PGFPlots is based on PGF/TikZ (PGF); it runs equally for LaTeX/TeX/ConTeXt.") PGFPlots is based on PGF/TikZ (PGF); it runs equally for LaTeX/TeX/ConTeXt.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public texlive-picinpar
(package
(name "texlive-picinpar")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/picinpar/" "tex/latex/picinpar/")
(base32
"1s6ymq4zg0wl6pfx34shansv3y1qlh6h3q58a97zpz5x21n1a5pq")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/picinpar")
(synopsis "Insert pictures into paragraphs")
(description
"This package provides a legacy package for creating windows in
paragraphs, for inserting graphics, etc. Users should note that Pieter van
Oostrum (in a published review of packages of this sort) does not recommend
this package; Picins is recommended instead.")
(license license:gpl3+)))
(define-public texlive-amiri (define-public texlive-amiri
(package (package
(name "texlive-amiri") (name "texlive-amiri")