[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/409: gnu: texlive-latex-marginfix -> texlive-marginfix.
From: |
guix-commits |
Subject: |
61/409: gnu: texlive-latex-marginfix -> texlive-marginfix. |
Date: |
Sat, 20 May 2023 04:02:22 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 616071d1f43f4a0f3d6e23d2c8063ee80368c2e0
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 21132e67f8..34fca2701c 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
- 91/409: gnu: texlive-booktabs: Fix build., (continued)
- 91/409: gnu: texlive-booktabs: Fix build., guix-commits, 2023/05/20
- 93/409: gnu: texlive-preprint: Fix build., guix-commits, 2023/05/20
- 95/409: gnu: Add texlive-luatexbase., guix-commits, 2023/05/20
- 98/409: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/05/20
- 104/409: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/05/20
- 107/409: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/05/20
- 109/409: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/05/20
- 102/409: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/05/20
- 132/409: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/05/20
- 45/409: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., guix-commits, 2023/05/20
- 61/409: gnu: texlive-latex-marginfix -> texlive-marginfix.,
guix-commits <=
- 64/409: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/20
- 67/409: gnu: texlive-stringenc: Fix build., guix-commits, 2023/05/20
- 73/409: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/05/20
- 79/409: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/05/20
- 101/409: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/05/20
- 103/409: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/05/20
- 105/409: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/05/20
- 115/409: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/05/20
- 116/409: gnu: Add texlive-regexpatch., guix-commits, 2023/05/20
- 119/409: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/05/20