all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57595] [PATCH] gnu: Add texlive-latex-marginfix.
@ 2022-09-05 11:47 Wiktor Żelazny
  2022-09-10 10:48 ` bug#57595: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Wiktor Żelazny @ 2022-09-05 11:47 UTC (permalink / raw)
  To: 57595; +Cc: Wiktor Żelazny

From: Wiktor Żelazny <wzelazny@vurv.cz>

* gnu/packages/tex.scm (texlive-latex-marginfix): New variable.
---
 gnu/packages/tex.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 56308c4cf9..cad4d2c7dd 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5533,6 +5533,25 @@ (define-public texlive-makecmds
 @code{\\provideenvironment} for environments.")
     (license license:lppl1.3c+)))
 
+(define-public texlive-latex-marginfix
+  (package
+    (inherit (simple-texlive-package
+              "texlive-latex-marginfix"
+              (list "doc/latex/marginfix/"
+                    "tex/latex/marginfix/")
+              (base32 "1qinf42mjry8bi5h3kgbi6hcymnk8fw0w43527wm95nc365dq0mf")
+              #:trivial? #t))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/marginfix")
+    (synopsis "Patch \\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.")
+    (license license:lppl)))
+
 (define-public texlive-metalogo
   (package
     (inherit (simple-texlive-package

base-commit: 31b4eea5c0d361dfbca119c27cbc1e8c6f65782a
-- 
2.37.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57595: [PATCH] gnu: Add texlive-latex-marginfix.
  2022-09-05 11:47 [bug#57595] [PATCH] gnu: Add texlive-latex-marginfix Wiktor Żelazny
@ 2022-09-10 10:48 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-09-10 10:48 UTC (permalink / raw)
  To: Wiktor Żelazny; +Cc: 57595-done, Wiktor Żelazny

[-- Attachment #1: Type: text/plain, Size: 355 bytes --]


Wiktor Żelazny <wz@freeshell.de> writes:

> From: Wiktor Żelazny <wzelazny@vurv.cz>
>
> * gnu/packages/tex.scm (texlive-latex-marginfix): New variable.
> ---
>  gnu/packages/tex.scm | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)

Thanks Wiktor, I've pushed this to master as
fe42befd64df016d755f56107a407f5e4b5c3814.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-10 10:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-05 11:47 [bug#57595] [PATCH] gnu: Add texlive-latex-marginfix Wiktor Żelazny
2022-09-10 10:48 ` bug#57595: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.