[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
76/93: gnu: Add texlive-tabto-generic.
From: |
guix-commits |
Subject: |
76/93: gnu: Add texlive-tabto-generic. |
Date: |
Thu, 20 Jul 2023 05:21:44 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit fde679ba8392582e7994f954d00f12c8a3d4d1a2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:06:32 2023 +0200
gnu: Add texlive-tabto-generic.
* gnu/packages/tex.scm (texlive-tabto-generic): New variable.
---
gnu/packages/tex.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 61700ff363..66f5747290 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3719,6 +3719,24 @@ aligned vertically. The package works with plain TeX or
LaTeX, but e-TeX is
required.")
(license license:lppl1.3c)))
+(define-public texlive-tabto-generic
+ (package
+ (name "texlive-tabto-generic")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "tex/generic/tabto-generic/")
+ (base32
+ "0i65jflbnhqpqf1w7pkagicic1s39gcl319z7g9zr1g80f9532dv")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tabto-generic")
+ (synopsis "Tab to a measured position in the line")
+ (description
+ "@code{\\tabto@{<length>@}} moves the typesetting position to
+@code{<length>} from the left margin of the paragraph. If the typesetting
+position is already further along, @code{\\tabto} starts a new line.")
+ (license license:public-domain)))
+
(define-public texlive-tex
(package
(name "texlive-tex")
- 52/93: gnu: Add texlive-newsletr., (continued)
- 52/93: gnu: Add texlive-newsletr., guix-commits, 2023/07/20
- 53/93: gnu: Add texlive-ofs., guix-commits, 2023/07/20
- 51/93: gnu: Add texlive-navigator., guix-commits, 2023/07/20
- 58/93: gnu: Add texlive-pdfmsym., guix-commits, 2023/07/20
- 63/93: gnu: Add texlive-plnfss., guix-commits, 2023/07/20
- 65/93: gnu: Add texlive-present., guix-commits, 2023/07/20
- 68/93: gnu: Add texlive-randomlist., guix-commits, 2023/07/20
- 71/93: gnu: Add texlive-schemata., guix-commits, 2023/07/20
- 72/93: gnu: Add texlive-shade., guix-commits, 2023/07/20
- 73/93: gnu: Add texlive-simplekv., guix-commits, 2023/07/20
- 76/93: gnu: Add texlive-tabto-generic.,
guix-commits <=
- 67/93: gnu: Add texlive-random., guix-commits, 2023/07/20
- 69/93: gnu: Add texlive-resumemac., guix-commits, 2023/07/20
- 86/93: gnu: Add texlive-varisize., guix-commits, 2023/07/20
- 88/93: gnu: Add texlive-xii-lat., guix-commits, 2023/07/20
- 79/93: gnu: Add texlive-texdate., guix-commits, 2023/07/20
- 90/93: gnu: Add texlive-xlop., guix-commits, 2023/07/20
- 89/93: gnu: Add texlive-xintsession., guix-commits, 2023/07/20
- 83/93: gnu: Add texlive-treetex., guix-commits, 2023/07/20
- 82/93: gnu: Add texlive-transparent-io., guix-commits, 2023/07/20
- 78/93: gnu: Add texlive-tex-ps., guix-commits, 2023/07/20