diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-07 01:31:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-07 01:31:46 +0000 |
commit | 3ce8ae42c698d44315421ad06c07b8618271fe11 (patch) | |
tree | 809698e87325d5e699b30f5a9a3a18d6f98d3ee9 /Master/texmf-dist/doc/latex/geometry/README | |
parent | da2287ad4b9064c7cd79a5b1f3917dfff2bc3adc (diff) |
geometry 4.0 (6nov08)
git-svn-id: svn://tug.org/texlive/trunk@11210 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/geometry/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/geometry/README | 128 |
1 files changed, 50 insertions, 78 deletions
diff --git a/Master/texmf-dist/doc/latex/geometry/README b/Master/texmf-dist/doc/latex/geometry/README index a7d8941f2ef..37d2f5bd12f 100644 --- a/Master/texmf-dist/doc/latex/geometry/README +++ b/Master/texmf-dist/doc/latex/geometry/README @@ -1,80 +1,52 @@ - G E O M E T R Y - Geometry Package v3.2 (2002/07/08) - CTAN:macros/latex/contrib/supported/geometry - Copyright (C) 1996-2002 Hideo Umeki - Distributed under the terms of LPPL - --------------- - Abstract --------------- - -This package provides a flexible and complete user interface to page -dimensions. You can specify them by using intuitive parameters to get -your desired page layout. For example, if you want to set margins -(the left, right, top and bottom margins) to 2cm from each edge of -the paper, what you need is just \usepackage[margin=2cm]{geometry}. - --------------- - Files --------------- - -README this file -ChangeLog history of changes and versions -Makefile makefile for unpacking and documentation -geometry.ins installation script -geometry.dtx documentation and code for geometry.{sty,cfg} -manual.pdf ready-to-print package manual (A4-paper PDF) -sample.tex sample file -test/gcheck.sty style file for tests -test/gtest*.tex test files -test/Makefile makefile for test - --------------- - Installation --------------- - -1) latex geometry.ins (or `make') - unpacks `geometry.sty' and `geometry.cfg' from geometry.dtx. - -2) Edit `geometry.cfg' - if you need to set your default options. - Add \ExecuteOptions{a4paper} in geometry.cfg - if you are using A4 paper by default. - -3) Copy geometry.sty and geometry.cfg - into a directory searched by LaTeX. - -4) To clean up files, type `make clean'. - --------------- - Documentation --------------- - -The package contains the manual `manual.pdf'. So you don't have to -make the manual, but you can remake it. To create the same manual, -type `make manual' then you have `manual.pdf' with PDF of A4-paper -size. To create the full documentation with the code description, -type `make doc' then you have `geometry.dvi' with DVI of us-letter -size. You can edit manual.drv or geometry.drv and pdflatex or latex -it. - --------------- - Test --------------- - -Type `make test' and check the results. Or you can use `sample.tex' -for test, but make sure to set a proper paper size in sample.tex. - -Before checking these results by printing with your printer, -I would strongly recommend to `latex testpage' and print testpage.dvi -with your printer to see if the printer margins are properly set. - --------------- - ChangeLog --------------- - -See ChangeLog. - -EOF +Geometry package 2008/11/06 v4.0 +---------------------------------- +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, + if you want to set a margin to 2cm from each edge of the paper, you can go just + \usepackage[margin=2cm]{geometry}. + +CTAN: macros/latex/contrib/geometry + + +What's new in 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. + +Files: + * README - this file + * changes.txt - history of changes + * 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". + (See also geometry.dtx) + +License: + This work may be distributed and/or modified under the conditions of + the LaTeX Project Public License, either version 1.3c of this license + or (at your option) any later version. The latest version of this + license is in + http://www.latex-project.org/lppl.txt + and version 1.3c or later is part of all distributions of LaTeX + version 2005/12/01 or later. + +-- +Happy TeXing! +Hideo Umeki + +EOF
\ No newline at end of file |