[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
115/435: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx.
From: |
guix-commits |
Subject: |
115/435: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx. |
Date: |
Tue, 6 Jun 2023 11:39:27 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b566243dca62ed207d5611adad526abd8deafd51
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 20:06:12 2023 +0200
gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx.
* gnu/packages/tex.scm (texlive-tabto-ltx): New variable.
(texlive-latex-tabto-ltx): Deprecate variable.
---
gnu/packages/tex.scm | 42 +++++++++++++++---------------------------
1 file changed, 15 insertions(+), 27 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8e1327a191..1ecca29002 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12728,44 +12728,32 @@ It is particularly useful in the page footer that
says: @samp{Page N of M}.")
(define-deprecated-package texlive-latex-lastpage texlive-lastpage)
-(define-public texlive-latex-tabto-ltx
+(define-public texlive-tabto-ltx
(package
- (name "texlive-latex-tabto-ltx")
+ (name "texlive-tabto-ltx")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (svn-reference (url (string-append
- "svn://www.tug.org/texlive/tags/"
- %texlive-tag "/Master/texmf-dist/"
- "/tex/latex/tabto-ltx"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1vq9s3n0mdgx2w84bjdsqxp3vcasfb824agjy56713902li1g8vm"))))
- (build-system trivial-build-system)
- (arguments
- `(#:modules ((guix build utils))
- #:builder (begin
- (use-modules (guix build utils))
- (let ((target (string-append (assoc-ref %outputs "out")
- "/share/texmf-dist/tex/latex/tabto")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source")
- target) #t))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/tabto-ltx/" "tex/latex/tabto-ltx/")
+ (base32
+ "0q0v1pc4hvj71nayfpkj6gfwcbi18s5c526r1k7j4p9m5fcqmbgm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tabto-ltx";)
- (synopsis "``Tab'' to a measured position in the line")
+ (synopsis "Tab to a measured position in the line")
(description
"This package provides @code{\\tabto{<length>}}, which 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; the command @code{\\tabto*} will move position backwards if
+If the typesetting position is already further along, @code{\\tabto} starts
+a new line; the command @code{\\tabto*} will move position backwards if
necessary, so that previous text may be overwritten. In addition, the command
@code{\\TabPositions} may be used to define a set of tabbing positions, after
which the command @code{\\tab} advances typesetting position to the next
-defined ``tab stop''.")
+defined tab stop.")
(license license:lppl1.3+)))
+(define-deprecated-package texlive-latex-tabto-ltx texlive-tabto-ltx)
+
(define-public texlive-soul
(let ((template (simple-texlive-package
"texlive-soul"
- 108/435: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., (continued)
- 108/435: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/06/06
- 112/435: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/06/06
- 113/435: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/06/06
- 114/435: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/06/06
- 116/435: gnu: Add texlive-regexpatch., guix-commits, 2023/06/06
- 121/435: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/06/06
- 100/435: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/06/06
- 105/435: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/06/06
- 109/435: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/06/06
- 110/435: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/06/06
- 115/435: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx.,
guix-commits <=
- 77/435: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/06/06
- 78/435: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/06/06
- 80/435: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/06/06
- 83/435: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/06
- 87/435: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/06/06
- 89/435: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/06/06
- 91/435: gnu: texlive-booktabs: Fix build., guix-commits, 2023/06/06
- 95/435: gnu: Add texlive-luatexbase., guix-commits, 2023/06/06
- 122/435: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/06/06
- 118/435: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/06/06