guix-commits
[Top][All Lists]
Advanced

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

55/93: gnu: Add texlive-outerhbox.


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

ngz pushed a commit to branch master
in repository guix.

commit 92f40b4e5badc18950fad4f4f66fe4f4b0e35aed
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:59:31 2023 +0200

    gnu: Add texlive-outerhbox.
    
    * gnu/packages/tex.scm (texlive-outerhbox): 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 d465382e56..f3325e24c9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3275,6 +3275,25 @@ conversion;
 @end itemize")
     (license license:public-domain)))
 
+(define-public texlive-outerhbox
+  (package
+    (name "texlive-outerhbox")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "tex/generic/outerhbox/")
+             (base32
+              "1867xhxlbskiysifmwlr10lay8khragzi36fm552cwc4vjz2ybcz")))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/outerhbox";)
+    (synopsis "Collect horizontal material for contributing to a paragraph")
+    (description
+     "The package provides the @code{\\outerhbox} command, which is similar to
+@code{\\hbox}, except that material is set in outer horizontal mode.  This
+prevents TeX from optimising away maths penalties and the like, that are
+needed when the material is @code{\\unhbox}'ed.")
+    (license license:gpl3+)))
+
 (define-public texlive-tex
   (package
     (name "texlive-tex")



reply via email to

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