pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print
Module Name: pkgsrc
Committed By: markd
Date: Mon Apr 18 03:20:56 UTC 2022
Modified Files:
pkgsrc/print: Makefile
Added Files:
pkgsrc/print/tex-marginfix: DESCR Makefile PLIST distinfo
pkgsrc/print/tex-marginfix-doc: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.838 -r1.839 pkgsrc/print/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-marginfix/DESCR \
pkgsrc/print/tex-marginfix/Makefile pkgsrc/print/tex-marginfix/PLIST \
pkgsrc/print/tex-marginfix/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-marginfix-doc/DESCR \
pkgsrc/print/tex-marginfix-doc/Makefile \
pkgsrc/print/tex-marginfix-doc/PLIST \
pkgsrc/print/tex-marginfix-doc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/Makefile
diff -u pkgsrc/print/Makefile:1.838 pkgsrc/print/Makefile:1.839
--- pkgsrc/print/Makefile:1.838 Mon Apr 18 03:18:01 2022
+++ pkgsrc/print/Makefile Mon Apr 18 03:20:55 2022
@@ -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
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
Added files:
Index: pkgsrc/print/tex-marginfix/DESCR
diff -u /dev/null pkgsrc/print/tex-marginfix/DESCR:1.1
--- /dev/null Mon Apr 18 03:20:56 2022
+++ pkgsrc/print/tex-marginfix/DESCR Mon Apr 18 03:20:56 2022
@@ -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.
Index: pkgsrc/print/tex-marginfix/Makefile
diff -u /dev/null pkgsrc/print/tex-marginfix/Makefile:1.1
--- /dev/null Mon Apr 18 03:20:56 2022
+++ pkgsrc/print/tex-marginfix/Makefile Mon Apr 18 03:20:56 2022
@@ -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"
Index: pkgsrc/print/tex-marginfix/PLIST
diff -u /dev/null pkgsrc/print/tex-marginfix/PLIST:1.1
--- /dev/null Mon Apr 18 03:20:56 2022
+++ pkgsrc/print/tex-marginfix/PLIST Mon Apr 18 03:20:56 2022
@@ -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
Index: pkgsrc/print/tex-marginfix/distinfo
diff -u /dev/null pkgsrc/print/tex-marginfix/distinfo:1.1
--- /dev/null Mon Apr 18 03:20:56 2022
+++ pkgsrc/print/tex-marginfix/distinfo Mon Apr 18 03:20:56 2022
@@ -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
Index: pkgsrc/print/tex-marginfix-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-marginfix-doc/DESCR:1.1
--- /dev/null Mon Apr 18 03:20:56 2022
+++ pkgsrc/print/tex-marginfix-doc/DESCR Mon Apr 18 03:20:56 2022
@@ -0,0 +1 @@
+Documentation for tex-marginfix.
Index: pkgsrc/print/tex-marginfix-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-marginfix-doc/Makefile:1.1
--- /dev/null Mon Apr 18 03:20:56 2022
+++ pkgsrc/print/tex-marginfix-doc/Makefile Mon Apr 18 03:20:56 2022
@@ -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"
Index: pkgsrc/print/tex-marginfix-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-marginfix-doc/PLIST:1.1
--- /dev/null Mon Apr 18 03:20:56 2022
+++ pkgsrc/print/tex-marginfix-doc/PLIST Mon Apr 18 03:20:56 2022
@@ -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
Index: pkgsrc/print/tex-marginfix-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-marginfix-doc/distinfo:1.1
--- /dev/null Mon Apr 18 03:20:56 2022
+++ pkgsrc/print/tex-marginfix-doc/distinfo Mon Apr 18 03:20:56 2022
@@ -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
Home |
Main Index |
Thread Index |
Old Index