[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/452: gnu: texlive-latex-marginfix -> texlive-marginfix.
From: |
guix-commits |
Subject: |
61/452: gnu: texlive-latex-marginfix -> texlive-marginfix. |
Date: |
Fri, 9 Jun 2023 13:42:56 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e2f65203b329a07f9b754eadb2df1253f056f2ea
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 12:03:52 2023 +0200
gnu: texlive-latex-marginfix -> texlive-marginfix.
* gnu/packages/tex.scm (texlive-marginfix): New variable.
(texlive-latex-marginfix): Deprecate variable.
---
gnu/packages/tex.scm | 28 +++++++++++++++++-----------
1 file changed, 17 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8aef14b849..6f30c4754a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6098,25 +6098,31 @@ always (re)defines a command. There is also
@code{\\makeenvironment} and
@code{\\provideenvironment} for environments.")
(license license:lppl1.3c+)))
-(define-public texlive-latex-marginfix
+(define-public texlive-marginfix
(package
- (inherit (simple-texlive-package
- "texlive-latex-marginfix"
- (list "doc/latex/marginfix/"
- "tex/latex/marginfix/")
- (base32 "1qinf42mjry8bi5h3kgbi6hcymnk8fw0w43527wm95nc365dq0mf")
- #:trivial? #t))
+ (name "texlive-marginfix")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/marginfix/"
+ "source/latex/marginfix/"
+ "tex/latex/marginfix/")
+ (base32
+ "0y6lmxm5ws2g0rqisvgdc8kg3whnvabrkl662sb4jvvaz02y3qdi")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/marginfix")
- (synopsis "Patch \\marginpar to avoid overfull margins")
+ (synopsis "Patch @code{\\marginpar} to avoid overfull margins")
(description
"Authors using LaTeX to typeset books with significant margin material
often run into the problem of long notes running off the bottom of the page.
-This package implements a solution to make marginpars ``just work'' by keeping
-a list of floating inserts and arranging them intelligently in the output
-routine.")
+This package implements a solution to make @code{marginpars} just work by
+keeping a list of floating inserts and arranging them intelligently in the
+output routine.")
(license license:lppl)))
+(define-deprecated-package texlive-latex-marginfix texlive-marginfix)
+
(define-public texlive-metalogo
(package
(inherit (simple-texlive-package
- 149/452: gnu: texlive-comment: Refresh package definition., (continued)
- 149/452: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/06/09
- 156/452: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/09
- 159/452: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/09
- 158/452: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/06/09
- 172/452: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/09
- 181/452: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/06/09
- 168/452: gnu: texlive-was: Refresh package definition., guix-commits, 2023/06/09
- 13/452: gnu: texlive-latex-environ -> texlive-environ., guix-commits, 2023/06/09
- 16/452: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/06/09
- 65/452: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/06/09
- 61/452: gnu: texlive-latex-marginfix -> texlive-marginfix.,
guix-commits <=
- 74/452: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/06/09
- 83/452: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/09
- 86/452: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/06/09
- 108/452: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/06/09
- 106/452: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/06/09
- 103/452: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/06/09
- 114/452: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/06/09
- 122/452: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/06/09
- 124/452: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/06/09
- 139/452: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/06/09