summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/geometry
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-11-13 01:36:03 +0000
committerKarl Berry <karl@freefriends.org>2008-11-13 01:36:03 +0000
commitc07499000ddf2a3ab735e999cb969917816bcfc3 (patch)
tree354ef77448213c6bdcd509c8a5df16a6d4e517a4 /Master/texmf-dist/doc/latex/geometry
parent6dc368153b74ea1e1b642558f49716aa643f8c39 (diff)
geometry 4.1 (12nov08)
git-svn-id: svn://tug.org/texlive/trunk@11275 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/geometry')
-rw-r--r--Master/texmf-dist/doc/latex/geometry/README16
-rw-r--r--Master/texmf-dist/doc/latex/geometry/changes.txt52
-rw-r--r--Master/texmf-dist/doc/latex/geometry/geometry.pdfbin334789 -> 334798 bytes
3 files changed, 37 insertions, 31 deletions
diff --git a/Master/texmf-dist/doc/latex/geometry/README b/Master/texmf-dist/doc/latex/geometry/README
index 37d2f5bd12f..1006e4767c6 100644
--- a/Master/texmf-dist/doc/latex/geometry/README
+++ b/Master/texmf-dist/doc/latex/geometry/README
@@ -1,6 +1,6 @@
-Geometry package 2008/11/06 v4.0
+Geometry package 2008/11/13 v4.1
----------------------------------
Flexible and easy interface to page dimensions
@@ -10,13 +10,15 @@ 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,
- if you want to set a margin to 2cm from each edge of the paper, you can go just
- \usepackage[margin=2cm]{geometry}.
+ if you want to set a margin to 2cm from each edge of the paper,
+ you can go \usepackage[margin=2cm]{geometry}.
CTAN: macros/latex/contrib/geometry
-
-What's new in v4.0: (See changes.txt or geometry.pdf for details)
+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.
@@ -32,8 +34,8 @@ Files:
* geometry.dtx - including sources and documentation
* geometry.pdf - print-ready documentation (can be generated from geometry.dtx)
- To get geometry.sty, just "tex geometry.dtx".
- To get geometry.pdf, just "pdflatex geometry.dtx".
+ To get geometry.sty, go "tex geometry.dtx".
+ To get geometry.pdf, go "pdflatex geometry.dtx".
(See also geometry.dtx)
License:
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
diff --git a/Master/texmf-dist/doc/latex/geometry/geometry.pdf b/Master/texmf-dist/doc/latex/geometry/geometry.pdf
index 6762f8b33cb..1f966430112 100644
--- a/Master/texmf-dist/doc/latex/geometry/geometry.pdf
+++ b/Master/texmf-dist/doc/latex/geometry/geometry.pdf
Binary files differ