unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Fabio Natali <me@fabionatali.com>
To: 56601@debbugs.gnu.org
Cc: Fabio Natali <me@fabionatali.com>
Subject: [bug#56601] [PATCH] gnu: Add texlive-setspace.
Date: Sat, 16 Jul 2022 15:24:08 +0100	[thread overview]
Message-ID: <4064a772cded3b141c26af7c339f2a819eefea0f.1657968314.git.me@fabionatali.com> (raw)
In-Reply-To: <df3cb4cb72bba8e9f08b27a5e5603ab3003ec0fb.1657962688.git.me@fabionatali.com>

---
 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	other threads:[~2022-07-16 16:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-16  9:15 [bug#56601] [PATCH] gnu: Add texlive-mdframed Fabio Natali
2022-07-16 14:24 ` Fabio Natali [this message]
2022-07-16 14:28 ` [bug#56601] [PATCH] gnu: Add texlive-pgfgantt Fabio Natali
2022-07-16 14:36 ` [bug#56601] [PATCH] gnu: Add texlive-pdflscape Fabio Natali
2022-07-16 14:42 ` [bug#56601] [PATCH] gnu: Add texlive-datetime2 Fabio Natali
2022-07-16 14:44 ` [bug#56601] [PATCH] gnu: Add texlive-tracklang Fabio Natali
2022-07-16 14:45 ` [bug#56601] [PATCH] gnu: Add texlive-ltablex Fabio Natali
2022-07-16 14:46 ` [bug#56601] [PATCH] gnu: Add texlive-ragged2e Fabio Natali
2022-07-16 14:47 ` [bug#56601] [PATCH] gnu: Add texlive-everysel Fabio Natali
2022-07-28 14:03 ` [bug#56601] [PATCH] gnu: Fixed home-page URLs and improved descriptions in various TeX packages Fabio Natali
2022-07-28 14:49 ` [bug#56601] [PATCH] gnu: Improved TeX Live everysel package synopsis Fabio Natali
2022-07-28 14:51 ` [bug#56601] [PATCH] gnu: Add texlive-everyshi Fabio Natali
2022-08-03 13:58   ` bug#56601: [PATCH] gnu: Add texlive-mdframed Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4064a772cded3b141c26af7c339f2a819eefea0f.1657968314.git.me@fabionatali.com \
    --to=me@fabionatali.com \
    --cc=56601@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).