[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
113/435: gnu: texlive-latex-textpos -> texlive-textpos.
From: |
guix-commits |
Subject: |
113/435: gnu: texlive-latex-textpos -> texlive-textpos. |
Date: |
Tue, 6 Jun 2023 11:39:27 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0c3eaaa84b8ee8a26a56321755f90de45421d840
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 14:49:36 2023 +0200
gnu: texlive-latex-textpos -> texlive-textpos.
* gnu/packages/tex.scm (texlive-textpos): New variable.
(texlive-latex-textpos): Deprecate variable.
---
gnu/packages/tex.scm | 37 ++++++++++++++++++++-----------------
1 file changed, 20 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0148d10053..f8df8dd374 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11627,28 +11627,31 @@ language preferred by the user. This package is not
intended to be used to
automatically translate more than a few words.")
(license (list license:lppl license:gpl1+))))
-(define-public texlive-latex-textpos
+(define-public texlive-textpos
(package
- (inherit (simple-texlive-package
- "texlive-latex-textpos"
- (list "doc/latex/textpos/"
- "tex/latex/textpos/")
- (base32 "0sqm3pr9jyf9sf432qawscbf50glj58acwcfzyk58ijic2g01hzl")
- #:trivial? #t))
+ (name "texlive-textpos")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/textpos/" "source/latex/textpos/"
+ "tex/latex/textpos/")
+ (base32
+ "0gg6b2ckafj8fbrlw85m538c08qyq2cv5z59r9pzcwg1c1xdyn02")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-everyshi
+ texlive-graphics))
(home-page "https://ctan.org/pkg/textpos")
- (synopsis "Absolute positioning of text on the LaTeX page")
+ (synopsis "Place boxes at arbitrary positions on the LaTeX page")
(description
- "This package facilitates placing boxes at absolute positions on the
-LaTeX page. There are several reasons why this might be useful, but the main
-one (or at least my motivating one) is to help produce a large-format
-conference poster.
+ "This package provides a package to facilitate placement of boxes at
+absolute positions on the LaTeX page. There are several reasons why this
+might be useful, an important one being to help the creation of large-format
+conference posters.")
+ (license license:lppl1.3+)))
-This package provides a single environment, plus a starred variant, which
-contains the text (or graphics, or table, or whatever) which is to be placed
-on the page, and which specifies where it is to be placed. The environment is
-accompanied by various configuration commands.")
- (license license:lppl)))
+(define-deprecated-package texlive-latex-textpos texlive-textpos)
(define-public texlive-unicode-math
(package
- 85/435: gnu: texlive-latex-parskip -> texlive-parskip., (continued)
- 85/435: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/06/06
- 86/435: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/06/06
- 96/435: gnu: Add texlive-luacode., guix-commits, 2023/06/06
- 101/435: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/06/06
- 103/435: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/06/06
- 104/435: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/06/06
- 106/435: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/06/06
- 107/435: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/06/06
- 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 <=
- 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, 2023/06/06
- 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