[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
113/452: gnu: texlive-latex-textpos -> texlive-textpos.
From: |
guix-commits |
Subject: |
113/452: gnu: texlive-latex-textpos -> texlive-textpos. |
Date: |
Fri, 9 Jun 2023 13:43:06 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b1562eb92cb380f98927ea8ad899f80c3882ccb3
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 146712b7e1..9b8ffa310e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11619,28 +11619,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
- 24/452: gnu: Add texlive-enctex., (continued)
- 24/452: gnu: Add texlive-enctex., guix-commits, 2023/06/09
- 27/452: gnu: Add texlive-luabidi., guix-commits, 2023/06/09
- 33/452: gnu: Add texlive-attachfile., guix-commits, 2023/06/09
- 41/452: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/06/09
- 57/452: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/09
- 69/452: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/06/09
- 68/452: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/06/09
- 87/452: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/06/09
- 92/452: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/06/09
- 97/452: gnu: Add texlive-hyperxmp., guix-commits, 2023/06/09
- 113/452: gnu: texlive-latex-textpos -> texlive-textpos.,
guix-commits <=
- 134/452: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/06/09
- 154/452: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/06/09
- 35/452: gnu: Add texlive-subfig., guix-commits, 2023/06/09
- 150/452: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/06/09
- 175/452: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/06/09
- 171/452: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/06/09
- 182/452: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/06/09
- 185/452: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/09
- 184/452: gnu: Add texlive-etextools., guix-commits, 2023/06/09
- 188/452: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/06/09