gnu: Add texlive-latex-hanging.
authorMarius Bakke <marius@gnu.org>
Mon, 24 May 2021 19:47:30 +0000 (21:47 +0200)
committerMarius Bakke <marius@gnu.org>
Sat, 5 Jun 2021 22:12:53 +0000 (00:12 +0200)
* gnu/packages/tex.scm (texlive-latex-hanging): New public variable.

gnu/packages/tex.scm

index 9760e81..4ed8980 100644 (file)
@@ -4321,6 +4321,22 @@ but non-expandable ones.")
 (define-public texlive-latex-filemod
   (deprecated-package "texlive-latex-filemod" texlive-filemod))
 
+(define-public texlive-latex-hanging
+  (package
+    (inherit (simple-texlive-package
+              "texlive-latex-hanging"
+              '("/tex/latex/hanging/")
+              (base32
+               "0s86yaxyfv9zxf4svwg9s13by9vrw38apfg0hsfchsimsdd6gsbb")
+              #:trivial? #t))
+    (home-page "https://www.ctan.org/pkg/hanging")
+    (synopsis "Typeset hanging paragraphs")
+    (description
+     "The @code{hanging} package facilitates the typesetting of hanging
+paragraphs.  The package also enables typesetting with hanging punctuation,
+by making punctuation characters active.")
+    (license license:lppl1.3c+)))
+
 (define-public texlive-latex-ifplatform
   (package
     (name "texlive-latex-ifplatform")