diff options
author | minskim <minskim> | 2010-04-21 06:14:03 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-04-21 06:14:03 +0000 |
commit | 309ac0482951db113efe1119c2481c256677d82d (patch) | |
tree | 95f494f30047cc2342d2c4c148dc524dc604b2b6 /print/tex-dblfloatfix | |
parent | 216b7dcba74a95307af55a1e6ae57b5346e1c7f1 (diff) | |
download | pkgsrc-309ac0482951db113efe1119c2481c256677d82d.tar.gz |
Import tex-dblfloatfix-1.0 as print/tex-dblfloatfix.
The package solves two problems: floats in a twocolumn document come
out in the right order and allowed float positions are now [tbp]. The
packages actually merges facilities from fixltx2e and stfloats.
Diffstat (limited to 'print/tex-dblfloatfix')
-rw-r--r-- | print/tex-dblfloatfix/DESCR | 3 | ||||
-rw-r--r-- | print/tex-dblfloatfix/Makefile | 13 | ||||
-rw-r--r-- | print/tex-dblfloatfix/PLIST | 2 | ||||
-rw-r--r-- | print/tex-dblfloatfix/distinfo | 5 |
4 files changed, 23 insertions, 0 deletions
diff --git a/print/tex-dblfloatfix/DESCR b/print/tex-dblfloatfix/DESCR new file mode 100644 index 00000000000..1420424b88e --- /dev/null +++ b/print/tex-dblfloatfix/DESCR @@ -0,0 +1,3 @@ +The package solves two problems: floats in a twocolumn document come +out in the right order and allowed float positions are now [tbp]. The +packages actually merges facilities from fixltx2e and stfloats. diff --git a/print/tex-dblfloatfix/Makefile b/print/tex-dblfloatfix/Makefile new file mode 100644 index 00000000000..0a8d54e5058 --- /dev/null +++ b/print/tex-dblfloatfix/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/21 06:14:03 minskim Exp $ +# TeX Live Revision 17191 + +DISTNAME= dblfloatfix +PKGNAME= tex-${DISTNAME}-1.0 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Fixes for twocolumn floats + +CONFLICTS+= tex-ltxmisc<2009 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-dblfloatfix/PLIST b/print/tex-dblfloatfix/PLIST new file mode 100644 index 00000000000..63aaa3414c5 --- /dev/null +++ b/print/tex-dblfloatfix/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/21 06:14:03 minskim Exp $ +share/texmf-dist/tex/latex/dblfloatfix/dblfloatfix.sty diff --git a/print/tex-dblfloatfix/distinfo b/print/tex-dblfloatfix/distinfo new file mode 100644 index 00000000000..3fbc996f275 --- /dev/null +++ b/print/tex-dblfloatfix/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/21 06:14:03 minskim Exp $ + +SHA1 (tex-dblfloatfix-1.0/dblfloatfix.tar.xz) = 7d978988018bd5fbab1c2061f9e3d11d38ac2b8b +RMD160 (tex-dblfloatfix-1.0/dblfloatfix.tar.xz) = 1d1d439f9a4ca9ac79754feba7c560158486abd0 +Size (tex-dblfloatfix-1.0/dblfloatfix.tar.xz) = 2612 bytes |