[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/93: gnu: Add texlive-letterspacing.
From: |
guix-commits |
Subject: |
45/93: gnu: Add texlive-letterspacing. |
Date: |
Thu, 20 Jul 2023 05:21:20 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 3f6c9b70d5a03745e27cb123bbe6ac896a6ba74a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:55:14 2023 +0200
gnu: Add texlive-letterspacing.
* gnu/packages/tex.scm (texlive-letterspacing): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5fce27bd23..be0bc10c60 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3029,6 +3029,26 @@ documentation and six demo presentations ranging from
geometric abstraction to
classic style to silly video game.")
(license license:lppl)))
+(define-public texlive-letterspacing
+ (package
+ (name "texlive-letterspacing")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "tex/generic/letterspacing/")
+ (base32
+ "0ry7rri76dgbrkzr6na2kkh7bn0jpwkhh9b5qw0cl5xwyp81rddg")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/letterspacing")
+ (synopsis "Letter spacing")
+ (description
+ "This package helps spacing out the letters of text; the command is
+@code{\\letterspace<\\hbox modifier>@{<text>@}}: the text is placed in an
+@code{\\hbox} of the specified size, and space is inserted between each glyph
+to make the text fit the box. Note that letterspacing is not ordinarily
+considered acceptable in modern typesetting of English.")
+ (license license:knuth)))
+
(define-public texlive-tex
(package
(name "texlive-tex")
- 27/93: gnu: Add texlive-fixpdfmag., (continued)
- 27/93: gnu: Add texlive-fixpdfmag., guix-commits, 2023/07/20
- 29/93: gnu: Add texlive-fntproof., guix-commits, 2023/07/20
- 30/93: gnu: Add texlive-font-change., guix-commits, 2023/07/20
- 32/93: gnu: Add texlive-getoptk., guix-commits, 2023/07/20
- 39/93: gnu: Add texlive-inputnormalization., guix-commits, 2023/07/20
- 12/93: gnu: Add texlive-compare., guix-commits, 2023/07/20
- 14/93: gnu: Add texlive-cweb-old., guix-commits, 2023/07/20
- 36/93: gnu: Add texlive-gtl., guix-commits, 2023/07/20
- 40/93: gnu: Add texlive-insbox., guix-commits, 2023/07/20
- 42/93: gnu: Add texlive-lambda-lists., guix-commits, 2023/07/20
- 45/93: gnu: Add texlive-letterspacing.,
guix-commits <=
- 48/93: gnu: Add texlive-midnight., guix-commits, 2023/07/20
- 57/93: gnu: Add texlive-pdf-trans., guix-commits, 2023/07/20
- 66/93: gnu: Add texlive-pwebmac., guix-commits, 2023/07/20
- 34/93: gnu: Add texlive-gobble., guix-commits, 2023/07/20
- 28/93: gnu: Add texlive-fltpoint., guix-commits, 2023/07/20
- 35/93: gnu: Add texlive-graphics-pln., guix-commits, 2023/07/20
- 41/93: gnu: Add texlive-js-misc., guix-commits, 2023/07/20
- 49/93: gnu: Add texlive-modulus., guix-commits, 2023/07/20
- 50/93: gnu: Add texlive-namedef., guix-commits, 2023/07/20
- 64/93: gnu: Add texlive-plstmary., guix-commits, 2023/07/20