guix-commits
[Top][All Lists]
Advanced

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

16/21: gnu: Add texlive-generic-soul.


From: guix-commits
Subject: 16/21: gnu: Add texlive-generic-soul.
Date: Thu, 8 Sep 2022 10:24:08 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 742e70cb13533426dce990feef067f57dde92738
Author: Wiktor Żelazny <wzelazny@vurv.cz>
AuthorDate: Thu Sep 1 14:52:20 2022 +0200

    gnu: Add texlive-generic-soul.
    
    * gnu/packages/tex.scm (texlive-generic-soul): New variable.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/tex.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 281f2904da..e3fb6b32ed 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11647,3 +11647,24 @@ necessary, so that previous text may be overwritten.  
In addition, the command
 which the command @code{\\tab} advances typesetting position to the next
 defined ``tab stop''.")
     (license license:lppl1.3+)))
+
+(define-public texlive-generic-soul
+  (let ((template (simple-texlive-package
+                   "texlive-generic-soul"
+                   (list "/doc/generic/soul/"
+                         "/tex/generic/soul/")
+                   (base32
+                    "11jdgvfpcv10y5j898495lf29k2m03x39v9jzb4v79w4cgxcmfps")
+                   #:trivial? #t)))
+    (package
+      (inherit template)
+      (home-page "http://www.ctan.org/pkg/soul";)
+      (synopsis "Hyphenation for letterspacing, underlining, and more")
+      (description
+       "@code{soul} enables hyphenatable spacing out (letterspacing),
+underlining, striking out, etc., using the TeX hyphenation algorithm to find
+the proper hyphens automatically.  The package also provides a mechanism that
+can be used to implement similar tasks, that have to treat text syllable by
+syllable.  The package itself does not support UTF-8 input in ordinary
+(PDF)LaTeX; some UTF-8 support is offered by package @code{soulutf8}.")
+      (license license:lppl))))



reply via email to

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