guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

40/93: gnu: Add texlive-insbox.


From: guix-commits
Subject: 40/93: gnu: Add texlive-insbox.
Date: Thu, 20 Jul 2023 05:21:19 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7792c8c0aa501b785565d3e1b2b84ee2dfb8fc4f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:53:49 2023 +0200

    gnu: Add texlive-insbox.
    
    * gnu/packages/tex.scm (texlive-insbox): New variable.
---
 gnu/packages/tex.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3a6b18960e..d1f4ddac9d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2911,6 +2911,24 @@ typesetting.")
 before it's read by TeX.")
     (license license:lppl1.3+)))
 
+(define-public texlive-insbox
+  (package
+    (name "texlive-insbox")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/insbox/" "tex/generic/insbox/")
+             (base32
+              "0br6xpn9y11nw2pdjxck6mijbw2q6g2v31p64hwn65bwnx1fnc25")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/insbox";)
+    (synopsis "Insert pictures/boxes into paragraphs")
+    (description
+     "The package provides convenient bundling of the @code{\\parshape}
+primitive.  This is a TeX package.")
+    (license license:public-domain)))
+
 (define-public texlive-tex
   (package
     (name "texlive-tex")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]