pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print tex-marginfix{,-doc}: Add version 1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6783ebc4cb73
branches:  trunk
changeset: 377215:6783ebc4cb73
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Apr 18 03:20:55 2022 +0000

description:
tex-marginfix{,-doc}: Add version 1.2

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. A typical workaround is to insert
\vshift commands by hand, but this is a tedious process that is
invalidated when pagination changes. Another workaround is
memoir's \sidebar function, but this can be unsatisfying for
short textual notes, and standard marginpars cannot be mixed
with sidebars. 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.

diffstat:

 print/Makefile                   |   4 +++-
 print/tex-marginfix-doc/DESCR    |   1 +
 print/tex-marginfix-doc/Makefile |  13 +++++++++++++
 print/tex-marginfix-doc/PLIST    |   3 +++
 print/tex-marginfix-doc/distinfo |   5 +++++
 print/tex-marginfix/DESCR        |  10 ++++++++++
 print/tex-marginfix/Makefile     |  13 +++++++++++++
 print/tex-marginfix/PLIST        |   2 ++
 print/tex-marginfix/distinfo     |   5 +++++
 9 files changed, 55 insertions(+), 1 deletions(-)

diffs (102 lines):

diff -r 75af22c67114 -r 6783ebc4cb73 print/Makefile
--- a/print/Makefile    Mon Apr 18 03:18:01 2022 +0000
+++ b/print/Makefile    Mon Apr 18 03:20:55 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.838 2022/04/18 03:18:01 markd Exp $
+# $NetBSD: Makefile,v 1.839 2022/04/18 03:20:55 markd Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -1081,6 +1081,8 @@
 SUBDIR+=       tex-makecmds-doc
 SUBDIR+=       tex-makerobust
 SUBDIR+=       tex-makerobust-doc
+SUBDIR+=       tex-marginfix
+SUBDIR+=       tex-marginfix-doc
 SUBDIR+=       tex-marginnote
 SUBDIR+=       tex-marginnote-doc
 SUBDIR+=       tex-math-e-doc
diff -r 75af22c67114 -r 6783ebc4cb73 print/tex-marginfix-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-marginfix-doc/DESCR     Mon Apr 18 03:20:55 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-marginfix.
diff -r 75af22c67114 -r 6783ebc4cb73 print/tex-marginfix-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-marginfix-doc/Makefile  Mon Apr 18 03:20:55 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 03:20:56 markd Exp $
+
+DISTNAME=      marginfix.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.2
+TEXLIVE_REV=   55064
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/marginfix
+COMMENT=       Documentation for tex-marginfix
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 75af22c67114 -r 6783ebc4cb73 print/tex-marginfix-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-marginfix-doc/PLIST     Mon Apr 18 03:20:55 2022 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:20:56 markd Exp $
+share/texmf-dist/doc/latex/marginfix/README
+share/texmf-dist/doc/latex/marginfix/marginfix.pdf
diff -r 75af22c67114 -r 6783ebc4cb73 print/tex-marginfix-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-marginfix-doc/distinfo  Mon Apr 18 03:20:55 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 03:20:56 markd Exp $
+
+BLAKE2s (marginfix.doc.r55064.tar.xz) = 8eff260d72d8427ac4900608858158f592b41f83039aff6d79290bd20e476e98
+SHA512 (marginfix.doc.r55064.tar.xz) = 16ab654dd8957bcf37351b7c766b787f27baddd4e73a6a4c3a07f5b1486f5ea73c9028675b5830b8dc1224eae29f50d61bb579aeecd9af4aaafaf78259bca900
+Size (marginfix.doc.r55064.tar.xz) = 243144 bytes
diff -r 75af22c67114 -r 6783ebc4cb73 print/tex-marginfix/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-marginfix/DESCR Mon Apr 18 03:20:55 2022 +0000
@@ -0,0 +1,10 @@
+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. A typical workaround is to insert
+\vshift commands by hand, but this is a tedious process that is
+invalidated when pagination changes. Another workaround is
+memoir's \sidebar function, but this can be unsatisfying for
+short textual notes, and standard marginpars cannot be mixed
+with sidebars. 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.
diff -r 75af22c67114 -r 6783ebc4cb73 print/tex-marginfix/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-marginfix/Makefile      Mon Apr 18 03:20:55 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 03:20:56 markd Exp $
+
+DISTNAME=      marginfix
+PKGNAME=       tex-${DISTNAME}-1.2
+TEXLIVE_REV=   55064
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/marginfix
+COMMENT=       Patch \marginpar to avoid overfull margins
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 75af22c67114 -r 6783ebc4cb73 print/tex-marginfix/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-marginfix/PLIST Mon Apr 18 03:20:55 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:20:56 markd Exp $
+share/texmf-dist/tex/latex/marginfix/marginfix.sty
diff -r 75af22c67114 -r 6783ebc4cb73 print/tex-marginfix/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-marginfix/distinfo      Mon Apr 18 03:20:55 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 03:20:56 markd Exp $
+
+BLAKE2s (marginfix.r55064.tar.xz) = 09fc401276638a9253e9fbbc018dc56736b46cd3db1e27e8c9ace5d38f223238
+SHA512 (marginfix.r55064.tar.xz) = 70dc40b9823cd82a52a7e55e5af47e5b2373fd7cf16567f6eca2bb886d3612473141435444b538f81ab9467d1b3e5ba04424b1ca47d95cc0869dea02faf82b03
+Size (marginfix.r55064.tar.xz) = 3752 bytes



Home | Main Index | Thread Index | Old Index