summaryrefslogtreecommitdiff
path: root/print/tex-geometry
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2010-05-10 20:14:57 +0000
committerminskim <minskim@pkgsrc.org>2010-05-10 20:14:57 +0000
commitce2e5ce3b63c595b29429fd98eef2beb1d1664b9 (patch)
tree29f4d968558b912f5ccd51526103a31723fbe2aa /print/tex-geometry
parent70186cfb19c40c16ad22eb6a3feadef6dbf4eb37 (diff)
downloadpkgsrc-ce2e5ce3b63c595b29429fd98eef2beb1d1664b9.tar.gz
Update tex-geometry{,-doc} to 5.3.
Changes since 4.1: * Fixed missed initialization of \Gm@lines. * Fixed a bug that the papersize setting explicitly specified with \geometry or \usepackage in the preample didn't come to \newgeometry. * Added \mag offset adjustment for \newgeometry. * Added 'onecolumn' option as a shorthand for 'twocolumn=false'. * Changed the format of the verbose mode. * Fixed a bug that caused an error in 'pass' option. * Changing page layout mid-document. The new commands \newgeometry{...} and \restoregeometry allow users to change page dimensions in the middle of the document. * A new set of options to specify the layout area. The options specified for the area, in which the page dimensions are calculated, are added: 'layout', 'layoutsize', 'layoutwidth', 'layoutheight' and so forth. These options would help to print the specified layout to a different sized paper. For example, with 'a4paper' and 'layout=a5paper', the geometry package uses 'A5' layout to calculate margins with the paper size still 'A4'. * A new driver option 'xetex'. The new driver option 'xetex' is added. The driver auto-detection routine has been revised so as to avoid an error with undefined control sequences. Note that 'geometry.cfg' in TeXLive, which disables the auto-detection routine and sets 'pdftex', is no longer necessary and has no problem even though it still exists. To set 'xetex' is strongly recommended with XeLaTeX. * New paper size presets for JIS B-series. The papersize presets 'b0j' to 'b6j' for JIS (Japanese Industrial Standards) B-series are added. * Changing default for underspecified margin. In the previous version, if only one margin was specified, 'bottom=1cm' for example, then geometry set the other margin with the margin ratio (1:1 by default for the vertical dimensions) and got 'top'=1cm in this case. The version 5 sets the text-body size with the default 'scale' (=0.7) and determine the unspecified margin. * The option 'showframe' works on every page. With 'showframe' option, the page frames are shown on every page. In addition, the new option 'showcrop' would print cropmarks showing the corners of the layout (the same as paper by default) on every page. * Loading geometry.cfg precedes processing class options. The previous version loaded 'geometry.cfg' after processing the document class options. Now that the config file is loaded before processing the class options, you can change the behavior specified in 'geometry.cfg' by adding options into \documentclass as well as \usepackage and \geometry. * Deleted options: 'compat2' and 'twosideshift'. The version 5 has no longer compatibility with the previous ones. 'compat2' and 'twosideshift' are gone for simplicity. * Fixed check for the definition of \AtBeginShipoutFirst. * Fixed \topskip adjustment so that it works when "lines" option is used. * Added "driver=none" option, which does nothing for driver. * Revised the note on "ifvtex" package.
Diffstat (limited to 'print/tex-geometry')
-rw-r--r--print/tex-geometry/Makefile8
-rw-r--r--print/tex-geometry/distinfo8
2 files changed, 8 insertions, 8 deletions
diff --git a/print/tex-geometry/Makefile b/print/tex-geometry/Makefile
index 775c76ce72d..04527433f95 100644
--- a/print/tex-geometry/Makefile
+++ b/print/tex-geometry/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/07/12 03:32:45 minskim Exp $
-# TeX Live Revision 11688
+# $NetBSD: Makefile,v 1.2 2010/05/10 20:14:57 minskim Exp $
DISTNAME= geometry
-PKGNAME= tex-${DISTNAME}-4.1
+PKGNAME= tex-${DISTNAME}-5.3
+TEXLIVE_REV= 17466
MAINTAINER= minskim@NetBSD.org
COMMENT= Flexible and complete interface to document dimensions
@@ -11,5 +11,5 @@ 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 "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-geometry/distinfo b/print/tex-geometry/distinfo
index be6869963d1..61e1df4efac 100644
--- a/print/tex-geometry/distinfo
+++ b/print/tex-geometry/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/07/12 03:32:45 minskim Exp $
+$NetBSD: distinfo,v 1.2 2010/05/10 20:14:57 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
+SHA1 (tex-geometry-17466/geometry.tar.xz) = 885bcc3808f187a25eccb5814ed0cc3ad9047c34
+RMD160 (tex-geometry-17466/geometry.tar.xz) = 36e5d3082090c4a7380528ece8db7cdea0405b72
+Size (tex-geometry-17466/geometry.tar.xz) = 8404 bytes