[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48622] [PATCH core-updates 32/29] gnu: Add texlive-latex-hanging.
From: |
Marius Bakke |
Subject: |
[bug#48622] [PATCH core-updates 32/29] gnu: Add texlive-latex-hanging. |
Date: |
Mon, 24 May 2021 22:09:18 +0200 |
* gnu/packages/tex.scm (texlive-latex-hanging): New public variable.
---
gnu/packages/tex.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a6b905ff8c..e0e0220d87 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4322,6 +4322,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")
--
2.31.1
- [bug#48622] [PATCH core-updates 23/29] gnu: Add texlive-generic-pdfescape., (continued)
- [bug#48622] [PATCH core-updates 23/29] gnu: Add texlive-generic-pdfescape., Marius Bakke, 2021/05/24
- [bug#48622] [PATCH core-updates 27/29] gnu: texlive-hyperref: Don't propagate texlive-oberdiek., Marius Bakke, 2021/05/24
- [bug#48622] [PATCH core-updates 19/29] gnu: Add texlive-generic-gettitlestring., Marius Bakke, 2021/05/24
- [bug#48622] [PATCH core-updates 14/29] gnu: Add texlive-generic-atbegshi., Marius Bakke, 2021/05/24
- [bug#48622] [PATCH core-updates 13/29] gnu: Add texlive-latex-letltxmacro., Marius Bakke, 2021/05/24
- [bug#48622] [PATCH core-updates 29/29] gnu: dblatex: Remove unused TeX inputs., Marius Bakke, 2021/05/24
- [bug#48622] [PATCH core-updates 30/29] gnu: Add texlive-tex-gyre., Marius Bakke, 2021/05/24
- [bug#48622] [PATCH core-updates 31/29] gnu: Add texlive-latex-etoc., Marius Bakke, 2021/05/24
- [bug#48622] [PATCH core-updates 37/29] gnu: hypre: Update to 2020.0., Marius Bakke, 2021/05/24
- [bug#48622] [PATCH core-updates 34/29] gnu: Add texlive-latex-stackengine., Marius Bakke, 2021/05/24
- [bug#48622] [PATCH core-updates 32/29] gnu: Add texlive-latex-hanging.,
Marius Bakke <=
- [bug#48622] [PATCH core-updates 33/29] gnu: Add texlive-latex-newunicodechar., Marius Bakke, 2021/05/24
- [bug#48622] [PATCH core-updates 35/29] gnu: Add texlive-latex-tocloft., Marius Bakke, 2021/05/24
- [bug#48622] [PATCH core-updates 36/29] gnu: texlive-latex-tools: Provide array-2016-10-06.sty., Marius Bakke, 2021/05/24
- [bug#48622] [PATCH core-updates 00/29] TeX Live 2020, Marius Bakke, 2021/05/24