guix-commits
[Top][All Lists]
Advanced

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

201/243: gnu: Add texlive-fixltxhyph.


From: guix-commits
Subject: 201/243: gnu: Add texlive-fixltxhyph.
Date: Fri, 11 Aug 2023 08:46:19 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 6f6aec4968baa676f699156f5f62b37765b03174
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:14:17 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 52aa448611..f41f9c8149 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4171,6 +4171,29 @@ with pdfTeX, XeTeX and LuaTeX, and can also be used with 
the
 @code{unicode-math} package.")
     (license license:lppl1.3c)))
 
+(define-public texlive-fixltxhyph
+  (package
+    (name "texlive-fixltxhyph")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/fixltxhyph/"
+                   "source/latex/fixltxhyph/"
+                   "tex/latex/fixltxhyph/")
+             (base32
+              "1wjrq2gplal5hpij758c4mk6s6aidqp2h25mvf7jmbbzq2nfsyq1")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/fixltxhyph";)
+    (synopsis "Allow hyphenation of partially-emphasised substrings")
+    (description
+     "The package fixes the problem of TeX failing to hyphenate letter strings
+that seem (to TeX} to be words, but which are followed by an apostrophe and
+then an emphasis command.  The cause of the problem is not the apostrophe, but
+the font change in the middle of the string.  The problem arises in Catalan,
+French, Italian and Romansh.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-fixmath
   (package
     (name "texlive-fixmath")



reply via email to

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