blob: 37d2f5bd12f66ad049f0c1a4a615a0e97988367d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
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
|