summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/geometry/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-25 21:23:05 +0000
committerKarl Berry <karl@freefriends.org>2018-03-25 21:23:05 +0000
commit13e15ec770037fb7e4c70acbad0bd42bd841affd (patch)
treeb3439c1056daee328369fae74e8cbc1dd0045c1b /Master/texmf-dist/doc/latex/geometry/README.md
parent069d8cb62c99847edf90a5a646f53059dc549eac (diff)
geometry (25mar18)
git-svn-id: svn://tug.org/texlive/trunk@47106 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/geometry/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/geometry/README.md67
1 files changed, 67 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/geometry/README.md b/Master/texmf-dist/doc/latex/geometry/README.md
new file mode 100644
index 00000000000..49732290146
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/geometry/README.md
@@ -0,0 +1,67 @@
+LaTeX Package: Geometry 2010/09/12 v5.6
+----------------------------------------
+Flexible and complete interface to document dimensions.
+
+Copyright (C) 1996-2010
+by Hideo Umeki <latexgeometry@gmail.com>
+Copyright (C) 2018
+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 \usepackage[margin=2cm]{geometry}. With \newgeometry command
+ you can change the layout anywhere in the document.
+
+CTAN: macros/latex/contrib/geometry
+
+Recent changes:
+
+[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.ins - for installation to get .sty from .dtx
+ * geometry.dtx - including sources and documentation
+ * geometry.pdf - print-ready documentation
+
+Installation:
+[manual installation]
+ * To get geometry.sty out of geometry.dtx
+ $ tex geometry.dtx
+ or $ (la)tex geometry.ins
+ * To build documentation
+ $ latex geometry.dtx
+ or $ latex geometry.drv
+ * Put the derived files in the proper directories:
+ - tex/latex/geometry/geometry.sty
+ - doc/latex/geometry/geometry.pdf
+ - source/latex/geometry/geometry.dtx
+
+[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 \ No newline at end of file