diff options
author | minskim <minskim@pkgsrc.org> | 2009-07-12 03:32:45 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-07-12 03:32:45 +0000 |
commit | 21e9652365082adc9f8a871c042bc94e28711469 (patch) | |
tree | 77b2beae4e3082fbcd662012e514ddf9a0b94a50 /print | |
parent | d6066569e12e97fb70d5fa1549f162840fb3d068 (diff) | |
download | pkgsrc-21e9652365082adc9f8a871c042bc94e28711469.tar.gz |
Import tex-geometry-4.1 as print/tex-geometry.
The package provides an easy and flexible user interface to customize
page layout, implementing auto-centering and auto- balancing
mechanisms so that the users have only to give the least description
for the page layout. For example, if you want to set each margin 2cm
without header space, what you need is just
\usepackage[margin=2cm,nohead]{geometry}. The package knows about all
the standard paper sizes, so that the user need not know what the
nominal 'real' dimensions of the paper are, just its standard name
(such as a4, letter, etc.). An important feature is the package's
ability to communicate the paper size it's set up to the output
(whether via DVI \specials or via direct interaction with PDF(La)TeX).
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-geometry/DESCR | 11 | ||||
-rw-r--r-- | print/tex-geometry/Makefile | 15 | ||||
-rw-r--r-- | print/tex-geometry/PLIST | 2 | ||||
-rw-r--r-- | print/tex-geometry/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/print/tex-geometry/DESCR b/print/tex-geometry/DESCR new file mode 100644 index 00000000000..d01d3c64af9 --- /dev/null +++ b/print/tex-geometry/DESCR @@ -0,0 +1,11 @@ +The package provides an easy and flexible user interface to customize +page layout, implementing auto-centering and auto- balancing +mechanisms so that the users have only to give the least description +for the page layout. For example, if you want to set each margin 2cm +without header space, what you need is just +\usepackage[margin=2cm,nohead]{geometry}. The package knows about all +the standard paper sizes, so that the user need not know what the +nominal 'real' dimensions of the paper are, just its standard name +(such as a4, letter, etc.). An important feature is the package's +ability to communicate the paper size it's set up to the output +(whether via DVI \specials or via direct interaction with PDF(La)TeX). diff --git a/print/tex-geometry/Makefile b/print/tex-geometry/Makefile new file mode 100644 index 00000000000..775c76ce72d --- /dev/null +++ b/print/tex-geometry/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/12 03:32:45 minskim Exp $ +# TeX Live Revision 11688 + +DISTNAME= geometry +PKGNAME= tex-${DISTNAME}-4.1 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Flexible and complete interface to document dimensions + +CONFLICTS+= teTeX-texmf<=3.0nb18 +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics +DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek + +.include "../../print/texlive/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-geometry/PLIST b/print/tex-geometry/PLIST new file mode 100644 index 00000000000..9a19c169024 --- /dev/null +++ b/print/tex-geometry/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/12 03:32:45 minskim Exp $ +share/texmf-dist/tex/latex/geometry/geometry.sty diff --git a/print/tex-geometry/distinfo b/print/tex-geometry/distinfo new file mode 100644 index 00000000000..be6869963d1 --- /dev/null +++ b/print/tex-geometry/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/07/12 03:32:45 minskim Exp $ + +SHA1 (tex-geometry-4.1/geometry.tar.lzma) = fce51374de758f028cc3a18019d97bb9e83c6f60 +RMD160 (tex-geometry-4.1/geometry.tar.lzma) = dbd5b4d60ebefdc4f718e9d7da173144290aa6e4 +Size (tex-geometry-4.1/geometry.tar.lzma) = 7425 bytes |