guix-commits
[Top][All Lists]
Advanced

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

26/93: gnu: Add texlive-figflow.


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

ngz pushed a commit to branch master
in repository guix.

commit 4575ae283fbc425f434670f9d1a672ccbacf1c8a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:49:58 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 787c1dcc30..3921b1c7d9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2496,6 +2496,30 @@ register.  The packages require the e-TeX extensions; 
with them, they work
 either with Plain TeX or with LaTeX.")
     (license license:lppl)))
 
+(define-public texlive-figflow
+  (package
+    (name "texlive-figflow")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/plain/figflow/" "tex/plain/figflow/")
+             (base32
+              "1vsrsw5rrqjym0flca9537m41vs7wlk8mhl9zmqjfaxgi8jvc9ml")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/figflow";)
+    (synopsis "Flow text around a figure")
+    (description
+     "This package provides a Plain TeX macro @code{\\figflow} that allows one
+to insert a figure into an area inset into a paragraph.  Command arguments are
+width and height of the figure, and the figure (and its caption) itself.  The
+package does not work with LaTeX; packages such as @code{wrapfig},
+@code{floatflt} and @code{picins} support the needs of LaTeX users in this
+area.")
+    ;; README states: "You may freely use, modify, and/or distribute this
+    ;; file, without limitation."
+    (license (license:fsf-free "file://doc/plain/figflow/README"))))
+
 (define-public texlive-findhyph
   (package
     (name "texlive-findhyph")



reply via email to

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