guix-commits
[Top][All Lists]
Advanced

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

60/93: gnu: Add texlive-placeins-plain.


From: guix-commits
Subject: 60/93: gnu: Add texlive-placeins-plain.
Date: Thu, 20 Jul 2023 05:21:41 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0742cf2499efc03a20c7b57baeeb9c18e2af08a2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:00:20 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index de416fa554..a83d214695 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3375,6 +3375,25 @@ documentation (for example, that of the @code{texapi} 
and @code{yax}
 packages).")
     (license license:lppl)))
 
+(define-public texlive-placeins-plain
+  (package
+    (name "texlive-placeins-plain")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "tex/plain/placeins-plain/")
+             (base32
+              "1lhc72zdm2cjynx6lf6kafmf00nw17z3mnfhagh41h76cnm338g9")))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/placeins-plain";)
+    (synopsis "Insertions that keep their place")
+    (description
+     "This TeX file provides various mechanisms (for plain TeX and close
+relatives) to let insertions (footnotes, topins, pageins, etc.) float within
+their appropriate section, but to prevent them from intruding into the
+following section, even when sections do not normally begin a new page.")
+    (license license:public-domain)))
+
 (define-public texlive-tex
   (package
     (name "texlive-tex")



reply via email to

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