[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#56601] [PATCH] gnu: Add texlive-setspace.
From: |
Fabio Natali |
Subject: |
[bug#56601] [PATCH] gnu: Add texlive-setspace. |
Date: |
Sat, 16 Jul 2022 15:24:08 +0100 |
---
gnu/packages/tex.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2af21907c6..cb40f3b549 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11050,3 +11050,20 @@ (define-public texlive-mdframed
coloured boxes. The user may instruct the package to perform its operations
using default LaTeX commands, PStricks or TikZ.")
(license license:lppl)))
+
+(define-public texlive-setspace
+ (package
+ (inherit
+ (simple-texlive-package
+ "texlive-setspace"
+ (list "doc/latex/setspace/" "tex/latex/setspace/")
+ (base32 "00ik8qgkw3ivh3z827zjf7gbwkbsmdcmv22c6ap543mpgaqqjcfm")
+ #:trivial? #t))
+ (home-page "https://ctan.org/macros/latex/contrib/setspace";)
+ (synopsis "Set space between lines")
+ (description
+ "This package provides support for setting the spacing between lines in a
+document. Package options include singlespacing, onehalfspacing, and
+doublespacing. Alternatively the spacing can be changed as required with the
+\\singlespacing, \\onehalfspacing, and \\doublespacing commands. Other size
+spacings also available.")))
base-commit: 4ce7f1fb24a111f3e92d5b889d1271bebf109d09
prerequisite-patch-id: 15fbd940ff2c4d720e5400d6413ffbfdf01ead36
--
2.36.1
- [bug#56601] [PATCH] gnu: Add texlive-mdframed., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Add texlive-setspace.,
Fabio Natali <=
- [bug#56601] [PATCH] gnu: Add texlive-pdflscape., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Add texlive-tracklang., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Add texlive-everysel., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Add texlive-pgfgantt., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Add texlive-datetime2., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Add texlive-ltablex., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Add texlive-ragged2e., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Improved TeX Live everysel package synopsis., Fabio Natali, 2022/07/28
- [bug#56601] [PATCH] gnu: Add texlive-everyshi., Fabio Natali, 2022/07/28
- [bug#56601] [PATCH] gnu: Fixed home-page URLs and improved descriptions in various TeX packages., Fabio Natali, 2022/07/28