diff options
author | Karl Berry <karl@freefriends.org> | 2008-12-22 23:28:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-12-22 23:28:59 +0000 |
commit | 21fc4fdd9bef9706044d952b4448ecadf92202f6 (patch) | |
tree | b983543711cdd0b95d9ff477551d3619f654230d /Master/texmf-dist/doc/latex | |
parent | 8e604fd314ceb4046499cd237b8ffb3fbc2eda2e (diff) |
geometry 4.2 (21dec08)
git-svn-id: svn://tug.org/texlive/trunk@11688 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/geometry/README | 23 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/geometry/changes.txt | 31 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/geometry/geometry.pdf | bin | 334798 -> 334402 bytes |
3 files changed, 26 insertions, 28 deletions
diff --git a/Master/texmf-dist/doc/latex/geometry/README b/Master/texmf-dist/doc/latex/geometry/README index 1006e4767c6..be030925278 100644 --- a/Master/texmf-dist/doc/latex/geometry/README +++ b/Master/texmf-dist/doc/latex/geometry/README @@ -1,12 +1,9 @@ - - -Geometry package 2008/11/13 v4.1 +Geometry package 2008/12/21 v4.2 ---------------------------------- Flexible and easy interface to page dimensions Copyright (C) 1996-2002, 2008 by Hideo Umeki <latexgeometry@gmail.com> - Abstract: This package provides a flexible and easy interface to page dimensions. You can set the page layout with intuitive parameters. For instance, @@ -15,18 +12,12 @@ Abstract: CTAN: macros/latex/contrib/geometry -Release v4.1: - * Bug fixed: Missing \ProvidesPackage. - -Release v4.0: (See changes.txt or geometry.pdf for details) - * More robust driver detection. - * New option: resetpaper. - * Adjustment to \topskip introduced. - * ANSI paper sizes added. - * Bug fixed: Wrong ISO paper sizes. - * Bug fixed: PDFTeX magnification problem. - * Package source organization changed. - * Many other improvements to the code and documentation. +Release v4.2: +* 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. +See changes.txt for more history. Files: * README - this file diff --git a/Master/texmf-dist/doc/latex/geometry/changes.txt b/Master/texmf-dist/doc/latex/geometry/changes.txt index cd93564d3f2..98b3567673a 100644 --- a/Master/texmf-dist/doc/latex/geometry/changes.txt +++ b/Master/texmf-dist/doc/latex/geometry/changes.txt @@ -1,6 +1,14 @@ + +2008-12-21 Hideo Umeki + * Release 4.2 + * 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. + 2008-11-13 Hideo Umeki * Release 4.1 - * Bug fixed: missing \ProvidesPackage. + * Fixed missing \ProvidesPackage. 2008-11-06 Hideo Umeki * Release 4.0 @@ -21,40 +29,39 @@ and uses the paper size specified before \textsf{geometry}. This option may be useful to print nonstandard sized documents with normal printers and papers. - * Adjustment to \topskip introduced. + * Added adjustment to \topskip. When large font sizes are specified, \topskip has to be adjusted so that the formula: \textheight = (lines - 1) x \baselineskip} + \topskip to be correct. To do this, \topskip is set to \ht\strutbox, if \topskip is smaller than \ht\strutbox. - * ANSI paper sizes added. + * Added ANSI paper sizes. New paper size definitions for ANSI A to E are added. - * Bug fixed: Wrong ISO paper sizes. + * Fixed wrong ISO paper sizes. The paper sizes for A1,A2,A5 and A6 were wrong (by 1mm). - * Bug fixed: PDFTeX magnification problem. + * Fixed PDFTeX magnification problem. PDF paper offset is adjusted properly when magnification is set by mag option with pdfTeX. - * Package source organization changed. + * Changed package source organization. Files geometry.ins and geometry-samples.tex are integrated into geometry.dtx so that they can be generated from geometry.dtx by the `tex' command. Documentation can be also generated directly from geometry.dtx by `(pdf)latex' command. - * Many other improvements to the code and documentation. + * Other improvements to the code and documentation. 2002-07-08 Hideo Umeki * Release 3.2 * Added known problem: for crop package with its 'center' option and 'mag' larger than 1000, the result is not the one expected. - * Bug fix: double-valued marginratio setting like {1:1,1:5} didn't - work properly. {h|v}marginratio should have been set by \edef + * Fixed double-valued marginratio setting like {1:1,1:5}. + {h|v}marginratio should have been set by \edef instead of \def (line:439-440 in geometry.sty). - The bug was introduced in v3.1. - (I'd like to thank Rolf Niepraschk for his pointing out the bug.) + The bug was introduced in v3.1. (found by Rolf Niepraschk) * Added two test files: gtest15.tex gtest16.tex 2002-07-04 Hideo Umeki * Release 3.1 - * Bug fix: error in setting geometry dimensions with \widthof of + * Fixed an error in setting geometry dimensions with \widthof of calc package. \Gm@defbylen and \Gm@defbycnt are introduced to set geometry dimensions. diff --git a/Master/texmf-dist/doc/latex/geometry/geometry.pdf b/Master/texmf-dist/doc/latex/geometry/geometry.pdf Binary files differindex 1f966430112..15a38f5ef62 100644 --- a/Master/texmf-dist/doc/latex/geometry/geometry.pdf +++ b/Master/texmf-dist/doc/latex/geometry/geometry.pdf |