emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#57538: closed ([PATCH] gnu: Add texlive-latex-hyphenat.)


From: GNU bug Tracking System
Subject: bug#57538: closed ([PATCH] gnu: Add texlive-latex-hyphenat.)
Date: Sun, 04 Sep 2022 21:11:02 +0000

Your message dated Sun, 04 Sep 2022 23:10:41 +0200
with message-id <87k06isv5a.fsf@gnu.org>
and subject line Re: bug#57538: [PATCH] gnu: Add texlive-latex-hyphenat.
has caused the debbugs.gnu.org bug report #57538,
regarding [PATCH] gnu: Add texlive-latex-hyphenat.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57538: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57538
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add texlive-latex-hyphenat. Date: Fri, 2 Sep 2022 07:56:04 +0200
From: Wiktor Żelazny <wzelazny@vurv.cz>

* gnu/packages/tex.scm (texlive-latex-hyphenat): 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 1b3c086d54..7a96a38cb6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11555,3 +11555,22 @@ (define-public texlive-sourcecodepro
 Adobe in both Adobe Type 1 and OpenType formats, plus macros supporting the
 use of the fonts in LaTeX (Type 1) and XeLaTeX/LuaLaTeX (OTF).")
     (license (list license:lppl1.3+ license:silofl1.1))))
+
+(define-public texlive-latex-hyphenat
+  (package
+    (inherit (simple-texlive-package
+              "texlive-latex-hyphenat"
+              (list "doc/latex/hyphenat/"
+                    "tex/latex/hyphenat/")
+              (base32 "0b3jx2yvryx95am0ll9h6yc99niw2lwgsbq7r89j84z2qyp2llsq")
+              #:trivial? #t))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/hyphenat";)
+    (synopsis "Disable/enable hyphenation")
+    (description
+     "This package can disable all hyphenation or enable hyphenation of
+non-alphabetics or monospaced fonts.  The package can also enable hyphenation
+within ‘words’ that contain non-alphabetic characters (e.g., that include
+underscores), and hyphenation of text typeset in monospaced (e.g., cmtt)
+fonts.")
+    (license license:lppl1.3c+)))

base-commit: bd638a8ad6140db87851a86faae89e736e148f3d
-- 
2.37.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#57538: [PATCH] gnu: Add texlive-latex-hyphenat. Date: Sun, 04 Sep 2022 23:10:41 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi,

Wiktor Żelazny <wz@freeshell.de> skribis:

> From: Wiktor Żelazny <wzelazny@vurv.cz>
>
> * gnu/packages/tex.scm (texlive-latex-hyphenat): New variable.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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