
			  G E O M E T R Y

		Geometry Package v2.0a (1998/04/08)
		CTAN:macros/latex/contrib/supported/geometry
		Copyright (C) 1996,1997,1998 Hideo Umeki
		Distributed under the terms of the GNU GPL

--------------
 Abstract
--------------

This package provides an easy and flexible user interface to
customize page layout. It implements 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}.

--------------
 Files
--------------

README		this file
geometry.ins	installation script
geometry.dtx	documentation and code for geometry.{sty,cfg}
gtest.tex	test file
showframe.sty	style file for gtest.tex

--------------
 Installation
--------------

1) latex geometry.ins
	to get `geometry.sty' and `geometry.cfg'.
	Edit `geometry.cfg' if you need to set your default options
	for page geometry.

2) latex geometry.dtx
	to get the package document `geometry.dvi'.
	You need to latex it three times to get correct cross references.

3) latex gtest.tex
	and preview or printout the resulted gtest.dvi to check 
	if the package works well. The test file contains several
	examples for page geometry. 
	Before checking geometry package, I would strongly recommend
	to `latex testpage' and print testpage.dvi with your printer
	to see if the printer margins are properly set.

4) move geometry.{sty,cfg} to /your/tex/input/directory.

--------------
 Changes
--------------
 
You can find the change log in geometry.dtx.
See the document geometry.dvi for details.

