diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/geometry/changes.txt')
-rw-r--r-- | Master/texmf-dist/doc/latex/geometry/changes.txt | 52 |
1 files changed, 28 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/latex/geometry/changes.txt b/Master/texmf-dist/doc/latex/geometry/changes.txt index 5566774a53d..cd93564d3f2 100644 --- a/Master/texmf-dist/doc/latex/geometry/changes.txt +++ b/Master/texmf-dist/doc/latex/geometry/changes.txt @@ -1,28 +1,32 @@ +2008-11-13 Hideo Umeki + * Release 4.1 + * Bug fixed: missing \ProvidesPackage. + 2008-11-06 Hideo Umeki * Release 4.0 * More robust driver detection. - The driver detection method has been totally rewritten so that - it can automatically detect the driver appropriate for the - typesetting program in use. Therefore explicit driver setting is no - longer needed in most cases, except for the driver |dvipdfm|. - This improvement makes geometry work more robustly for - the typesetting programs under e-TeX, XeTeX and VTeX - as well as normal TeX environment. The packages `ifpdf' and - `ifvtex' are used, which are available in CTAN. - Note that `ifvtex' package v1.3 (2007/09/09), however, has a - bug (a typo) that affects the detection of VTeX. - So you need to use the new version of `ifvtex' later than v1.3. + The driver detection method has been totally rewritten so that + it can automatically detect the driver appropriate for the + typesetting program in use. Therefore explicit driver setting is no + longer needed in most cases, except for the driver |dvipdfm|. + This improvement makes geometry work more robustly for + the typesetting programs under e-TeX, XeTeX and VTeX + as well as normal TeX environment. The packages `ifpdf' and + `ifvtex' are used, which are available in CTAN. + Note that `ifvtex' package v1.3 (2007/09/09), however, has a + bug (a typo) that affects the detection of VTeX. + So you need to use the new version of `ifvtex' later than v1.3. * New option: resetpaper. - This option disables explicit paper setting in \textsf{geometry} - and uses the paper size specified before \textsf{geometry}. - This option may be useful to print nonstandard sized documents - with normal printers and papers. + This option disables explicit paper setting in \textsf{geometry} + 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. - 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. + 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. New paper size definitions for ANSI A to E are added. * Bug fixed: Wrong ISO paper sizes. @@ -31,10 +35,10 @@ PDF paper offset is adjusted properly when magnification is set by mag option with pdfTeX. * Package source organization changed. - 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. + 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. 2002-07-08 Hideo Umeki |