From 6f6aec4968baa676f699156f5f62b37765b03174 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 11 Aug 2023 00:14:17 +0200 Subject: gnu: Add texlive-fixltxhyph. * gnu/packages/tex.scm (texlive-fixltxhyph): New variable. --- gnu/packages/tex.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'gnu/packages/tex.scm') 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") -- cgit 1.4.1