summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/geometry/README
blob: 909c8a914e07aeaee9bd30e50eb2793e71e3318e (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
LaTeX Package: Geometry 2010/03/01 v5.2
----------------------------------------
Flexible and easy interface to page dimensions

Copyright (C) 1996-2010
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 \usepackage[margin=2cm]{geometry}. With \newgeometry command
  you can change the layout anywhere in the document.

CTAN: macros/latex/contrib/geometry

Release 5.2
  * Fixed a bug that the papersize setting explicitly specified
    with \geometry or \usepackage in the preample didn't come to
    \newgeometry.
  * Added \mag offset adjustment for \newgeometry.
  * Added 'onecolumn' option as a shorthand for 'twocolumn=false'.
  * Changed the format of the verbose mode.

Release 5.1
  * Fixed a bug that caused an error in 'pass' option.

Release 5.0
  * Changing page layout mid-document.
  * A new set of options to specify the layout area.
  * A new driver option 'xetex'.
  * New paper size presets for JIS B-series.
  * Changing default for underspecified margin.
  * The option 'showframe' works on every page.
  * Loading geometry.cfg precedes processing class options.
  * Deleted options: 'compat2' and 'twosideshift'.

See changes.txt for more history.

Files:
 * README         -  this file
 * changes.txt    -  history of changes
 * geometry.ins   -  for installation to get .sty from .dtx
 * geometry.dtx   -  including sources and documentation
 * geometry.pdf   -  print-ready documentation created by the command:
                            (pdf)latex geometry.dtx.

Installation:
 * To get geometry.sty out of geometry.dtx
       $ tex geometry.dtx
   or  $ tex geometry.ins

 * To build documentation
        $ latex geometry.dtx
    or  $ latex geometry.drv

 * Put the style file in the directory where the LaTeX
   system can find it.

 * For MikTeX, use the MikTeX package manager/updater
   to update the geometry package.

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