guix-patches
[Top][All Lists]
Advanced

[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






reply via email to

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