Directory macros/latex/contrib/geometry
LaTeX Package: Geometry 2020/01/02 v5.9
Flexible and complete interface to document dimensions.
Copyright (C) 1996-2010 by Hideo Umeki <latexgeometry@gmail.com> Copyright (C) 2018-202 Hideo Umeki and David Carlisle https://github.com/davidcarlisle/geometry
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 usepackagemargin=2cm{geometry}. With newgeometry command you can change the layout anywhere in the document.
CTAN: macros/latex/contrib/geometry
Recent changes:
Release 5.9 Do not load ifxetex and ifpdf packages (use combined iftex package) Include German translation of the documentation.
Release 5.8 Add xdvipdfmx and dvipdfmx alias for dvipdfm option.
Release 5.7 Add support for luatex (with new comand names introduced in luatex 0.85)
(changes.txt for more history)
Files:
- README.md - this file
- changes.txt - history of changes
- geometry.dtx - including sources and documentation
- geometry.pdf - print-ready documentation
- geometry-de.dtx - German translation
- geometry-de.pdf - German translation
Installation: manual installation To get geometry.sty out of geometry.dtx $ tex geometry.dtx or $ (la)tex geometry.ins (after first extraction)
- To build documentation $ latex geometry.dtx or $ latex geometry.drv (after first extraction)
- Put the derived files in the proper directories:
- tex/latex/geometry/geometry.sty
- doc/latex/geometry/geometry.pdf
- source/latex/geometry/geometry.dtx
- tex/latex/geometry/geometry.sty
- Put the derived files in the proper directories:
TeXLive Use 'tlmgr' command $ tlmgr show geometry – to check the package info $ sudo tlmgr update geometry – to update the package
- You can use 'TeX Live Utility' instead of 'tlmgr', if on MacOSX.
MikTeX Use the MikTeX Update Wizard to update 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
Download the contents of this package in one zip archive (955.7k).
geometry – Flexible and complete interface to document dimensions
The package provides an easy and flexible user interface to customize page layout, implementing 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}.
The package knows about all the standard paper sizes, so that the user need not know what the nominal ‘real’ dimensions of the paper are, just its standard name (such as a4, letter, etc.).
An important feature is the package’s ability to communicate the paper size it’s set up to the output (whether via DVI \specials or via direct interaction with pdf(La)TeX).
Package | geometry |
Bug tracker | https://github.com/LaTeX-Package-Repositories/geometry/issues |
Repository | https://github.com/LaTeX-Package-Repositories/geometry |
Version | 5.9 2020-01-02 |
Licenses | The LaTeX Project Public License 1.3c |
Copyright | 1996–2010 Hideo Umeki 2018–2020 Hideo Umeki, David Carlisle |
Maintainer | David Carlisle Hideo Umeki |
Contained in | TeX Live as geometry MiKTeX as geometry |
Topics | Geometry |
See also | typearea vmargin geometry-de |