pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/tex-geometry Import tex-geometry-4.1 as print/te...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b62e8a5a6c28
branches: trunk
changeset: 395760:b62e8a5a6c28
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun Jul 12 03:32:45 2009 +0000
description:
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:
print/tex-geometry/DESCR | 11 +++++++++++
print/tex-geometry/Makefile | 15 +++++++++++++++
print/tex-geometry/PLIST | 2 ++
print/tex-geometry/distinfo | 5 +++++
4 files changed, 33 insertions(+), 0 deletions(-)
diffs (49 lines):
diff -r e953dcf9fa3c -r b62e8a5a6c28 print/tex-geometry/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-geometry/DESCR Sun Jul 12 03:32:45 2009 +0000
@@ -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 -r e953dcf9fa3c -r b62e8a5a6c28 print/tex-geometry/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-geometry/Makefile Sun Jul 12 03:32:45 2009 +0000
@@ -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@localhost
+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 -r e953dcf9fa3c -r b62e8a5a6c28 print/tex-geometry/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-geometry/PLIST Sun Jul 12 03:32:45 2009 +0000
@@ -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 -r e953dcf9fa3c -r b62e8a5a6c28 print/tex-geometry/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-geometry/distinfo Sun Jul 12 03:32:45 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index