[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/418: gnu: texlive-latex-marginfix -> texlive-marginfix.
From: |
guix-commits |
Subject: |
61/418: gnu: texlive-latex-marginfix -> texlive-marginfix. |
Date: |
Mon, 29 May 2023 17:38:52 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 1e399a994ab092630669814d9151752c89ab04be
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 7863f09a93..0454e3ee83 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6106,25 +6106,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
- 34/418: gnu: Add texlive-showexpl., (continued)
- 34/418: gnu: Add texlive-showexpl., guix-commits, 2023/05/29
- 37/418: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/05/29
- 39/418: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/05/29
- 43/418: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/05/29
- 49/418: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/05/29
- 40/418: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/05/29
- 41/418: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/05/29
- 42/418: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/05/29
- 46/418: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/05/29
- 48/418: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/05/29
- 61/418: gnu: texlive-latex-marginfix -> texlive-marginfix.,
guix-commits <=
- 71/418: gnu: texlive-zref: Fix build., guix-commits, 2023/05/29
- 75/418: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/05/29
- 83/418: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/05/29
- 30/418: gnu: Add texlive-breakurl., guix-commits, 2023/05/29
- 50/418: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/05/29
- 60/418: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/05/29
- 64/418: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/29
- 86/418: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/05/29
- 87/418: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/05/29
- 44/418: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/05/29